We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e83c1c commit b2a3473Copy full SHA for b2a3473
1 file changed
_posts/2025-04-30-test-classloading-rewrite.adoc
@@ -9,8 +9,8 @@ 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`.
13
-However, ``@QuarkusTest` has changed.
+It does not affect production and dev modes, or some Quarkus test modes, such `@QuarkusIntegrationTest`, `@QuarkusComponentTest`.
+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.
16
However, it did introduce a few bugs we know about, and most likely also some bugs we don't yet know about.
0 commit comments