jamesnetherton commented on issue #8096: URL: https://github.com/apache/camel-quarkus/issues/8096#issuecomment-3704840600
I think the cause of this is `camel-quarkus-management` registering `java.util.concurrent.locks.ReentrantLock$NonfairSync` for serialization here: https://github.com/apache/camel-quarkus/blob/85d748398683d5f2a26455ddb59f7bc48d9f754f/extensions/management/deployment/src/main/java/org/apache/camel/quarkus/component/management/deployment/ManagementProcessor.java#L147 When it's commented out from `SERIALIZATION_CLASSES` the problem goes away. I forget why `ReentrantLock$NonfairSync` is needed. Would need to test the various Camel JMX operations in native mode to see. -- 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]
