This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
omit bc3c10cae9 Regen SBOM from commit
28d4dd83fc692fa637ec0b48a0a9d1b69c4d27c6
add 3a9f9a0e89 Regen SBOM from commit
28d4dd83fc692fa637ec0b48a0a9d1b69c4d27c6 (#7482)
add 2860b26a0b fixes #7460 Azure-storage-datalake: cover methods of
authentication
add 5da743077f Add changelog for 3.15.4
add cfa04823e2 Support Quarkus Dev UI extension config editing
add f3dd78911d Bump quarkiverse-groovy.version from 3.24.1 to 3.24.2
add 1b0465f85b Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7
to 3.2.8
add 9dbec2c1a1 Bump quarkiverse-jsch.version from 3.0.15 to 3.1.0
add 3078ed0eec Bump io.quarkiverse.jgit:quarkus-jgit-bom from 3.5.2 to
3.6.0
add f05d08da90 Regen SBOM from commit
3078ed0eec0db41de7b8ec0ae6715849e0f0171c
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 (bc3c10cae9)
\
N -- N -- N refs/heads/regen_bot_sbom (f05d08da90)
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:
CHANGELOG.md | 19 ++
camel-quarkus-sbom/camel-quarkus-sbom.json | 196 ++++++++--------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 196 ++++++++--------
.../main/resources/META-INF/quarkus-extension.yaml | 3 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../main/resources/META-INF/quarkus-extension.yaml | 2 +
.../azure/azure-storage-datalake/README.adoc | 24 ++
.../datalake/it/AzureStorageDatalakeProducers.java | 125 ++++++++++
.../datalake/it/AzureStorageDatalakeResource.java | 33 +--
.../datalake/it/AzureStorageDatalakeRoutes.java | 252 +++++++++++----------
.../datalake/it/AzureStorageDatalakeUtil.java | 49 ++++
.../datalake/it/AzureStorageDatalakeTest.java | 104 +++++++++
pom.xml | 12 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 34 +--
.../src/main/generated/flattened-reduced-pom.xml | 14 +-
.../generated/flattened-reduced-verbose-pom.xml | 34 +--
.../quarkus-extension.yaml | 5 +
40 files changed, 760 insertions(+), 390 deletions(-)
create mode 100644
integration-test-groups/azure/azure-storage-datalake/src/main/java/org/apache/camel/quarkus/component/azure/storage/datalake/it/AzureStorageDatalakeProducers.java