-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add isParentFirst method to QuarkusClassLoader #16617
Conversation
1d48b75
to
a4b923c
Compare
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building 1d48b75
|
This can be used by extensions to determine if a class would be loaded parent first or not. Relates to: quarkusio#16576 (comment)
a4b923c
to
8485eee
Compare
Rebased onto |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 8485eee
Full information is available in the Build summary check run. Test Failures⚙️ Maven Tests - JDK 11 #📦 integration-tests/maven✖ |
Failing Jobs - Building 8485eee
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 15 #📦 integration-tests/vault-agroal✖ ✖ |
Looks good. So for evey class that would be normally transformed to workaround a proxy limitation we'll check (only in the dev mode) whether |
@stuartwdouglas is this good with you? |
This can be used by extensions to determine if a class
would be loaded parent first or not.
Relates to: #16576 (comment)
cc @mkouba