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 3125dbd92c9 Upgrade netty 4.1.104
new fee9bacff67 CAMEL-20242: camel-core: RouteController health check to
be DOWN during starting routes. Supervising route controller option to be DOWN
during restarting phase.
new 1be16e1e7d6 Upgrade jooq 3.19.0
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:
.../java/org/apache/camel/spi/RouteController.java | 14 +++++---------
.../camel/impl/engine/DefaultRouteController.java | 4 ++--
.../engine/DefaultSupervisingRouteController.java | 2 +-
.../camel/impl/engine/InternalRouteController.java | 2 +-
.../camel/impl/console/RouteControllerConsole.java | 4 ++--
.../impl/health/RouteControllerHealthCheck.java | 2 +-
.../mbean/ManagedRouteControllerMBean.java | 6 ++++++
.../ManagedSupervisingRouteControllerMBean.java | 6 ++++++
.../management/mbean/ManagedRouteController.java | 10 ++++++++++
.../mbean/ManagedSupervisingRouteController.java | 20 ++++++++++++++++++++
parent/pom.xml | 2 +-
11 files changed, 55 insertions(+), 17 deletions(-)