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 10:22:50 UTC

[camel] branch regen_bot updated (3da855d419c -> c15e971d65a)

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 3da855d419c fixed results of inspection "HashSet can be replaced with EnumSet" (#9751)
     add 59c57596808 CAMEL-15105: make the DevConsoleResolver a plugin of the context
     add 878825560b0 CAMEL-15105: make the ProcessorFactory a plugin of the context
     add 525b70ef436 CAMEL-15105: make the InternalProcessorFactory a plugin of the context
     add 0d22038e18e CAMEL-15105: make the InterceptEndpointFactory a plugin of the context
     add 2b09a84f42b (chores) camel-mongodb: fixed imports
     add 16297b7657d (chores) ci: bump to mvnd 1.0-m6-m40 as the older versions were removed from the Apache CDN
     add b96b4c8745b (chores) ci: fix mvnd URL
     add b431c90b821 (chores) ci: fix mvnd sha256 URL
     add 07023f48f6d (chores) ci: rollback to mvnd 0.8.2 as 1.0-m6 requires additional changes
     add 446610367e5 replaced iterated addition to collection with bulk operation (#9755)
     add c15e971d65a Regen for commit 446610367e556c18ba4c3e1b3110b8a200496512

No new revisions were added by this update.

Summary of changes:
 .github/actions/install-mvnd/action.yml            |  7 +-
 .../camel/component/knative/KnativeEndpoint.java   |  8 ++-
 .../camel/component/knative/KnativeProducer.java   |  5 +-
 .../camel/component/mongodb/MongoDbComponent.java  |  5 +-
 .../camel/component/olingo2/api/impl/UriType.java  |  5 +-
 .../quartz/QuartzManuallyTriggerJobTest.java       |  4 +-
 .../apache/camel/component/seda/SedaEndpoint.java  |  5 +-
 .../org/apache/camel/ExtendedCamelContext.java     | 60 -----------------
 .../camel/impl/engine/AbstractCamelContext.java    |  8 +--
 .../impl/engine/DefaultCamelContextExtension.java  | 70 --------------------
 .../apache/camel/impl/engine/DefaultChannel.java   |  3 +-
 .../engine/DefaultServiceBootstrapCloseable.java   |  3 +-
 .../impl/engine/SubscribeMethodProcessor.java      |  3 +-
 .../impl/cloud/DefaultServiceCallProcessor.java    |  3 +-
 .../impl/console/DefaultDevConsoleRegistry.java    |  3 +-
 .../impl/console/DefaultDevConsolesLoader.java     |  2 +-
 .../camel/impl/console/ContextDevConsoleTest.java  |  5 +-
 .../camel/impl/ExtendedCamelContextConfigurer.java | 24 -------
 .../impl/lw/LightweightCamelContextExtension.java  | 44 -------------
 .../processor/InterceptSendToEndpointCallback.java |  3 +-
 .../apache/camel/processor/MulticastProcessor.java |  3 +-
 .../apache/camel/processor/UnitOfWorkProducer.java |  3 +-
 .../org/apache/camel/reifier/AggregateReifier.java |  3 +-
 .../reifier/InterceptSendToEndpointReifier.java    |  3 +-
 .../apache/camel/reifier/OnCompletionReifier.java  |  3 +-
 .../org/apache/camel/reifier/ProcessorReifier.java | 19 ++++--
 .../apache/camel/reifier/ResequenceReifier.java    |  5 +-
 .../org/apache/camel/reifier/RouteReifier.java     |  3 +-
 .../org/apache/camel/reifier/WireTapReifier.java   |  3 +-
 .../reifier/errorhandler/ErrorHandlerReifier.java  |  3 +-
 .../core/xml/AbstractCamelContextFactoryBean.java  |  2 +-
 .../processor/CustomProcessorFactoryTest.java      |  2 +-
 .../camel/main/DefaultConfigurationConfigurer.java |  2 +-
 .../support/DefaultInterceptSendToEndpoint.java    |  2 +-
 .../org/apache/camel/support/PluginHelper.java     | 76 ++++++++++++++++++++++
 .../camel/support/cache/DefaultProducerCache.java  |  5 +-
 .../main/java/org/apache/camel/util/HostUtils.java |  4 +-
 .../camel/cli/connector/LocalCliConnector.java     | 22 +++----
 .../maven/dsl/yaml/GenerateYamlSupportMojo.java    |  4 +-
 .../maven/dsl/yaml/support/ToolingSupport.java     |  5 +-
 40 files changed, 164 insertions(+), 278 deletions(-)