You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/04/02 13:51:22 UTC

[camel] branch regen_bot updated (11076e47371 -> fc32778998a)

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 11076e47371 Defer lookup vertx to doStart
     add f79d1f166db camel-threadpoolfactory-vertx is experimental
     add c8ceb4edfe8 camel-threadpoolfactory-vertx is experimental
     add 6fdc87bd495 CAMEL-15105: make the RouteFactory a plugin of the context
     add 2bd927afdbe CAMEL-15105: make the RoutesLoader a plugin of the context
     add 501498d9c86 CAMEL-15105: make the AsyncProcessorAwaitManager a plugin of the context
     add 504607e8b4c CAMEL-15105: make the RoutesLoader a plugin of the context
     add 59af054339b CAMEL-15105: make the RuntimeCatalog a plugin of the context
     add 34b6acf2516 CAMEL-15105: make the RestBindingJaxbDataFormatFactory a plugin of the context
     add a0bfe1d27aa CAMEL-15105: make the BeanProxyFactory a plugin of the context
     add ccd584b7c8c CAMEL-15105: do register the RestBindingJaxbDataFormatFactory plugin
     add d422c7bd29f CAMEL-15105: formatting fixes
     add fc32778998a Regen for commit d422c7bd29f7cf77eafd47c052b8582ce6d3d096

No new revisions were added by this update.

Summary of changes:
 .../catalog/others/threadpoolfactory-vertx.json    |   2 +-
 .../rest/RestComponentVerifierExtension.java       |   3 +-
 .../apache/camel/component/rest/RestProducer.java  |   2 +-
 components/camel-threadpoolfactory-vertx/pom.xml   |   2 +-
 .../resources/threadpoolfactory-vertx.json         |   2 +-
 .../src/main/docs/threadpoolfactory-vertx.adoc     |  14 +--
 .../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 +-
 79 files changed, 303 insertions(+), 426 deletions(-)