Skip to content

Commit 8aa2d09

Browse files
committed
Reword intro, per Clement suggestion
1 parent d3361d2 commit 8aa2d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-04-22-test-classloading-rewrite.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ author: hcummins
99
== What's changing?
1010

1111
The internals of Quarkus test classloading have been rewritten in 3.22.
12-
In particular, how `@QuarkusTest` test classes are loaded is changing.
13-
Other test extensions haven't changed, nor has dev mode and production mode classloading.
12+
It does not affect production and dev modes, or some Quarkus test modes, such ``@QuarkusIntegrationTest`, ``@QuarkusComponentTest`.
13+
However, ``@QuarkusTest` has changed.
1414
This change should make Quarkus testing work better, and it allowed us to fix a pile of longstanding bugs.
1515
It will also allow us to improve the integration with test frameworks such as Pact.
1616
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

Comments
 (0)