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

github-bot pushed a change to branch dependabot/maven/micrometer-version-1.15.5
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 2e614ab34a8c chore(deps): Bump micrometer-version from 1.15.4 to 1.15.5
     add 5fa24ff977ae chore(deps): Bump 
com.google.cloud:google-cloud-secretmanager
     add 645e00b66bf5 chore(deps): Bump google-cloud-http-client-version from 
2.0.1 to 2.0.2
     add 0c563418f50a chore(deps-dev): Bump 
net.javacrumbs.json-unit:json-unit-assertj
     add b3beba95eb37 CAMEL-22502: Replaced System.out with SLF4J logger
     add 35164df399bd CAMEL-22502: Undo some unnecessary changes regarding 
System.out and slf4j
     add 0b0f2cfbabfe chore: remove body toString()
     add b13abdb63ce3 Update 
components/camel-as2/camel-as2-api/src/test/java/org/apache/camel/component/as2/api/AS2MessageTest.java
     add 9cb981825e2f chore: add log properties conf
     add f8bbd0a7910e chore(components): as2 revert lambda
     add 6838d8ca2438 chore(artifacts): revert log output
     add 03235c844e4f chore(deps): Bump org.owasp:dependency-check-maven from 
12.1.6 to 12.1.8
     add e60981d283f4 chore(deps): Bump 
org.apache.activemq:activemq-client-jakarta
     add e6f4cafa97e3 CAMEL-22439 Support ConsumerConfiguration for 
NatsConsumer with Jetstream (#19541)
     add a5d816564c5e chore(deps): Bump swagger-openapi3-java-parser-version 
(#19542)
     add 192f1b5a683a Upgrade AWS SDK v2 to version 2.35.6 (#19554)
     add 57d94a4131a5 chore(deps): Bump micrometer-tracing-version from 1.5.4 
to 1.5.5
     add 952dad6e333d chore(deps): Bump micrometer-version from 1.15.4 to 1.15.5

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   (2e614ab34a8c)
            \
             N -- N -- N   
refs/heads/dependabot/maven/micrometer-version-1.15.5 (952dad6e333d)

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:
 .../apache/camel/catalog/components/aws2-ec2.json  |   2 +-
 .../org/apache/camel/catalog/components/nats.json  |  15 +-
 .../camel/component/as2/api/AS2MessageTest.java    |   4 +-
 .../component/aws/xray/CustomComponentTest.java    |   8 +-
 .../apache/camel/component/aws2/ec2/aws2-ec2.json  |   2 +-
 .../component/debezium/DebeziumConsumerTest.java   |   5 +-
 .../integration/DigitalOceanComponentIT.java       |   8 +-
 .../camel/component/exec/ExecJava8IssueTest.java   |   6 +-
 .../github/consumer/CommitConsumerLastTest.java    |   2 +-
 .../camel/component/hl7/HL7ValidateTest.java       |   5 +-
 .../camel/component/iec60870/ConnectionTest.java   |   6 +-
 .../ConcurrentConsumerLoadManualTest.java          |   2 +-
 .../org/apache/camel/component/jmx/XmlFixture.java |  17 +-
 .../keycloak/security/KeycloakSecurityIT.java      |   6 +-
 .../server/core/integ5/DSAnnotationProcessor.java  |   2 +-
 .../server/core/integ5/DSAnnotationProcessor.java  |   2 +-
 .../camel/service/lra/LRASagaRoutesTest.java       |  10 +-
 .../component/nats/NatsEndpointConfigurer.java     |  18 ++
 .../component/nats/NatsEndpointUriFactory.java     |   5 +-
 .../org/apache/camel/component/nats/nats.json      |  15 +-
 .../camel/component/nats/NatsConfiguration.java    |  71 ++++++
 .../apache/camel/component/nats/NatsConsumer.java  |  64 +++--
 .../test/oauth/AbstractOAuthCodeFlowTest.java      |  12 +-
 .../apache/camel/test/oauth/SSLCertTrustTest.java  |   8 +-
 .../src/test/resources/log4j2.properties           |   2 +-
 .../component/salesforce/LoginConfigHelper.java    | 109 +++++----
 .../org/apache/camel/component/xj/XJTestUtils.java |   5 +-
 .../ValidatorIncludeEncodingRouteTest.java         |   6 +-
 .../src/main}/resources/log4j2.properties          |   2 +-
 .../java/org/apache/camel/xml/in/ParserTest.java   |  49 ++--
 .../endpoint/dsl/NatsEndpointBuilderFactory.java   | 270 +++++++++++++++++++++
 parent/pom.xml                                     |  16 +-
 .../common/services/ContainerTestService.java      |   2 +-
 .../src/test/resources/log4j2.properties           |   5 +-
 34 files changed, 596 insertions(+), 165 deletions(-)
 copy components/{camel-coap => 
camel-oauth}/src/test/resources/log4j2.properties (96%)
 copy {components/camel-ai/camel-kserve/src/test => 
core/camel-xml-io/src/main}/resources/log4j2.properties (96%)
 copy 
{components/camel-debezium/camel-debezium-common/camel-debezium-common-component
 => test-infra/camel-test-infra-common}/src/test/resources/log4j2.properties 
(95%)

Reply via email to