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 c705f2a8dd7 Regem
     new b25135da707 CAMEL-23079: Add Spring Boot auto-configuration for 
ErrorRegistry SPI
     new 47519f6f293 Regen

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:
 .../src/main/docs/spring-boot.json                 |  60 +++++++++
 .../CamelErrorRegistryAutoConfiguration.java}      |  36 +++---
 .../CamelErrorRegistryConfigurationProperties.java | 138 +++++++++++++++++++++
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   1 +
 4 files changed, 221 insertions(+), 14 deletions(-)
 copy 
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/{actuate/endpoint/CamelRoutesEndpointAutoConfiguration.java
 => errorregistry/CamelErrorRegistryAutoConfiguration.java} (53%)
 create mode 100644 
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/errorregistry/CamelErrorRegistryConfigurationProperties.java

Reply via email to