-
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
Fix test ClassLoader issue #16829
Fix test ClassLoader issue #16829
Conversation
integration-tests/kafka-avro/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
This basically uses the approach I proposed in https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Avro.20vs.2E.20continuous.20testing, where the base CL would throw CNFE for application classes? Nice! I didn't know it would be this easy, thanks :-) |
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building f1924d4
|
When I added the flat-class-path I was running out of time to get CT into Alpha1, and did not realize that it would delegate to the TCCL if the original CL failed to look it up. |
@stuartwdouglas the TCK failures look suspicious. |
This prevents the base runtime CL from loading deployment classes. Fixes quarkusio#16810 Fixes quarkusio#16804
This prevents the base runtime CL from
loading deployment classes.
Fixes #16810
Fixes #16804