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/10/19 16:08:14 UTC

[camel] branch regen_bot_40x updated (03369ce25e7 -> 3f2b410fb82)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_40x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 03369ce25e7 CAMEL-20010 (#11759)
     add 50ec2d6a150 (chores) camel-core: reduce method size to force inlining
     add 7978344cc84 (chores) camel-disruptor: reduce method size
     add 422fbb2ff5f (chores) camel-core: minor cleanup in the RedeliveryErrorHandler
     add acbc13f3562 (chores) camel-main: cleanup shutdown action check
     add 20a60fd9d19 (chores) camel-core: remove unnecessary volatile
     add 3740924daba Remove Servicemix-specs property placeholder since not in use (#11768)
     add 8260eb32a9f camel-kafka - fix typo in the description of linger.ms (#11769)
     add 5aa0debcd65 CAMEL-19541: replaced Thread.sleep() in camel-quartz
     add 7aa6f279b1b CAMEL-19998: cleanup unused methods
     add a88f30cfe55 CAMEL-19998: deprecate methods that should be accessed via extensions
     add 4275cfdb978 CAMEL-20011: Fix usage of deprecated Vert.x APIs
     add 3d16a0ecb02 Fix missing space in description of Cmale JBang Transform parameter description (#11776)
     add 1ba97014d0a Upgrade spring-security to align with spring-boot 3.1.5 (#11777)
     add 0c3ba620fa0 CAMEL-8306: Add support for wildcards to match on prefix (#11638)
     add 3f2b410fb82 CAMEL-19990: Upgrade dependencies for Spring Boot 3.1.5

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/kafka.json |   4 +-
 .../org/apache/camel/catalog/components/rest.json  |   2 +-
 .../component/disruptor/DisruptorConsumer.java     |  41 +++---
 .../component/disruptor/DisruptorProducer.java     |  79 +++++------
 .../org/apache/camel/http/common/CamelServlet.java |   3 +
 .../apache/camel/http/common/CamelServletTest.java |  11 +-
 .../org/apache/camel/component/kafka/kafka.json    |   4 +-
 .../camel/component/kafka/KafkaConfiguration.java  |   2 +-
 .../knative/http/KnativeHttpConsumer.java          |  26 +---
 .../component/knative/http/KnativeHttpTest.java    |  21 ++-
 .../HttpServerMultiplexChannelHandler.java         |   2 +
 .../http/vertx/VertxPlatformHttpConsumer.java      |  20 +--
 .../http/vertx/VertxPlatformHttpServer.java        |   2 +-
 ...QuartzConsumerTwoAppsClusteredFailoverTest.java |  19 +--
 ...QuartzConsumerTwoAppsClusteredRecoveryTest.java |  21 +--
 .../SimpleScheduledCombinedRoutePolicyTest.java    |   7 +-
 .../SpringQuartzTwoAppsClusteredFailoverTest.java  |  31 +++--
 .../reactive/vertx/VertXReactiveExecutor.java      |   5 +-
 .../org/apache/camel/component/rest/rest.json      |   2 +-
 .../apache/camel/component/rest/RestEndpoint.java  |   2 +-
 .../reactive/vertx/VertXThreadPoolFactory.java     |   6 +-
 .../undertow/handlers/RestRootHandler.java         |   2 +
 .../websocket/VertxWebsocketClientConsumer.java    |  64 ++++-----
 .../vertx/websocket/VertxWebsocketConsumer.java    |  21 +--
 .../camel/impl/engine/AbstractCamelContext.java    | 100 ++++++++++++--
 .../camel/impl/engine/CamelInternalProcessor.java  | 151 ++++++++++++---------
 .../camel/impl/engine/DefaultReactiveExecutor.java |  88 +++++++-----
 .../impl/engine/DefaultStreamCachingStrategy.java  |  58 ++++----
 .../impl/engine/SharedCamelInternalProcessor.java  | 116 +++++++++-------
 .../camel/impl/engine/StreamCachingHelper.java     |  27 ++--
 .../errorhandler/RedeliveryErrorHandler.java       |  74 +++++-----
 .../camel/main/MainDurationEventNotifier.java      | 116 ++++++++++------
 .../org/apache/camel/support/ExchangeHelper.java   |  83 ++++++-----
 .../org/apache/camel/support/MessageSupport.java   |  11 +-
 .../support/RestConsumerContextPathMatcher.java    | 117 ++++++++++++----
 .../org/apache/camel/support/UnitOfWorkHelper.java |  27 ++--
 .../RestConsumerContextPathMatcherTest.java        |  46 +++++++
 .../camel/dsl/jbang/core/commands/Transform.java   |   2 +-
 parent/pom.xml                                     |   7 +-
 39 files changed, 855 insertions(+), 565 deletions(-)