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 249527279ca [create-pull-request] automated change
add 4bc1a012713 Regen
add 59828b194b7 [create-pull-request] automated change (#1645)
add 1a2185eaddc CAMEL-22946: make it easier to write application access
logs only, without management access logs
add 11bf67acec3 Remove jetty optional dependency since it was breaking
tests, jetty was used instead of tomcat by mistake
add a63b4c253c9 CAMEL-22930: Fix camel-observation-starter broken in 4.17.0
add 0bbdfe14b43 [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 (249527279ca)
\
N -- N -- N refs/heads/automatic-periodic-sync (0bbdfe14b43)
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:
.../catalog/components/google-pubsub.json | 3 +-
.../camel-observation-starter/pom.xml | 28 ++++
.../starter/ObservationAutoConfiguration.java | 4 +-
.../starter/ObservationAutoConfigurationTest.java | 159 +++++++++++++++++++++
core/camel-spring-boot/pom.xml | 7 +
.../src/main/docs/spring-boot.adoc | 31 ++++
.../src/main/docs/spring-boot.json | 12 ++
.../ManagementAccessLogConfiguration.java | 71 +++++++++
.../accesslog/ManagementAccessLogProperties.java | 26 ++--
.../additional-spring-configuration-metadata.json | 6 +
...gure.web.ManagementContextConfiguration.imports | 2 +-
11 files changed, 328 insertions(+), 21 deletions(-)
create mode 100644
components-starter/camel-observation-starter/src/test/java/org/apache/camel/observation/starter/ObservationAutoConfigurationTest.java
create mode 100644
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/actuate/accesslog/ManagementAccessLogConfiguration.java
copy
components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/customizer/CacheManagerCustomizerConfiguration.java
=>
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/actuate/accesslog/ManagementAccessLogProperties.java
(65%)
copy
components-starter/camel-asn1-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
=>
core/camel-spring-boot/src/main/resources/META-INF/spring/org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration.imports
(92%)