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 2021/04/22 07:48:45 UTC

[camel] branch regen_bot updated (498a757 -> c85ca13)

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.


    from 498a757  Sync deps
     add ac64622  CAMEL-16494: After VetoCamelContextStartException CamelContext instance broken forever
     add 9ed97ca  CAMEL-16535: Add option to dump routes as XML on startup
     add a3418693 CAMEL-16535: Add option to dump routes as XML on startup
     add c85ca13  CAMEL-16494: After VetoCamelContextStartException CamelContext instance broken forever

No new revisions were added by this update.

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