This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new a844bce291f Polished a844bce291f is described below commit a844bce291f8addf30c24c7357e1bccf3f717321 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Oct 25 14:20:36 2022 +0200 Polished --- .../src/main/resources/auto-configure/camel-microprofile-metrics.joor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/camel-kamelet-main/src/main/resources/auto-configure/camel-microprofile-metrics.joor b/dsl/camel-kamelet-main/src/main/resources/auto-configure/camel-microprofile-metrics.joor index d3ecf6e4b41..0927fde9e1b 100644 --- a/dsl/camel-kamelet-main/src/main/resources/auto-configure/camel-microprofile-metrics.joor +++ b/dsl/camel-kamelet-main/src/main/resources/auto-configure/camel-microprofile-metrics.joor @@ -28,7 +28,7 @@ if (mr == null) { context.addRoutePolicyFactory(rpf); // and setup dev console var dcr = context.getExtension(org.apache.camel.console.DevConsoleRegistry.class); - if (dcr != null){ + if (dcr != null) { dcr.resolveById("microprofile-metrics"); } }