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 05be5a8564 Regen SBOM from commit
ded6523f9b68d2b1f4dfa85c482f5f9d6c15cd2f
add 5d6043a905 Regen SBOM from commit
ded6523f9b68d2b1f4dfa85c482f5f9d6c15cd2f (#7139)
add afd84202c7 Add basic Smooks component and DataFormat tests
add 30f6ec5f43 perf-regression: Upgrade hyperfoil-maven-plugin to 0.27.1
(#7143)
add e81083aac7 Update jt400 README notes for mocked testing
add 64bd7d8db2 Groovy: extend test coverage
add 19b9b9536b Align json-smart with Camel
add c91bfef55d Ensure docs component xref point to Camel 4.10.x
add 11110712b0 Fix potential Jolokia java.net.BindException in dev mode
add c487a60bd5 Bump actions/download-artifact from 4.1.9 to 4.2.0
add b132fa2a5f Upgrade Quarkus to 3.20.0
add 34f820d6bb delete unecessary banned guava : listenablefuture
dependency (#7153)
add ed5c8dc0ff Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#7155)
add 74cafa133f Bump actions/download-artifact from 4.2.0 to 4.2.1 (#7156)
add f25939b112 Bump quarkiverse-minio.version from 3.7.7 to 3.8.1
add 91396ed0b4 Sync gax-httpjson version from google-cloud-pubsub
add 17f5a03db9 Configure extension capabilities for langchain4j-embeddings
add 80fc1f50b8 Bump net.revelc.code.formatter:formatter-maven-plugin
add 8047dca9d5 Bump org.amqphub.quarkus:quarkus-qpid-jms-bom from 2.7.1 to
2.8.0
add f5997acffd Auto generated changes for dependabot commit
1458905126cdf54003091d7f0a3303de82233a6f
add 24eb843484 Bump quarkiverse-mybatis.version from 2.2.4 to 2.3.0 (#7164)
add 865318e344 Bump com.mycila:license-maven-plugin from 4.6 to 5.0.0
(#7160)
add f16d19c2a4 Regen SBOM from commit
865318e3442c925c0b2c4af721ee872556c06958
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 (05be5a8564)
\
N -- N -- N refs/heads/regen_bot_sbom (f16d19c2a4)
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/workflows/camel-master-cron.yaml | 16 +-
.github/workflows/ci-build.yaml | 16 +-
.github/workflows/quarkus-master-cron.yaml | 16 +-
camel-quarkus-sbom/camel-quarkus-sbom.json | 9319 +++++-----
camel-quarkus-sbom/camel-quarkus-sbom.xml | 9379 +++++-----
docs/antora.yml | 4 +-
.../ROOT/pages/reference/extensions/groovy.adoc | 6 +
.../langchain4j-embeddings/runtime/pom.xml | 5 +
extensions-support/google-pubsub/runtime/pom.xml | 6 -
extensions/google-bigquery/runtime/pom.xml | 6 -
extensions/google-pubsub/runtime/pom.xml | 4 -
.../groovy/runtime/src/main/doc/limitations.adoc | 6 +
.../jolokia/deployment/JolokiaProcessor.java | 24 +-
.../DevModeJolokiaServerShutdownListener.java | 25 +-
extensions/kudu/runtime/pom.xml | 4 -
extensions/opentelemetry/runtime/pom.xml | 4 -
extensions/salesforce/runtime/pom.xml | 6 -
integration-tests-jvm/smooks/pom.xml | 38 +
.../component/smooks/it/SmooksResource.java | 71 +-
.../quarkus/component/smooks/it/SmooksRoutes.java | 20 +-
.../component/smooks/it/model/Customer.java | 38 +-
.../quarkus/component/smooks/it/model/Gender.java | 7 +-
.../main/resources/smooks-bean-binding-config.xml | 53 +-
.../smooks/src/main/resources/smooks-config.xml | 38 +-
.../quarkus/component/smooks/it/SmooksTest.java | 94 +-
.../smooks/src/test/resources/customer.xml | 10 +-
.../component/groovy/it/GroovyProducers.java | 36 +-
.../component/groovy/it/GroovyResource.java | 39 +-
.../quarkus/component/groovy/it/GroovyRoutes.java | 71 +
.../src/main/resources/application.properties | 2 +-
.../src/main/resources/mygroovy.groovy} | 5 +-
.../quarkus/component/groovy/it/GroovyTest.java | 86 +-
integration-tests/jt400/README.adoc | 10 +-
pom.xml | 20 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 18136 +++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 22 +-
.../generated/flattened-reduced-verbose-pom.xml | 34 +-
.../camel-quarkus-banned-dependencies.xml | 1 -
.../cq-perf-regression-sample-base/pom.xml | 2 +-
39 files changed, 18508 insertions(+), 19171 deletions(-)
copy
test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/AfterConstructCallback.java
=>
extensions/jolokia/runtime/src/main/java/org/apache/camel/quarkus/jolokia/devmode/DevModeJolokiaServerShutdownListener.java
(54%)
copy
extensions/openapi-java/deployment/src/test/java/org/apache/camel/quarkus/component/openapi/java/deployment/RestRoutes.java
=>
integration-tests-jvm/smooks/src/main/java/org/apache/camel/quarkus/component/smooks/it/SmooksRoutes.java
(65%)
copy
integration-tests/mybatis/src/main/java/org/apache/camel/quarkus/component/mybatis/it/entity/Account.java
=>
integration-tests-jvm/smooks/src/main/java/org/apache/camel/quarkus/component/smooks/it/model/Customer.java
(68%)
copy
integration-tests/avro-rpc/src/main/java/org/apache/camel/quarkus/component/avro/rpc/it/ProtocolType.java
=>
integration-tests-jvm/smooks/src/main/java/org/apache/camel/quarkus/component/smooks/it/model/Gender.java
(88%)
copy
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/BeanValidationException.mustache
=>
integration-tests-jvm/smooks/src/main/resources/smooks-bean-binding-config.xml
(51%)
copy
integration-tests/flatpack/src/main/resources/PEOPLE-HeaderAndTrailer.pzmap.xml
=> integration-tests-jvm/smooks/src/main/resources/smooks-config.xml (51%)
copy integration-tests/tika/src/main/resources/assets/quarkus.xml =>
integration-tests-jvm/smooks/src/test/resources/customer.xml (85%)
copy
integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/WithHandlerBean.java
=>
integration-tests/groovy/src/main/java/org/apache/camel/quarkus/component/groovy/it/GroovyProducers.java
(56%)
copy {integration-test-groups/foundation/dataset =>
integration-tests/groovy}/src/main/resources/application.properties (95%)
copy integration-tests/{datasonnet/src/main/resources/readCSVTest.ds =>
groovy/src/main/resources/mygroovy.groovy} (94%)