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 9d8608ab4aed CAMEL-24951: camel-seda - Document the side effects of
SedaConsumer.getPendingExchangesSize
add 15572382b7c3 CAMEL-24954: camel-core - Idempotent Consumer: do not
stop the repository when the route is stopped
add 4ac0b4783b7c CAMEL-24954: camel-core - Cache EIP: do not stop a
possibly shared key value repository when the route is stopped
add 66755d3f0953 CAMEL-24954: camel-core - Make the new test class
package-private
add c0911bc72a7a CAMEL-24954: camel-core - Test that removing a Cache EIP
route still stops its repository
add 390409a6ca2c CAMEL-24954: camel-core - Move the upgrade guide section
next to the other camel-core entries
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/processor/CacheProcessor.java | 5 +-
.../processor/idempotent/IdempotentConsumer.java | 5 +-
...IdempotentConsumerSharedRepositoryStopTest.java | 234 +++++++++++++++++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 16 ++
4 files changed, 258 insertions(+), 2 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/IdempotentConsumerSharedRepositoryStopTest.java