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 754c0a3 Regen for commit 607e844d1c0b2bdbc5f984c897f6906537227c34 (#4489) add 2400597 CAMEL-15730: camel-core - Untangle reifier from builder No new revisions were added by this update. Summary of changes: .../org/apache/camel/ExtendedCamelContext.java | 15 +++++++++++ ...Resolver.java => InterceptEndpointFactory.java} | 21 ++++++++++------ .../org/apache/camel/spi/ProcessorFactory.java | 15 ----------- .../camel/impl/engine/AbstractCamelContext.java | 21 ++++++++++++++++ ...y.java => DefaultInterceptEndpointFactory.java} | 29 ++++++++-------------- .../camel/impl/engine/DefaultProcessorFactory.java | 10 -------- .../camel/impl/engine/SimpleCamelContext.java | 6 +++++ .../camel/impl/engine/TypedProcessorFactory.java | 7 ------ .../camel/impl/ExtendedCamelContextConfigurer.java | 5 ++++ .../camel/impl/lw/LightweightCamelContext.java | 11 ++++++++ .../impl/lw/LightweightRuntimeCamelContext.java | 11 ++++++++ .../reifier/InterceptSendToEndpointReifier.java | 2 +- .../processor/CustomProcessorFactoryTest.java | 6 ----- 13 files changed, 95 insertions(+), 64 deletions(-) copy core/camel-api/src/main/java/org/apache/camel/spi/{ComponentNameResolver.java => InterceptEndpointFactory.java} (55%) copy core/camel-base/src/main/java/org/apache/camel/impl/engine/{ValidatorKey.java => DefaultInterceptEndpointFactory.java} (60%)