You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2024/03/10 10:39:06 UTC

(camel-quarkus) branch regen_bot_sbom updated (6aacd3b1ef -> 268d9e6871)

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 6aacd3b1ef Regen SBOM from commit b1c787bc6f8b936e25304272bbf47b51335171c6
     add f508aa53ab Regen SBOM from commit b1c787bc6f8b936e25304272bbf47b51335171c6 (#5833)
     add 3002b27ae0 Bump quarkiverse-pooled-jms.version from 2.3.0 to 2.3.1 (#5836)
     add b71bca76be Document basic servlet extension usage and configuration options
     add 4877f4e365 Support loadOnStartup, async, forceAwait & executorRef configuration options
     add d04332fed2 Enable web.xml to be used to configure CamelHttpTransportServlet for the servlet extension
     add f7abb3e982 Add additional Servlet test coverage
     add fb5dcac6a0 Upgrade cq-maven-plugin to 4.6.1
     add 771d92245f Migrate file watch tests to new harness #3584 (#5840)
     add eb025a743d Bump quarkiverse-jgit.version from 3.0.6 to 3.0.7 (#5841)
     add 6274b899f5 Bump quarkiverse-jsch.version from 3.0.6 to 3.0.7
     add 4e30f6a184 Bump quarkiverse-mybatis.version from 2.2.1 to 2.2.2 (#5845)
     add fc01220a03 Bump org.amqphub.quarkus:quarkus-qpid-jms-bom from 2.5.0 to 2.6.0 (#5846)
     add ff9d9545e2 Upgrade Quarkus to 3.8.2
     add b2930ef0dc Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.2.0 to 3.2.1 (#5854)
     add 268d9e6871 Regen SBOM from commit b2930ef0dcb3aa8b9259d650cf6c8abb974b1ec3

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   (6aacd3b1ef)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (268d9e6871)

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:
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 10556 +++++++-------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 10588 +++++++-------
 docs/antora.yml                                    |     2 +-
 .../ROOT/pages/reference/extensions/servlet.adoc   |   158 +
 .../servlet/deployment/ServletProcessor.java       |    33 +-
 ...nimalConfigTest.java => WebXmlServletTest.java} |    55 +-
 extensions/servlet/runtime/src/main/doc/usage.adoc |   103 +
 .../servlet/runtime/CamelServletConfig.java        |    27 +
 .../camel/quarkus/component/file/it/FileIT.java    |    24 -
 .../camel/quarkus/component/file/it/FileTest.java  |    88 -
 .../component/file/it/NonFlakyFileTest.java        |    74 +-
 .../quarkus/component/servlet/CamelRoute.java      |    60 +-
 .../component/servlet}/CustomException.java        |    11 +-
 .../component/servlet/ServletProducers.java        |    71 +
 .../src/main/resources/application.properties      |    56 +-
 .../component/servlet/CamelServletTest.java        |   172 +-
 pom.xml                                            |    20 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 14417 ++++++++++---------
 .../src/main/generated/flattened-reduced-pom.xml   |    24 +-
 .../generated/flattened-reduced-verbose-pom.xml    |    38 +-
 20 files changed, 18694 insertions(+), 17883 deletions(-)
 copy extensions/servlet/deployment/src/test/java/org/apache/camel/quarkus/component/servlet/test/{MinimalConfigTest.java => WebXmlServletTest.java} (59%)
 create mode 100644 extensions/servlet/runtime/src/main/doc/usage.adoc
 delete mode 100644 integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileIT.java
 delete mode 100644 integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
 copy integration-tests/{main-yaml/src/main/java/org/apache/camel/quarkus/main => servlet/src/main/java/org/apache/camel/quarkus/component/servlet}/CustomException.java (83%)
 create mode 100644 integration-tests/servlet/src/main/java/org/apache/camel/quarkus/component/servlet/ServletProducers.java