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 21b631d [create-pull-request] automated change add b99af65 [create-pull-request] automated change add b4fa905 Regen add c86847b CAMEL-16056: Added camel-jfr for java flight recorder integration add 5b6f1f9 CAMEL-16056: Added camel-jfr for java flight recorder integration add 713884c CAMEL-16056: Added camel-jfr for java flight recorder integration add 4d883c1 Polished add 5c7a2bd CAMEL-16056: Added camel-jfr for java flight recorder integration 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 (21b631d) \ N -- N -- N refs/heads/automatic-periodic-sync (5c7a2bd) 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: .../springboot/catalog/components/jsonata.json | 2 +- .../camel/springboot/catalog/others.properties | 1 + .../camel/springboot/catalog/others/jfr.json | 15 +++++++ components-starter/README.adoc | 4 +- .../pom.xml | 6 +-- .../src/main/resources/META-INF/LICENSE.txt | 0 .../src/main/resources/META-INF/NOTICE.txt | 0 .../src/main/resources/META-INF/spring.provides | 2 +- .../camel-paho-mqtt5-starter/pom.xml | 2 +- components-starter/pom.xml | 1 + .../src/main/docs/spring-boot.adoc | 8 +++- .../camel/spring/boot/CamelAutoConfiguration.java | 28 ++++++++++++ .../spring/boot/CamelConfigurationProperties.java | 51 ++++++++++++++++++++++ docs/modules/ROOT/pages/list.adoc | 4 +- docs/modules/ROOT/pages/spring-boot.adoc | 8 +++- tooling/camel-spring-boot-bom/pom.xml | 5 +++ tooling/camel-spring-boot-dependencies/pom.xml | 10 +++++ 17 files changed, 137 insertions(+), 10 deletions(-) create mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/jfr.json copy components-starter/{camel-paho-mqtt5-starter => camel-jfr-starter}/pom.xml (92%) copy {tooling/camel-spring-boot-docs-maven-plugin => components-starter/camel-jfr-starter}/src/main/resources/META-INF/LICENSE.txt (100%) copy {tooling/camel-spring-boot-docs-maven-plugin => components-starter/camel-jfr-starter}/src/main/resources/META-INF/NOTICE.txt (100%) copy components-starter/{camel-box-starter => camel-jfr-starter}/src/main/resources/META-INF/spring.provides (97%)