apupier opened a new issue, #8928: URL: https://github.com/apache/camel-quarkus/issues/8928
### Description It seems to be always related to `JDK class java.util.concurrent.atomic.AtomicInteger with final method` but with different methods. ``` WARN [io.quarkus.arc.processor.Methods] (build-5) JDK class java.util.concurrent.atomic.AtomicInteger with final method accumulateAndGet() cannot be proxied and is not transformable. This method will be ignored during proxy generation and should never be invoked upon the proxy instance! ``` spotted here https://github.com/apache/camel-quarkus/actions/runs/30346002547/job/90237637604#step:5:397 -- 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]
