This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from c8ceb4edfe8 camel-threadpoolfactory-vertx is experimental new 6fdc87bd495 CAMEL-15105: make the RouteFactory a plugin of the context new 2bd927afdbe CAMEL-15105: make the RoutesLoader a plugin of the context new 501498d9c86 CAMEL-15105: make the AsyncProcessorAwaitManager a plugin of the context new 504607e8b4c CAMEL-15105: make the RoutesLoader a plugin of the context new 59af054339b CAMEL-15105: make the RuntimeCatalog a plugin of the context new 34b6acf2516 CAMEL-15105: make the RestBindingJaxbDataFormatFactory a plugin of the context new a0bfe1d27aa CAMEL-15105: make the BeanProxyFactory a plugin of the context new ccd584b7c8c CAMEL-15105: do register the RestBindingJaxbDataFormatFactory plugin new d422c7bd29f CAMEL-15105: formatting fixes The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../rest/RestComponentVerifierExtension.java | 3 +- .../apache/camel/component/rest/RestProducer.java | 2 +- .../org/apache/camel/ExtendedCamelContext.java | 76 ++------------- .../camel/impl/engine/AbstractCamelContext.java | 35 ++----- .../impl/engine/CamelPostProcessorHelper.java | 3 +- .../impl/engine/DefaultCamelContextExtension.java | 102 --------------------- .../impl/engine/SharedCamelInternalProcessor.java | 3 +- .../apache/camel/impl/console/BlockedConsole.java | 5 +- .../camel/impl/ExtendedCamelContextConfigurer.java | 30 ------ .../impl/lw/LightweightCamelContextExtension.java | 61 ------------ .../org/apache/camel/builder/ProxyBuilder.java | 3 +- .../errorhandler/RedeliveryErrorHandler.java | 2 +- .../org/apache/camel/reifier/RouteReifier.java | 2 +- .../camel/reifier/rest/RestBindingReifier.java | 3 +- .../core/xml/AbstractCamelContextFactoryBean.java | 2 +- .../processor/async/AsyncEndpointPolicyTest.java | 3 +- .../AsyncProcessorAwaitManagerInterruptTest.java | 21 +++-- ...sorAwaitManagerInterruptWithRedeliveryTest.java | 19 ++-- .../async/AsyncProcessorAwaitManagerTest.java | 16 ++-- .../org/apache/camel/main/BaseMainSupport.java | 3 +- .../camel/main/DefaultConfigurationConfigurer.java | 2 +- .../apache/camel/main/DefaultRoutesCollector.java | 4 +- .../org/apache/camel/main/RoutesConfigurer.java | 2 +- .../DefaultComponentVerifierExtension.java | 3 +- .../apache/camel/support/AsyncProcessorHelper.java | 2 +- .../camel/support/AsyncProcessorSupport.java | 2 +- .../apache/camel/support/DefaultAsyncProducer.java | 2 +- .../org/apache/camel/support/PluginHelper.java | 99 ++++++++++++++++++++ .../apache/camel/support/RouteTemplateHelper.java | 4 +- .../camel/support/RouteWatcherReloadStrategy.java | 2 +- .../dsl/groovy/GroovyRouteBuilderLoaderTest.groovy | 3 +- .../dsl/java/joor/JavaRoutesBuilderLoaderTest.java | 9 +- .../dsl/js/JavaScriptRoutesBuilderLoaderTest.java | 15 +-- .../apache/camel/dsl/jsh/JshSourceLoaderTest.java | 3 +- .../java/org/apache/camel/main/KameletMain.java | 3 +- .../dsl/kotlin/KotlinRoutesBuilderLoaderTest.kt | 19 ++-- .../apache/camel/dsl/xml/io/XmlLoadRestTest.java | 3 +- .../org/apache/camel/dsl/xml/io/XmlLoadTest.java | 5 +- .../xml/jaxb/definition/LoadRestFromXmlTest.java | 3 +- .../xml/jaxb/definition/LoadRouteFromXmlTest.java | 3 +- .../LoadRouteFromXmlWithInterceptTest.java | 3 +- .../LoadRouteFromXmlWithNamespaceTest.java | 3 +- .../LoadRouteFromXmlWithOnExceptionTest.java | 3 +- .../definition/LoadRouteFromXmlWithPolicyTest.java | 3 +- .../definition/RouteTemplateLoadFromXmlTest.java | 5 +- .../jaxb/spring/CamelLoadRoutesFromXMLTest.java | 5 +- .../camel/dsl/xml/jaxb/JaxbXmlLoadRestTest.java | 3 +- .../apache/camel/dsl/xml/jaxb/JaxbXmlLoadTest.java | 3 +- .../camel/dsl/yaml/YamlRoutesBuilderLoader.java | 4 +- .../org/apache/camel/dsl/yaml/DelayTest.groovy | 3 +- .../apache/camel/dsl/yaml/DynamicRouterTest.groovy | 3 +- .../camel/dsl/yaml/EmptyRouteFileTest.groovy | 3 +- .../org/apache/camel/dsl/yaml/EnrichTest.groovy | 3 +- .../org/apache/camel/dsl/yaml/FilterTest.groovy | 5 +- .../camel/dsl/yaml/JSonPathSuppressTest.groovy | 3 +- .../org/apache/camel/dsl/yaml/LoopTest.groovy | 5 +- .../org/apache/camel/dsl/yaml/MarshalTest.groovy | 3 +- .../apache/camel/dsl/yaml/PollEnrichTest.groovy | 3 +- .../apache/camel/dsl/yaml/RecipientListTest.groovy | 3 +- .../apache/camel/dsl/yaml/RemoveHeaderTest.groovy | 3 +- .../camel/dsl/yaml/RemovePropertyTest.groovy | 3 +- .../apache/camel/dsl/yaml/ResequenceTest.groovy | 3 +- .../apache/camel/dsl/yaml/RouteTemplateTest.groovy | 3 +- .../apache/camel/dsl/yaml/RoutingSlipTest.groovy | 3 +- .../org/apache/camel/dsl/yaml/SagaTest.groovy | 5 +- .../org/apache/camel/dsl/yaml/ScriptTest.groovy | 3 +- .../org/apache/camel/dsl/yaml/SetBodyTest.groovy | 3 +- .../org/apache/camel/dsl/yaml/SetHeaderTest.groovy | 4 +- .../apache/camel/dsl/yaml/SetPropertyTest.groovy | 3 +- .../org/apache/camel/dsl/yaml/ThrottleTest.groovy | 3 +- .../org/apache/camel/dsl/yaml/ToDynamicTest.groovy | 5 +- .../groovy/org/apache/camel/dsl/yaml/ToTest.groovy | 3 +- .../org/apache/camel/dsl/yaml/UnmarshalTest.groovy | 5 +- .../org/apache/camel/dsl/yaml/ValidateTest.groovy | 3 +- .../camel/dsl/yaml/support/YamlTestSupport.groovy | 9 +- 75 files changed, 293 insertions(+), 416 deletions(-)