This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
omit 54caec6 [create-pull-request] automated change
add fd57c4f [create-pull-request] automated change
add 8d54a03 Regen
add ebf03ed Bump Infinispan Spring Boot to version 2.2.4.Final
add 1033723 Regen
add 280d30e CAMEL-15032: SupervisingRouteController - Make it simpler and
unify across runtimes
add 3b5f5cd [create-pull-request] automated change
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (54caec6)
\
N -- N -- N refs/heads/automatic-periodic-sync (3b5f5cd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../spring/boot/CamelConfigurationProperties.java | 54 +++++++
...upervisingRouteControllerAutoConfiguration.java | 93 -----------
.../SupervisingRouteControllerConfiguration.java | 179 ---------------------
.../src/main/resources/META-INF/spring.factories | 1 -
.../SupervisingRouteControllerRestartTest.java | 33 +---
.../boot/SupervisingRouteControllerTest.java | 53 ++----
.../main/java/sample/camel/ApplicationRoutes.java | 3 -
.../src/main/resources/application.properties | 12 +-
pom.xml | 2 +-
9 files changed, 74 insertions(+), 356 deletions(-)
delete mode 100644
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SupervisingRouteControllerAutoConfiguration.java
delete mode 100644
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SupervisingRouteControllerConfiguration.java