This is an automated email from the ASF dual-hosted git repository.
apupier pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from cd830827846d CAMEL-24939: Fix dependency declarations in core/ and
tooling/ subprojects
new dc95b0ed26d9 CAMEL-24949: camel-seda - do not purge the queue when
suspending a route with purgeWhenStopping
new 8a0e43065f86 CAMEL-24949: camel-seda - Insert the upgrade guide
section in alphabetical order
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/camel/component/seda/SedaConsumer.java | 8 +-
.../java/org/apache/camel/spi/ShutdownAware.java | 18 +++
.../camel/impl/engine/DefaultShutdownStrategy.java | 15 ++-
.../seda/SedaPurgeWhenStoppingSuspendTest.java | 122 +++++++++++++++++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 8 ++
5 files changed, 168 insertions(+), 3 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/component/seda/SedaPurgeWhenStoppingSuspendTest.java