This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 498a757 Sync deps
new ac64622 CAMEL-16494: After VetoCamelContextStartException
CamelContext instance broken forever
new 9ed97ca CAMEL-16535: Add option to dump routes as XML on startup
new a3418693 CAMEL-16535: Add option to dump routes as XML on startup
new c85ca13 CAMEL-16494: After VetoCamelContextStartException
CamelContext instance broken forever
The 4 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/support/service/BaseService.java | 4 +
.../camel/impl/engine/AbstractCamelContext.java | 49 ++++---
.../xml/AbstractCamelContextFactoryBeanTest.java | 3 +-
.../engine/VetoCamelContextStartExceptionTest.java | 155 +++++++++++++++++++++
4 files changed, 193 insertions(+), 18 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/impl/engine/VetoCamelContextStartExceptionTest.java