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 31f0512e10 Regen SBOM from commit 
f6697ec6619b0869d057afe9ef98bf471d49fa29
     add 88fdb4d821 Regen SBOM from commit 
f6697ec6619b0869d057afe9ef98bf471d49fa29 (#5687)
     add 5e7c9fd081 Add changelog for 3.7.0
     add e3a2e6c07a Bump quarkiverse-cxf.version from 2.7.0 to 2.7.1 (#5697)
     add ee95276f6b Fix #5702 to increase xj test coverage (#5703)
     add f8c942e895 Increase kudu extension test coverage
     add 0e32ac083a Upgrade Quarkus to 3.7.1
     add f1419aaeda Bump peter-evans/create-pull-request from 5 to 6
     add 81f954197c Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.1.3 
to 3.1.4
     add 01680694b7 CXF-SOAP: Cover possible regression prior CXF fix causing 
hang of the client (#5685)
     add 4c7cbd4c7f Bump quarkiverse-jsch.version from 3.0.5 to 3.0.6 (#5710)
     add 212e996be9 Fix #573 to add manual saga tests (#5714)
     add ab6eeb8f63 Regen SBOM from commit 
212e996be9b49dfaac451d76d7a2b5421178f22c

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   (31f0512e10)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (ab6eeb8f63)

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/generate-sbom-main.yml           |    2 +-
 CHANGELOG.md                                       |   81 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 8836 ++++++++++----------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 8650 +++++++++----------
 docs/antora.yml                                    |    2 +-
 .../{XjProcessor.java => XJProcessor.java}         |   11 +-
 .../cxf-soap/cxf-soap-ws-security-client/pom.xml   |   46 +
 .../src/main/resources/application.properties      |    2 +-
 .../src/main/resources/wsdl/HelloWorld.wsdl        |  109 +
 .../soap/wss/client/it/CxfSoapWssClientTest.java   |   62 +
 integration-tests/cxf-soap-grouped/pom.xml         |   22 +
 integration-tests/kudu/pom.xml                     |   15 +-
 .../kudu/it/KuduInfrastructureTestHelper.java      |   89 -
 .../quarkus/component/kudu/it/KuduResource.java    |  102 +-
 .../camel/quarkus/component/kudu/it/KuduRoute.java |   27 +-
 .../camel/quarkus/component/kudu/it/KuduTest.java  |  268 +-
 .../component/kudu/it/KuduTestResource.java        |  122 +-
 integration-tests/lra/pom.xml                      |   17 +
 .../quarkus/component/lra/it/LraResource.java      |   25 +
 .../camel/quarkus/component/lra/it/LraRoutes.java  |   28 +
 .../camel/quarkus/component/lra/it/LraTest.java    |   17 +
 .../xj/it/{XjResource.java => XJResource.java}     |   43 +-
 .../xj}/src/main/resources/application.properties  |    4 +-
 .../xj/src/main/resources/hellojson2xml.xsl        |   28 +-
 .../xj/src/main/resources/helloxml2json.xsl        |   15 +-
 .../component/xj/it/{XjIT.java => XJIT.java}       |    2 +-
 .../camel/quarkus/component/xj/it/XJTest.java      |  106 +
 .../camel/quarkus/component/xj/it/XjTest.java      |   34 -
 pom.xml                                            |   12 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  528 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   56 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  528 +-
 32 files changed, 10353 insertions(+), 9536 deletions(-)
 rename 
extensions/xj/deployment/src/main/java/org/apache/camel/quarkus/component/xj/deployment/{XjProcessor.java
 => XJProcessor.java} (71%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/resources/wsdl/HelloWorld.wsdl
 delete mode 100644 
integration-tests/kudu/src/main/java/org/apache/camel/quarkus/component/kudu/it/KuduInfrastructureTestHelper.java
 rename 
integration-tests/xj/src/main/java/org/apache/camel/quarkus/component/xj/it/{XjResource.java
 => XJResource.java} (51%)
 copy {integration-test-groups/foundation/bean => 
integration-tests/xj}/src/main/resources/application.properties (93%)
 copy 
integration-test-groups/xml/jvm/xslt-http/src/main/resources/xslt/classpath-transform.xsl
 => integration-tests/xj/src/main/resources/hellojson2xml.xsl (60%)
 copy 
integration-test-groups/xml/native/xslt-classpath/src/main/resources/xslt/include_not_existing_resource.xsl
 => integration-tests/xj/src/main/resources/helloxml2json.xsl (76%)
 rename 
integration-tests/xj/src/test/java/org/apache/camel/quarkus/component/xj/it/{XjIT.java
 => XJIT.java} (96%)
 create mode 100644 
integration-tests/xj/src/test/java/org/apache/camel/quarkus/component/xj/it/XJTest.java
 delete mode 100644 
integration-tests/xj/src/test/java/org/apache/camel/quarkus/component/xj/it/XjTest.java

Reply via email to