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-spring-boot.git
from aa62a6e276b CAMEL-20242: camel-core: RouteController health check to
be DOWN during starting routes. Supervising route controller option to be DOWN
during restarting phase.
new 2799c318c61 Make spring core work
new e08242c0a99 CAMEL-20243: camel-main - Move route controller options
into its own group
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:
core/camel-spring-boot-xml/pom.xml | 2 -
core/camel-spring-boot/pom.xml | 18 +-
.../src/main/docs/spring-boot.json | 169 ++++++++--------
.../spring/boot/CamelConfigurationProperties.java | 101 ----------
...upervisingRouteControllerAutoConfiguration.java | 79 ++++++++
.../SupervisingRouteControllerConfiguration.java | 224 +++++++++++++++++++++
...rk.boot.autoconfigure.AutoConfiguration.imports | 1 +
.../SupervisingRouteControllerRestartTest.java | 10 +-
.../boot/SupervisingRouteControllerTest.java | 10 +-
.../endpoint/CamelRouteControllerEndpointTest.java | 2 +-
10 files changed, 411 insertions(+), 205 deletions(-)
create mode 100644
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/routecontroller/SupervisingRouteControllerAutoConfiguration.java
create mode 100644
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/routecontroller/SupervisingRouteControllerConfiguration.java