This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/org.snmp4j-snmp4j-3.9.1
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 02c1f05510d chore(deps): Bump org.snmp4j:snmp4j from 3.9.0 to 3.9.1
add 4236b0bf60d chore(deps): Bump huaweicloud-sdk-version from 3.1.140 to
3.1.141 (#17598)
add 65bb7542650 chore(deps): Bump com.arangodb:arangodb-java-driver
(#17601)
add a9d510b2b3c chore(deps): Bump
com.googlecode.libphonenumber:libphonenumber (#17604)
add d81ef9a7063 CAMEL-21892 Added fix for Stopped producer in
DefaultProducerCache.lastUsedProducer (#17582)
add d2ce8d9ff40 Remove unnecessary license plugin configuration
add 71aa1ca4f98 Fix pattern for excluding /helm/etc from license check
add 3574cead243 CAMEL-20937 add azure-storage-datalake span decorator
add 5e00c51463a (chore) ci: enable apache-snapshots profile (#17608)
add 30866777a8f chore(deps): Bump org.snmp4j:snmp4j from 3.9.0 to 3.9.1
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 (02c1f05510d)
\
N -- N -- N refs/heads/dependabot/maven/org.snmp4j-snmp4j-3.9.1
(30866777a8f)
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/actions/component-test/action.yaml | 4 +-
.github/actions/incremental-build/action.yaml | 2 +-
.github/actions/install-mvnd/action.yml | 2 +-
components/camel-oauth/pom.xml | 20 ---
.../org.apache.camel.tracing.SpanDecorator | 1 +
.../org.apache.camel.tracing.SpanDecorator | 1 +
.../AzureStorageDataLakeSpanDecorator.java | 133 ++++++++++++++++++++
.../AzureStorageDataLakeSpanDecoratorTest.java | 136 +++++++++++++++++++++
.../camel/support/cache/DefaultProducerCache.java | 2 +
parent/pom.xml | 6 +-
pom.xml | 2 +-
11 files changed, 281 insertions(+), 28 deletions(-)
create mode 100644
components/camel-tracing/src/main/java/org/apache/camel/tracing/decorators/AzureStorageDataLakeSpanDecorator.java
create mode 100644
components/camel-tracing/src/test/java/org/apache/camel/tracing/decorators/AzureStorageDataLakeSpanDecoratorTest.java