Skip to content

Commit ddc9e43

Browse files
committed
Punctuation
1 parent 310f649 commit ddc9e43

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ What if, instead, Quarkus tests were simply run in the same classloader used to
3434

3535
From Quarkus 3.22 onwards, this is exactly how `@QuarkusTest` classloading works.
3636
What do your tests need to change in order to work with the new architecture?
37-
*Nothing* (hopefully).
37+
*Nothing* (hopefully!).
38+
3839
One of the goals of this change was that the rewrite didn't touch any tests in our test suite, to make sure they'd all continue working without updates.
39-
In practice, there have been a few hiccups and we've discovered some edge cases in the broader ecosystem.
40+
In practice, there have been a few hiccups and we've also discovered some edge cases in the broader ecosystem.
4041

4142
=== Known regressions
4243

0 commit comments

Comments
 (0)