apupier opened a new issue, #7890:
URL: https://github.com/apache/camel-quarkus/issues/7890
### Description
even if it is causing failure, there is this kind of stacktrace all over the
test log:
```
2025-10-24 10:46:50,060 ERROR [org.jbo.exe.uncaught] (executor-thread-2)
Thread Thread[#349,executor-thread-2,5,] threw an uncaught exception [Error
Occurred After Shutdown]: java.lang.IllegalAccessError: module java.base does
not open java.lang to unnamed module @64a489bc; to use the thread-local-reset
capability on Java 24 or later, use this JVM option: --add-opens
java.base/java.lang=ALL-UNNAMED
at
org.jboss.threads.JDKSpecific$ThreadAccess.<clinit>(JDKSpecific.java:32)
at
org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:13)
at java.base/java.lang.Thread.run(Thread.java:1474)
at org.jboss.threads.JBossThread.run(JBossThread.java:501)
```
```
2025-10-24 10:47:33,889 INFO [io.quarkus] (Quarkus Main Thread)
camel-quarkus-core-deployment stopped in 0.031s
Exception in thread "executor-thread-1" java.lang.IllegalAccessError: module
java.base does not open java.lang to unnamed module @7a5d0044; to use the
thread-local-reset capability on Java 24 or later, use this JVM option:
--add-opens java.base/java.lang=ALL-UNNAMED
at
org.jboss.threads.JDKSpecific$ThreadAccess.<clinit>(JDKSpecific.java:32)
at
org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:13)
at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1474)
Exception in thread "vert.x-internal-blocking-1"
java.lang.NoClassDefFoundError: Could not initialize class
org.jboss.threads.JDKSpecific$ThreadAccess
at
org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:13)
at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1474)
Caused by: java.lang.ExceptionInInitializerError: Exception
java.lang.IllegalAccessError: module java.base does not open java.lang to
unnamed module @7a5d0044; to use the thread-local-reset capability on Java 24
or later, use this JVM option: --add-opens java.base/java.lang=ALL-UNNAMED [in
thread "executor-thread-1"]
at
org.jboss.threads.JDKSpecific$ThreadAccess.<clinit>(JDKSpecific.java:32)
... 3 more
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]