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.
discard 8c46c8e Regen for commit 99550bd85c02248097ea836a61e06ff42d2299c4 add 6902350 Revert "CAMEL-16070: CamelContext - Restart via stop/start is no longer supported (was not recommended before)." add e638979 CAMEL-16070: CamelContext - Restart via stop/start - Log a WARN in case of restart. We have a bunch of tests that rely on being able to stop/start such as clustering tests. add a54ab15 Regen for commit e638979343ada487aeb973898cf7bd7be47175ee 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 (8c46c8e) \ N -- N -- N refs/heads/regen_bot (a54ab15) 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/java/org/apache/camel/CamelContext.java | 8 +- .../camel/impl/engine/AbstractCamelContext.java | 38 +++++-- ...rectVmTwoCamelContextDuplicateConsumerTest.java | 4 +- .../component/log/LogCustomFormatterTest.java | 16 ++- .../camel/component/timer/TimerRestartTest.java | 4 +- .../vm/VmMultipleContextsStartStopTest.java | 4 +- .../camel/impl/DefaultCamelContextRestartTest.java | 23 ++-- ...melContextWithLifecycleStrategyRestartTest.java | 124 +++++++++++++++++++++ .../camel/impl/engine/DefaultCamelContextTest.java | 22 ++++ .../management/mbean/ManagedCamelContextMBean.java | 3 + .../management/mbean/ManagedCamelContext.java | 6 + ...st.java => ManagedCamelContextRestartTest.java} | 46 ++++++-- .../ROOT/pages/camel-3x-upgrade-guide-3_8.adoc | 5 - 13 files changed, 261 insertions(+), 42 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextWithLifecycleStrategyRestartTest.java copy core/camel-management/src/test/java/org/apache/camel/management/{ManagedCamelContextSuspendStartTest.java => ManagedCamelContextRestartTest.java} (75%)