Jiri Ondrusek created CAMEL-22402: ------------------------------------- Summary: camel-resilience4j - Micrometer support throws NPE in Camel Quarkus Key: CAMEL-22402 URL: https://issues.apache.org/jira/browse/CAMEL-22402 Project: Camel Issue Type: Bug Components: camel-micrometer Affects Versions: 4.15.0 Reporter: Jiri Ondrusek Assignee: Jiri Ondrusek
Fix of CAMEL-22392 brought a NPE for camel-quarks in [line|https://github.com/apache/camel/blob/d0ac71f73434407772b4a8b6c7d489614daaca03/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java#L976]. CQ does not support resilience (see [https://github.com/apache/camel-quarkus/issues/7682]) and does not use configurers, therefore the `micrometerEnabled` is always null. -- This message was sent by Atlassian Jira (v8.20.10#820010)