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 214bdcf1fd1 [create-pull-request] automated change
add a3b94f2d6a1 Regen
add e725fdf1af2 [create-pull-request] automated change (#1920)
add 86ba200b5d5 chore: fix SupervisingRouteControllerRestartTest for
FailedToStartRouteException wrapping
add f3558b292c6 Bump actions/setup-java from 5 to 6 (#1921)
add 28d9d51ec60 Bump com.mycila:license-maven-plugin from 5.1.1 to 5.1.2
(#1922)
add 35c11bdf3a2 [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 (214bdcf1fd1)
\
N -- N -- N refs/heads/automatic-periodic-sync (35c11bdf3a2)
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:
.github/workflows/automatic-sync-main.yml | 2 +-
.github/workflows/generate-sbom-main.yml | 2 +-
.github/workflows/pr-build-main.yml | 2 +-
.../camel/springboot/catalog/components/exec.json | 20 +-
.../springboot/catalog/components/zendesk.json | 6 +-
.../springboot/catalog/dev-consoles/activity.json | 84 +++++
.../catalog/dev-consoles/aws-secrets.json | 58 ++++
.../springboot/catalog/dev-consoles/aws2-s3.json | 50 +++
.../catalog/dev-consoles/azure-secrets.json | 54 +++
.../springboot/catalog/dev-consoles/bean.json | 42 +++
.../springboot/catalog/dev-consoles/blocked.json | 40 +++
.../springboot/catalog/dev-consoles/browse.json | 49 +++
.../catalog/dev-consoles/circuit-breaker.json | 34 ++
.../springboot/catalog/dev-consoles/consumer.json | 215 ++++++++++++
.../springboot/catalog/dev-consoles/context.json | 201 ++++++++++++
.../catalog/dev-consoles/datasource.json | 62 ++++
.../springboot/catalog/dev-consoles/debug.json | 81 +++++
.../springboot/catalog/dev-consoles/endpoint.json | 88 +++++
.../springboot/catalog/dev-consoles/errors.json | 34 ++
.../catalog/dev-consoles/eval-language.json | 18 +
.../springboot/catalog/dev-consoles/event.json | 80 +++++
.../camel/springboot/catalog/dev-consoles/gc.json | 34 ++
.../catalog/dev-consoles/gcp-secrets.json | 54 +++
.../springboot/catalog/dev-consoles/groovy.json | 58 ++++
.../catalog/dev-consoles/hashicorp-secrets.json | 21 ++
.../springboot/catalog/dev-consoles/health.json | 83 +++++
.../springboot/catalog/dev-consoles/heap-dump.json | 17 +
.../catalog/dev-consoles/heap-histogram.json | 47 +++
.../catalog/dev-consoles/ibm-secrets.json | 62 ++++
.../springboot/catalog/dev-consoles/inflight.json | 59 ++++
.../catalog/dev-consoles/internal-tasks.json | 63 ++++
.../catalog/dev-consoles/java-security.json | 47 +++
.../catalog/dev-consoles/jfr-memory-leak.json | 288 ++++++++++++++++
.../camel/springboot/catalog/dev-consoles/jfr.json | 255 +++++++++++++++
.../camel/springboot/catalog/dev-consoles/jvm.json | 43 +++
.../springboot/catalog/dev-consoles/kafka.json | 101 ++++++
.../dev-consoles/kubernetes-configmaps.json | 34 ++
.../catalog/dev-consoles/kubernetes-secrets.json | 34 ++
.../camel/springboot/catalog/dev-consoles/log.json | 12 +
.../springboot/catalog/dev-consoles/memory.json | 61 ++++
.../catalog/dev-consoles/message-history.json | 17 +
.../catalog/dev-consoles/micrometer.json | 255 +++++++++++++++
.../catalog/dev-consoles/opentelemetry.json | 87 +++++
.../catalog/dev-consoles/platform-http.json | 67 ++++
.../catalog/dev-consoles/processor-detail.json | 86 +++++
.../springboot/catalog/dev-consoles/processor.json | 169 ++++++++++
.../springboot/catalog/dev-consoles/producer.json | 46 +++
.../catalog/dev-consoles/properties.json | 49 +++
.../springboot/catalog/dev-consoles/quartz.json | 148 +++++++++
.../springboot/catalog/dev-consoles/receive.json | 64 ++++
.../springboot/catalog/dev-consoles/reload.json | 51 +++
.../catalog/dev-consoles/resilience4j.json | 122 +++++++
.../springboot/catalog/dev-consoles/rest-spec.json | 26 ++
.../springboot/catalog/dev-consoles/rest.json | 74 +++++
.../catalog/dev-consoles/route-controller.json | 120 +++++++
.../catalog/dev-consoles/route-diagram.json | 13 +
.../catalog/dev-consoles/route-dump.json | 50 +++
.../catalog/dev-consoles/route-group.json | 139 ++++++++
.../catalog/dev-consoles/route-structure.json | 84 +++++
.../catalog/dev-consoles/route-topology.json | 112 +++++++
.../springboot/catalog/dev-consoles/route.json | 363 +++++++++++++++++++++
.../springboot/catalog/dev-consoles/send.json | 39 +++
.../springboot/catalog/dev-consoles/service.json | 57 ++++
.../springboot/catalog/dev-consoles/sftp.json | 10 +
.../catalog/dev-consoles/simple-language.json | 31 ++
.../springboot/catalog/dev-consoles/source.json | 50 +++
.../springboot/catalog/dev-consoles/sql-query.json | 84 +++++
.../springboot/catalog/dev-consoles/sql-trace.json | 120 +++++++
.../catalog/dev-consoles/startup-recorder.json | 53 +++
.../springboot/catalog/dev-consoles/stub.json | 42 +++
.../catalog/dev-consoles/system-properties.json | 15 +
.../springboot/catalog/dev-consoles/thread.json | 76 +++++
.../camel/springboot/catalog/dev-consoles/top.json | 217 ++++++++++++
.../springboot/catalog/dev-consoles/trace.json | 77 +++++
.../catalog/dev-consoles/transformers.json | 48 +++
.../catalog/dev-consoles/type-converters.json | 74 +++++
.../springboot/catalog/dev-consoles/variables.json | 38 +++
.../catalog/dev-consoles/vertx-websocket.json | 67 ++++
.../camel-exec-starter/src/main/docs/exec.json | 2 +-
.../springboot/ExecComponentConfiguration.java | 11 +-
.../SupervisingRouteControllerRestartTest.java | 7 +-
.../modules/ROOT/pages/starters/exec.adoc | 2 +-
pom.xml | 2 +-
tooling/camel-spring-boot-dependencies/pom.xml | 9 +-
84 files changed, 5842 insertions(+), 26 deletions(-)