JBangIntegration
needs some TLC ASAP
#43681
Labels
area/jbang
Issues related to when using jbang.dev with Quarkus
kind/bug
Something isn't working
priority/urgent
Milestone
Describe the bug
When trying to update
jboss-threads
in #43648/#43634 a JBang integration test has started to fail. Long story short, classes fromjbang.jar
are leaking on to the Quarkus class path somehow. It's likely related to one or more of the various (probably obsolete) class resolution workarounds which can be found inio.quarkus.launcher.JBangIntegration
in thecore/launcher
submodule.This code needs to be reviewed to see if any of these workarounds are still needed and/or if they are causing issues like the one described above.
Expected behavior
No class path leakage.
Actual behavior
Lots of class path leakage!
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: