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/02/27 18:16:45 UTC

[camel] branch regen_bot updated (65eee38f909 -> 387975589d9)

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 65eee38f909 Regen for commit 0f25205251d05fb2e12eee1dc95b7ad43fddc350
     add 676b282ba90 CAMEL-19091: camel-core - Remove Discard and DiscardOldest from thread pool policy
     add 56331d32320 CAMEL-19091: camel-core - Remove Discard and DiscardOldest from thread pool policy
     add c1cd97d1add CAMEL-19091: camel-core - Remove Discard and DiscardOldest from thread pool policy
     add 421206d2500 CAMEL-19060: move the isFailureHandled logic to a field in the ExchangeExtension to avoid costly operations
     add 23542fc5b65 CAMEL-19060 (camel-seda): cache queue reference to avoid costly operations in the hot path
     add 387975589d9 Regen for commit 23542fc5b65f33cde0f74f71876fe80d8c8c853f

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/models/threadPoolProfile.json    |  2 +-
 .../org/apache/camel/catalog/models/threads.json   |  2 +-
 .../apache/camel/component/seda/SedaEndpoint.java  | 17 +++--
 .../org/apache/camel/spring/xml/threadPool.json    |  2 +-
 .../SpringCamelContextThreadPoolProfilesTest.java  |  4 +-
 .../JmxInstrumentationWithConnectorTest.java       | 58 ----------------
 .../rest/SpringFromRestIdAndDescriptionTest.xml    |  2 +-
 .../SpringCamelContextThreadPoolProfilesTest.xml   |  2 +-
 ...ontextThreadPoolProfilesWithPlaceholderTest.xml |  2 +-
 .../management/jmxInstrumentationWithConnector.xml | 71 -------------------
 .../ThreadsExternalThreadPoolFactoryBeanTest.xml   |  2 +-
 .../src/main/java/org/apache/camel/Exchange.java   |  1 +
 .../java/org/apache/camel/ExchangeExtension.java   |  4 ++
 .../java/org/apache/camel/ExchangePropertyKey.java |  2 -
 .../org/apache/camel/model/threadPoolProfile.json  |  2 +-
 .../resources/org/apache/camel/model/threads.json  |  2 +-
 .../camel/model/ThreadPoolProfileDefinition.java   |  2 +-
 .../org/apache/camel/model/ThreadsDefinition.java  |  2 +-
 .../camel/processor/OnCompletionProcessor.java     |  6 +-
 .../apache/camel/processor/ThreadsProcessor.java   |  5 --
 .../ShareUnitOfWorkAggregationStrategy.java        |  5 +-
 .../errorhandler/RedeliveryErrorHandler.java       |  2 +-
 .../xml/AbstractCamelThreadPoolFactoryBean.java    |  2 +-
 .../apache/camel/ThreadPoolRejectedPolicyTest.java | 80 ----------------------
 .../camel/builder/ThreadPoolBuilderTest.java       |  2 +-
 .../processor/ThreadsRejectedExecutionTest.java    | 52 --------------
 .../camel/processor/ThreadsRejectedPolicyTest.java |  6 +-
 .../org/apache/camel/main/MainThreadPoolTest.java  | 12 ++--
 .../org/apache/camel/support/AbstractExchange.java |  1 +
 .../org/apache/camel/support/ExchangeHelper.java   |  5 +-
 .../camel/support/ExtendedExchangeExtension.java   | 10 +++
 .../RejectableScheduledThreadPoolExecutor.java     |  6 +-
 .../concurrent/RejectableThreadPoolExecutor.java   |  6 +-
 .../util/concurrent/ThreadPoolRejectedPolicy.java  | 40 +----------
 .../ROOT/pages/camel-4-migration-guide.adoc        |  2 +
 .../dsl/yaml/deserializers/ModelDeserializers.java |  4 +-
 .../generated/resources/schema/camel-yaml-dsl.json |  4 +-
 .../generated/resources/schema/camelYamlDsl.json   |  4 +-
 38 files changed, 77 insertions(+), 356 deletions(-)
 delete mode 100644 components/camel-spring-xml/src/test/java/org/apache/camel/spring/management/JmxInstrumentationWithConnectorTest.java
 delete mode 100644 components/camel-spring-xml/src/test/resources/org/apache/camel/spring/management/jmxInstrumentationWithConnector.xml