This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
omit 3e258945866 [create-pull-request] automated change
add 11ca4f06ced [create-pull-request] automated change (#1797)
add b7195bf107e Regen
add c705f2a8dd7 Regem
add b25135da707 CAMEL-23079: Add Spring Boot auto-configuration for
ErrorRegistry SPI
add 47519f6f293 Regen
add cfe52c2e08f CAMEL-23615: ErrorRegistry - disable TTL by default (#1798)
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 (3e258945866)
\
N -- N -- N refs/heads/automatic-periodic-sync (cfe52c2e08f)
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/beans/JdbcAggregationRepository.json | 2 +-
.../beans/LevelDBAggregationRepository.json | 2 +-
.../catalog/components/azure-storage-blob.json | 2 +-
.../src/main/docs/spring-boot.json | 88 ++++++++-----
.../CamelErrorRegistryAutoConfiguration.java} | 36 +++---
.../CamelErrorRegistryConfigurationProperties.java | 139 +++++++++++++++++++++
...rk.boot.autoconfigure.AutoConfiguration.imports | 1 +
7 files changed, 225 insertions(+), 45 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