lburgazzoli commented on code in PR #13376:
URL: https://github.com/apache/camel/pull/13376#discussion_r1511034927


##########
core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationConfigurer.java:
##########
@@ -605,6 +606,12 @@ public static void afterConfigure(final CamelContext 
camelContext) throws Except
             vault.setHashicorpVaultConfiguration(hashicorp);
         }
         configureVault(camelContext);
+
+        // apply custom configurations if any
+        Set<CamelContextCustomizer> customizers = 
registry.findByType(CamelContextCustomizer.class);

Review Comment:
   done



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to