This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 7312e3c  CAMEL-13036: Allow advice with to turn off logging routes 
before/after as XML
     new cf93fec  CAMEL-13810: Always log ERROR if failed to start CamelContext
     new 58fb94f  CAMEL-13094: Ensure service is stopped if it fails to start 
as it did in Camel 2.x. This can also lead to JMX MBeans not being unregistered 
from the JVM. Thanks to Thomas Diesler for the unit test.

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:
 .../camel/support/service/ServiceSupport.java      | 11 +++
 .../camel/impl/engine/AbstractCamelContext.java    |  1 +
 .../RouteStartupFailShouldStopAlsoIssueTest.java   | 11 +--
 .../camel/management/ManagedStartupFailedTest.java | 82 ++++++++++++++++++++++
 4 files changed, 97 insertions(+), 8 deletions(-)
 create mode 100644 
core/camel-management-impl/src/test/java/org/apache/camel/management/ManagedStartupFailedTest.java

Reply via email to