-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This changes the way Quarkus ClassLoading works, to allow for isolated class loaders. It also unifies how Quarkus is launched, so every different mode we support uses the same mechanism for both curation and launch. Tests are now run in an isolated ClassLoader, which means that a proxy is created that runs the tests from within the isolated ClassLoader. This currently has a quirk where @BeforeAll methods are run twice, which will be fixed in the next JUnit release. This can be worked around by using @QuarkusBeforeAll.
- Loading branch information
1 parent
dbeb73f
commit b67491c
Showing
281 changed files
with
7,520 additions
and
5,750 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
core/creator/src/main/java/io/quarkus/creator/AppCreatorException.java
This file was deleted.
Oops, something went wrong.
282 changes: 0 additions & 282 deletions
282
core/creator/src/main/java/io/quarkus/creator/CuratedApplicationCreator.java
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
core/creator/src/main/java/io/quarkus/creator/CuratedTask.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.