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 3dff279914 Regen SBOM from commit 
c537f7914cc149ef3e139a99f18bfa018523e4a6
     add 25f7adca19 Regen SBOM from commit 
c537f7914cc149ef3e139a99f18bfa018523e4a6
     add 28c62c6930 Updated CHANGELOG.md
     add d3121d640f Upgrade github-api to 1.313
     add 06662174e2 Ref #4393: Groovy DSL - Get rid of 
--report-unsupported-elements-at-runtime (#4589)
     add 598f63e8a8 Updated CHANGELOG.md
     add 9d484a25e5 Upgrade to cq-maven-plugin 3.5.0, minimize exclusions in 
the BOM
     add 7dbb2989a2 Remove superfluous exclusions in extension modules
     add 5699a178e7 Upgrade to Quarkiverse CXF 2.0.0 #4478, add back CXF and 
SOAP related extensions
     add 32662962eb Move Qute component camel-package-maven-plugin execution 
phase to process-classes
     add 5c42e90086 Upgrade quarkus-jackson-jq to 2.0.0.Alpha
     add 6fe669669e Updated CHANGELOG.md
     add bae1a09afa Regen SBOM from commit 
6fe669669e7a658c41a329c856db1d989f9b3486

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   (3dff279914)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (bae1a09afa)

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                                       |    11 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 41253 +++++++++++--------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          |  3292 +-
 docs/modules/ROOT/examples/components/cxf.yml      |    13 +
 docs/modules/ROOT/examples/dataformats/soap.yml    |    13 +
 docs/modules/ROOT/nav.adoc                         |     2 +
 .../extensions/{jsonpath.adoc => cxf-soap.adoc}    |    27 +-
 .../pages/reference/extensions/groovy-dsl.adoc     |    17 -
 .../reference/extensions/{ical.adoc => soap.adoc}  |    22 +-
 extensions-core/core/deployment/pom.xml            |     6 -
 extensions-core/http-common/runtime/pom.xml        |     6 -
 extensions-core/xml-jaxb/runtime/pom.xml           |    18 -
 extensions-jvm/cm-sms/deployment/pom.xml           |     6 -
 extensions-jvm/corda/runtime/pom.xml               |    10 -
 extensions-jvm/json-patch/runtime/pom.xml          |     6 -
 extensions-jvm/workday/runtime/pom.xml             |     6 -
 .../jackson-dataformat-xml/runtime/pom.xml         |     6 -
 extensions/amqp/deployment/pom.xml                 |     6 -
 extensions/azure-eventhubs/runtime/pom.xml         |     6 -
 extensions/azure-storage-blob/runtime/pom.xml      |     6 -
 extensions/azure-storage-queue/runtime/pom.xml     |     6 -
 extensions/box/deployment/pom.xml                  |     6 -
 extensions/digitalocean/deployment/pom.xml         |     6 -
 extensions/elasticsearch-rest/deployment/pom.xml   |     6 -
 extensions/elasticsearch-rest/runtime/pom.xml      |     6 -
 extensions/fhir/runtime/pom.xml                    |    14 -
 extensions/fop/runtime/pom.xml                     |     6 -
 .../dsl/groovy/deployment/GroovyDslProcessor.java  |    22 +-
 .../runtime/src/main/doc/limitations.adoc          |    17 -
 extensions/jaxb/runtime/pom.xml                    |     6 -
 extensions/jira/deployment/pom.xml                 |     6 -
 extensions/jira/runtime/pom.xml                    |     6 -
 extensions/jsonb/runtime/pom.xml                   |    11 -
 extensions/kubernetes/runtime/pom.xml              |    10 -
 extensions/lumberjack/runtime/pom.xml              |     6 -
 extensions/mail/runtime/pom.xml                    |     6 -
 extensions/microprofile-health/runtime/pom.xml     |    10 -
 extensions/mybatis/deployment/pom.xml              |     6 -
 extensions/mybatis/runtime/pom.xml                 |     6 -
 extensions/nats/runtime/pom.xml                    |    10 -
 extensions/pom.xml                                 |     4 +-
 extensions/qute/component/pom.xml                  |     2 +-
 extensions/servlet/runtime/pom.xml                 |     6 -
 .../component/soap/deployment/SoapProcessor.java   |     3 +-
 extensions/solr/runtime/pom.xml                    |     6 -
 extensions/tika/deployment/pom.xml                 |     8 +-
 extensions/weather/runtime/pom.xml                 |    18 -
 .../cxf/soap/client/it/CxfSoapClientResource.java  |     1 -
 .../cxf/soap/client/it/CxfSoapClientRoutes.java    |     3 +-
 .../soap/mtom/awt/it/CxfSoapMtomAwtResource.java   |     5 +-
 .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtRoutes.java |     3 +-
 .../cxf/soap/mtom/awt/it/ImageService.java         |     1 -
 .../soap/mtom/awt/it/MtomAttachmentChecker.java    |     7 +-
 .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtTest.java   |     2 +-
 .../cxf/soap/mtom/it/CxfSoapMtomResource.java      |     1 -
 .../cxf/soap/mtom/it/CxfSoapMtomRoutes.java        |    14 +-
 .../component/cxf/soap/mtom/it/ImageService.java   |     1 -
 .../cxf/soap/mtom/it/MtomAttachmentChecker.java    |     7 +-
 .../cxf/soap/mtom/it/CxfSoapMtomTest.java          |     2 +-
 .../cxf/soap/server/it/CxfSoapRoutes.java          |    12 +-
 .../cxf/soap/server/it/CxfSoapServiceTest.java     |     3 +-
 .../wss/client/it/CxfSoapWssClientResource.java    |     1 -
 .../soap/wss/client/it/CxfSoapWssClientRoutes.java |     1 -
 .../cxf/soap/wss/client/it/PasswordCallback.java   |    10 +-
 .../way/it/WsSecurityPolicyServerRoutesCxfWay.java |     1 -
 .../WssSecurityPolicyHelloServiceCxfWayImpl.java   |     1 -
 .../server/it/PasswordCallbackHandler.java         |     6 +-
 .../server/it/WsSecurityPolicyServerRoutes.java    |     1 -
 .../it/WssSecurityPolicyHelloServiceImpl.java      |     1 -
 .../soap/wss/server/it/CxfSoapWssServerRoutes.java |     8 +-
 .../it/CxfWssSecurityPolicyServerCxfWayTest.java   |     3 +-
 .../server/it/CxfWssSecurityPolicyServerTest.java  |     3 +-
 .../soap/wss/server/it/CxfSoapWssServerTest.java   |     6 +-
 .../ws/trust/common/PasswordCallbackHandler.java   |     6 +-
 .../soap/it/ws/trust/server/StsLoggingFeature.java |     3 +-
 .../soap/it/ws/trust/server/TrustHelloService.java |     1 -
 .../it/ws/trust/server/WsTrustServerRoutes.java    |     4 +-
 .../server/cxf/way/TrustHelloServiceCxfWay.java    |     1 -
 .../cxf/way/TrustHelloServiceCxfWayImpl.java       |     1 -
 .../server/cxf/way/WsTrustServerRoutesCxfWay.java  |     1 -
 .../cxf/soap/it/ws/trust/sts/SampleSTS.java        |     3 +-
 .../soap/it/ws/trust/ClientCallbackHandler.java    |     6 +-
 .../cxf/soap/it/ws/trust/CxfWsTrustTest.java       |     4 +-
 .../it/ws/trust/cxf/way/CxfWsTrustCxfWayTest.java  |     4 +-
 integration-test-groups/pom.xml                    |     2 +-
 integration-tests/groovy-dsl/pom.xml               |    23 +-
 .../quarkus/dsl/groovy/GroovyDslResource.java      |    19 +
 .../routes-with-components-configuration.groovy    |    17 +-
 .../routes-with-dataformats-configuration.groovy   |     4 +-
 .../routes/routes-with-endpoint-dsl.groovy         |     5 +-
 .../routes/routes-with-error-handler.groovy        |     6 +-
 .../routes-with-languages-configuration.groovy     |    10 +-
 .../main/resources/routes/routes-with-rest.groovy} |    12 +-
 .../camel/quarkus/dsl/groovy/GroovyDslTest.java    |    22 +-
 integration-tests/pom.xml                          |     6 +-
 .../component/soap/it/SoapMultipartResource.java   |     1 -
 .../quarkus/component/soap/it/SoapResource.java    |     1 -
 .../quarkus/component/soap/it/SoapRoutes.java      |     2 +-
 .../component/soap/it/multipart/Customer.java      |     3 +-
 .../multipart/MultiPartCustomerServiceService.java |     1 +
 .../component/soap/it/multipart/ObjectFactory.java |     3 +-
 .../component/soap/it/service/Customer.java        |     3 +-
 .../soap/it/service/CustomerServiceService.java    |     1 +
 .../component/soap/it/service/ObjectFactory.java   |     3 +-
 pom.xml                                            |    13 +-
 poms/bom-test/pom.xml                              |     4 +-
 poms/bom/pom.xml                                   |   477 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  1196 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   934 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   934 +-
 .../camel-quarkus-banned-dependencies.xml          |     8 +-
 tooling/scripts/test-categories.yaml               |     3 +
 112 files changed, 28374 insertions(+), 20428 deletions(-)
 create mode 100644 docs/modules/ROOT/examples/components/cxf.yml
 create mode 100644 docs/modules/ROOT/examples/dataformats/soap.yml
 copy docs/modules/ROOT/pages/reference/extensions/{jsonpath.adoc => 
cxf-soap.adoc} (52%)
 copy docs/modules/ROOT/pages/reference/extensions/{ical.adoc => soap.adoc} 
(64%)
 copy 
integration-tests/{kotlin-dsl/src/main/resources/routes/routes-with-rest.kts => 
groovy-dsl/src/main/resources/routes/routes-with-rest.groovy} (85%)

Reply via email to