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

github-bot pushed a change to branch 
dependabot/maven/io.opentelemetry-opentelemetry-bom-alpha-1.44.1-alpha
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard dad3d65d93f chore(deps): Bump io.opentelemetry:opentelemetry-bom-alpha
     add 32384d20b42 Upgrade Vert.x to 4.5.11
     add 363059720de chore(deps): Bump djl-version from 0.30.0 to 0.31.0 
(#16326)
     add e0a50a049a4 fix(main): makes health path configurable
     add b4f7b98b646 chore(deps): Bump gg.jte:jte from 3.1.14 to 3.1.15 (#16330)
     add b6b84bd7329 chore(deps): Bump 
org.l2x6.cq:cq-alias-fastinstall-quickly-extension (#16334)
     add a6ee7dcba85 chore(deps): Bump com.ibm.cloud:cloudant from 0.9.2 to 
0.9.3 (#16328)
     add 35985678bb6 chore(deps): Bump org.apache.parquet:parquet-common 
(#16327)
     add 0dd7cf4f494 chore(components): add a warning when missing jolokia 
policies
     add 72c5f8722ed fix(test): changing some test condition
     add 032257cd196 chore(deps): Bump actions/dependency-review-action from 
4.4.0 to 4.5.0 (#16342)
     add f5a42722790 chore(deps): Bump testcontainers-version from 1.20.3 to 
1.20.4 (#16343)
     add e3f7b16e7e9 chore(deps): Bump swagger-openapi3-java-parser-version 
(#16341)
     add a82c7bcdc91 chore(deps): Bump aws-java-sdk2-version from 2.29.17 to 
2.29.18 (#16339)
     add 8a4c01c20d7 chore(deps): Bump io.github.ascopes:protobuf-maven-plugin 
(#16340)
     add 723abed8e58 chore(deps): Bump org.springframework.amqp:spring-rabbit
     add 0e12abc7cba [CAMEL-21464] camel k8s run ... may lead to exec format 
error (#16345)
     add d67e2ce4e64 feat(components): add health to observability services
     add b1e70909dd4 chore(deps): Bump 
org.springframework.batch:spring-batch-core (#16347)
     add a5ec6fe64b3 chore(deps): Bump aws-java-sdk2-version from 2.29.18 to 
2.29.19 (#16348)
     add 7227c95d1e6 chore(deps): Bump 
com.google.cloud:google-cloud-functions-bom (#16350)
     add bbcdad820fa chore(deps): Bump huaweicloud-sdk-version from 3.1.122 to 
3.1.123 (#16351)
     add e6d4b9db1e4 chore(deps): Bump spring-security-version from 6.4.0 to 
6.4.1 (#16352)
     add 59d8ff8f8e8 Downgrade software.amazon.kinesis:amazon-kinesis-client to 
2.6.0
     add 6fa46673bda chore(deps): Bump hapi-fhir-version from 7.4.5 to 7.6.0 
(#16349)
     add 869746cd8ca chore(deps): Bump langchain4j-version from 0.36.1 to 
0.36.2 (#16355)
     add fba6e585d6b chore(deps): Bump openapi-generator-version from 7.9.0 to 
7.10.0 (#16359)
     add 91939dba3d6 chore(deps): Bump io.smallrye:smallrye-fault-tolerance 
(#16358)
     add b8caf7b3964 chore(deps): Bump elasticsearch-java-client-version 
(#16360)
     add 633775fab77 chore(deps): Bump jetcd-version from 0.8.3 to 0.8.4
     add 7b081954380 chore(deps): Bump org.quartz-scheduler:quartz from 2.3.2 
to 2.5.0
     add 7a4dbfb71f6 chore(deps): Bump commons-io:commons-io from 2.17.0 to 
2.18.0
     add 5d5a66219a0 chore(deps-dev): Bump 
net.javacrumbs.json-unit:json-unit-assertj
     add 266d4457c37 chore(deps): Bump 
io.opentelemetry:opentelemetry-sdk-testing
     add af523cb1235 chore(deps): Bump io.opentelemetry:opentelemetry-bom-alpha

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   (dad3d65d93f)
            \
             N -- N -- N   
refs/heads/dependabot/maven/io.opentelemetry-opentelemetry-bom-alpha-1.44.1-alpha
 (af523cb1235)

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/dependabot.yml                             |  3 ++
 .github/workflows/depsreview.yaml                  |  2 +-
 .mvn/extensions.xml                                |  2 +-
 .../main/camel-main-configuration-metadata.json    |  3 +-
 components/camel-observability-services/pom.xml    |  4 ++
 .../src/main/docs/observability-services.adoc      |  6 ++-
 .../resources/observability-services.properties    |  8 +++-
 .../src/main/docs/platform-http-jolokia.adoc       | 29 +++++++++++++
 .../plugin/DefaultJolokiaPlatformHttpPlugin.java   | 12 ++++--
 .../src/main/docs/platform-http-main.adoc          |  4 +-
 .../http/main/DefaultMainHttpServerFactory.java    |  1 +
 .../platform/http/main/MainHttpServer.java         | 24 ++++++++---
 .../platform/http/main/MainHttpServerTest.java     |  1 +
 ...ttpServerConfigurationPropertiesConfigurer.java |  7 +++
 .../camel-main-configuration-metadata.json         |  3 +-
 core/camel-main/src/main/docs/main.adoc            |  5 ++-
 .../main/HttpServerConfigurationProperties.java    | 18 +++++++-
 .../core/commands/kubernetes/KubernetesRun.java    |  4 +-
 parent/pom.xml                                     | 50 +++++++++++-----------
 .../camel/itest/security/GreeterClientTest.java    |  2 +-
 20 files changed, 138 insertions(+), 50 deletions(-)

Reply via email to