jamesnetherton commented on issue #7946:
URL: https://github.com/apache/camel-quarkus/issues/7946#issuecomment-3571600423

   If Quarkus will not upgrade to Micrometer 1.16.x for 3.31.0, then we should 
perhaps consider downgrading back to 1.15.x in Camel. The issue also affects 
JVM mode:
   
   ```
   2025-11-24 15:45:34,530 WARN  [org.apache.camel.support.EventHelper] 
(executor-thread-1) Error notifying event 62F66E6DDABFFE8-000000000000000D 
exchange completed took: 0ms. This exception will be ignored.: 
java.lang.NoSuchMethodError: 'io.micrometer.core.instrument.Timer 
io.micrometer.core.instrument.MeterRegistry.timer(java.lang.String, 
io.micrometer.core.instrument.Tags)'
        at 
org.apache.camel.component.micrometer.eventnotifier.MicrometerExchangeEventNotifier.handleDoneEvent(MicrometerExchangeEventNotifier.java:204)
        at 
org.apache.camel.component.micrometer.eventnotifier.MicrometerExchangeEventNotifier.notify(MicrometerExchangeEventNotifier.java:179)
        at 
org.apache.camel.support.EventHelper.doNotifyEvent(EventHelper.java:1574)
        at 
org.apache.camel.support.EventHelper.notifyExchangeDone(EventHelper.java:783)
   ```
   
   I've not tested it, but I assume this is also a problem for Spring Boot, 
since SB 3.x is aligned with Micrometer 15.x.
   
   Otherwise we'll have to a workaround in CQ.


-- 
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]

Reply via email to