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 2022/05/11 15:35:02 UTC

[camel] branch regen_bot updated (ab56f2e7730 -> cf77428d8d2)

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 ab56f2e7730 Regen for commit 02da0792ba51c4d14c44d311640036125be389a7
     add d15cc12604c CAMEL-18098: camel-core - Stream caching should not spool to disk by default
     add 48bb2208055 CAMEL-18085 Introduction of ManagementMBeansLevel (#7584). And in legacy XML spring/blueprint then expose options as boolean in metadata.
     add cf77428d8d2 Regen for commit 48bb2208055993bb7aedbfab90adee6ebe417719

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ab56f2e7730)
            \
             N -- N -- N   refs/heads/regen_bot (cf77428d8d2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

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:
 .../main/camel-main-configuration-metadata.json    |  3 +-
 .../catalog/models/redeliveryPolicyProfile.json    | 32 ++++++++--------
 .../apache/camel/catalog/models/threadPool.json    |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 39 +++++++++++++++----
 .../camel/spring/xml/redeliveryPolicyProfile.json  | 32 ++++++++--------
 .../org/apache/camel/spring/xml/threadPool.json    |  2 +-
 .../processor/SpringStreamCachingStrategyTest.xml  |  2 +-
 .../apache/camel/spi/StreamCachingStrategy.java    | 14 +++++++
 .../camel/impl/engine/AbstractCamelContext.java    |  8 ++--
 .../impl/engine/DefaultStreamCachingStrategy.java  | 28 +++++++++-----
 .../org/apache/camel/core/xml/jmxAgent.json        | 23 +++++------
 .../org/apache/camel/core/xml/routeController.json |  4 +-
 .../org/apache/camel/core/xml/streamCaching.json   | 11 +++---
 .../core/xml/AbstractCamelContextFactoryBean.java  | 15 ++++++++
 .../AbstractCamelRedeliveryPolicyFactoryBean.java  | 42 ++++++++++++---------
 .../xml/AbstractCamelThreadPoolFactoryBean.java    | 12 +++---
 .../camel/core/xml/CamelJMXAgentDefinition.java    | 38 +++++++++++++------
 .../core/xml/CamelRouteControllerDefinition.java   |  4 +-
 .../xml/CamelStreamCachingStrategyDefinition.java  | 43 ++++++++++++++++++---
 .../converter/stream/CachedOutputStreamTest.java   |  1 +
 .../MulticastParallelTimeoutStreamCachingTest.java |  1 +
 .../RedeliveryErrorHandlerNonBlockedDelayTest.java |  4 +-
 .../StreamCachingSpoolDirectoryQuarkusTest.java    |  1 +
 .../MainConfigurationPropertiesConfigurer.java     |  6 +++
 .../camel-main-configuration-metadata.json         |  3 +-
 core/camel-main/src/main/docs/main.adoc            |  5 ++-
 .../camel/main/DefaultConfigurationConfigurer.java |  1 +
 .../camel/main/DefaultConfigurationProperties.java | 44 +++++++++++++++++++++-
 .../ROOT/pages/camel-3x-upgrade-guide-3_17.adoc    | 41 ++++++++++++++++++++
 29 files changed, 338 insertions(+), 123 deletions(-)