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

fmariani pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from 59828b194b7 [create-pull-request] automated change (#1645)
     new 1a2185eaddc CAMEL-22946: make it easier to write application access 
logs only, without management access logs
     new 11bf67acec3 Remove jetty optional dependency since it was breaking 
tests, jetty was used instead of tomcat by mistake

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/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 +-
 7 files changed, 137 insertions(+), 18 deletions(-)
 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%)

Reply via email to