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 16:56:04 UTC

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

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


    omit c1cd97d1add CAMEL-19091: camel-core - Remove Discard and DiscardOldest from thread pool policy
    omit 56331d32320 CAMEL-19091: camel-core - Remove Discard and DiscardOldest from thread pool policy
    omit 676b282ba90 CAMEL-19091: camel-core - Remove Discard and DiscardOldest from thread pool policy

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (65eee38f909)
            \
             O -- O -- O   (c1cd97d1add)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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 +-
 .../org/apache/camel/spring/xml/threadPool.json    |  2 +-
 .../SpringCamelContextThreadPoolProfilesTest.java  |  4 +-
 ...va => JmxInstrumentationWithConnectorTest.java} | 47 +++++--------
 .../rest/SpringFromRestIdAndDescriptionTest.xml    |  2 +-
 .../SpringCamelContextThreadPoolProfilesTest.xml   |  2 +-
 ...ontextThreadPoolProfilesWithPlaceholderTest.xml |  2 +-
 .../management/jmxInstrumentationWithConnector.xml | 71 +++++++++++++++++++
 .../ThreadsExternalThreadPoolFactoryBeanTest.xml   |  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 +-
 .../apache/camel/processor/ThreadsProcessor.java   |  5 ++
 .../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 ++--
 .../RejectableScheduledThreadPoolExecutor.java     |  6 +-
 .../concurrent/RejectableThreadPoolExecutor.java   |  6 +-
 .../util/concurrent/ThreadPoolRejectedPolicy.java  | 40 ++++++++++-
 .../dsl/yaml/deserializers/ModelDeserializers.java |  4 +-
 .../generated/resources/schema/camel-yaml-dsl.json |  4 +-
 .../generated/resources/schema/camelYamlDsl.json   |  4 +-
 27 files changed, 301 insertions(+), 66 deletions(-)
 copy components/camel-spring-xml/src/test/java/org/apache/camel/spring/management/{SpringJmxDumpRoutesAsXmlTest.java => JmxInstrumentationWithConnectorTest.java} (57%)
 create mode 100644 components/camel-spring-xml/src/test/resources/org/apache/camel/spring/management/jmxInstrumentationWithConnector.xml