jamesnetherton opened a new issue, #7257: URL: https://github.com/apache/camel-quarkus/issues/7257
### Bug description Not sure what's going on here. `git` integration tests are failing during the augmentation phase with Quarkus 999-SNAPSHOT. ``` Caused by: java.lang.IllegalAccessError: failed to access class org.eclipse.jgit.dircache.DirCache$DirCacheVersion from class io.quarkus.jgit.deployment.JGitProcessor (org.eclipse.jgit.dircache.DirCache$DirCacheVersion and io.quarkus.jgit.deployment.JGitProcessor are in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @29f3c438) at io.quarkus.jgit.deployment.JGitProcessor.reflection(JGitProcessor.java:43) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) at io.quarkus.builder.BuildContext.run(BuildContext.java:255) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2675) at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2654) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1591) at java.base/java.lang.Thread.run(Thread.java:1583) at org.jboss.threads.JBossThread.run(JBossThread.java:499) ``` Might be related to the recent class loading improvements in Quarkus. But, the weird thing is, if I craft a simple app and import the Quarkus & Camel Quarkus SNAPSHOT BOMs, I don't see any failures. I'll disable the tests for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org