This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from e0692f8 Reorder build oder add 39ca0e7 CAMEL-16776: Autowiring components should be deferred till later when using main based Camel which allows to read the configuration and know if autowiring is enabled or not before using it. The old behavior should be to always autowire which is what classic Camel uses. No new revisions were added by this update. Summary of changes: ...Policy.java => AutowiredLifecycleStrategy.java} | 5 +- .../camel/impl/engine/AbstractCamelContext.java | 2 +- ...java => DefaultAutowiredLifecycleStrategy.java} | 55 +++------------------- .../MainAutowiredLifecycleStrategy.java} | 9 ++-- .../org/apache/camel/main/BaseMainSupport.java | 5 ++ 5 files changed, 20 insertions(+), 56 deletions(-) copy core/camel-api/src/main/java/org/apache/camel/spi/{AuthorizationPolicy.java => AutowiredLifecycleStrategy.java} (81%) copy core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/{AutowiredLifecycleStrategy.java => DefaultAutowiredLifecycleStrategy.java} (65%) rename core/camel-base-engine/src/main/java/org/apache/camel/{impl/engine/AutowiredLifecycleStrategy.java => main/MainAutowiredLifecycleStrategy.java} (94%)