You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2024/01/10 08:30:12 UTC

(camel) branch dependabot/maven/micrometer-tracing-version-1.2.2 updated (25aaa685965 -> 0f59f3f4c60)

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

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


    omit 25aaa685965 bump micrometer-tracing-version from 1.2.1 to 1.2.2
     add 9e173007798 CAMEL-20297 camel-aws2-athena: do not swallow interrupted exceptions
     add 9a4bb60bcc4 CAMEL-20297 camel-aws2-kinesis: do not swallow interrupted exceptions
     add 78cd82cd306 CAMEL-18969 - Support mongodb connection string/uri to configure camel-mongodb component.
     add 5b3411b923f Bump org.apache.maven.plugins:maven-surefire-report-plugin
     add 4c4c2e25bb9 Bump maven-surefire-plugin-version from 3.2.3 to 3.2.5
     add 7fce70b7334 bump com.google.apis:google-api-services-calendar
     add 5b07accf11b bump io.projectreactor:reactor-core from 3.6.1 to 3.6.2
     add 26e6bcfa347 Bump micrometer-version from 1.12.1 to 1.12.2
     add 0f59f3f4c60 bump micrometer-tracing-version from 1.2.1 to 1.2.2

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   (25aaa685965)
            \
             N -- N -- N   refs/heads/dependabot/maven/micrometer-tracing-version-1.2.2 (0f59f3f4c60)

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/mongodb.json   | 83 +++++++++++-----------
 .../component/aws2/athena/Athena2QueryHelper.java  |  2 +
 .../component/aws2/kinesis/Kinesis2Consumer.java   | 27 +++++--
 .../mongodb/MongoDbEndpointConfigurer.java         |  6 ++
 .../mongodb/MongoDbEndpointUriFactory.java         |  3 +-
 .../apache/camel/component/mongodb/mongodb.json    | 83 +++++++++++-----------
 .../camel/component/mongodb/MongoDbEndpoint.java   | 25 ++++++-
 .../dsl/MongoDbEndpointBuilderFactory.java         | 45 ++++++++++++
 parent/pom.xml                                     |  8 +--
 pom.xml                                            |  2 +-
 10 files changed, 189 insertions(+), 95 deletions(-)