We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38febd0 commit 009ed09Copy full SHA for 009ed09
_posts/2025-04-30-test-classloading-rewrite.adoc
@@ -9,7 +9,7 @@ author: hcummins
9
== What's changing?
10
11
The internals of Quarkus test classloading have been rewritten in 3.22.
12
-It does not affect production and dev modes, or some Quarkus test modes, such `@QuarkusIntegrationTest`, `@QuarkusComponentTest`.
+It does not affect production and dev modes, or some Quarkus test modes, such as `@QuarkusIntegrationTest`, `@QuarkusComponentTest`.
13
However, `@QuarkusTest` has changed.
14
This change should make Quarkus testing work better, and it allowed us to fix a pile of longstanding bugs.
15
It will also allow us to improve the integration with test frameworks such as Pact.
0 commit comments