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 2023/04/09 11:44:26 UTC

[camel-quarkus] branch regen_bot_sbom updated (4d9afcaae4 -> cbce91aabb)

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 4d9afcaae4 Regen SBOM from commit 9feea1abe6d5752183c9b5ac7a2dfef23e7f3011
     add c2ced2eeea Regen SBOM from commit 9feea1abe6d5752183c9b5ac7a2dfef23e7f3011
     add bdaf2fabcc Ref #4716: java-joor-dsl - Add RegisterForReflection support (#4726)
     add ace3c9261a Bump quarkus-artemis-bom from 3.0.0.Alpha7 to 3.0.0.CR1 (#4733)
     add de5efbdd90 Ref #4731: java-joor-dsl - Add support of inner classes (#4732)
     add 040806cddd Updated CHANGELOG.md
     add 3c74f0ee3d Ref #4731: java-joor-dsl - Add support of anonymous classes
     add 6a6e4bc13e Ref #4716: java-joor-dsl - Support RegisterForReflection for the current class
     add 350ea5cef6 Ref #4447: java-joor-dsl - Improve the test coverage
     add a7721e02ff Updated CHANGELOG.md
     add cd4de40d66 Revert "Work around Tika version incompatibilities between Quarkus Tika & Camel Tika #3599"
     add f1fce0adaa Fix #4470 to add back camel-quarkus-tika
     add e34dd97425 Upgrade CycloneDX Maven Plugin to version 2.7.6
     add 136fd2375e Add missing @Component annotation to QuarkusVertxWebsocketComponent
     add 8ee3cdfbde Upgrade Quarkus to 3.0.0.CR2
     add 750960350d Updated CHANGELOG.md
     add d330ecf840 Fix maven connection time out (#4740)
     add d07796411c Add GitHub actions directory to license-maven-plugin exclusions
     add 7897007041 Updated CHANGELOG.md
     add 6cd991a363 Update camel-quarkus-tika resource (#4754)
     add d557f5a75d Fix #4043 to group xml tests (#4753)
     add e88c6476ce Updated CHANGELOG.md
     add cbce91aabb Regen SBOM from commit e88c6476ce3cbc782a70e477d630f980d9138dfc

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   (4d9afcaae4)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (cbce91aabb)

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           |     2 +-
 .github/workflows/ci-build.yaml                    |     2 +-
 .github/workflows/pr-validate.yml                  |     2 +-
 .github/workflows/quarkus-master-cron.yaml         |     2 +-
 .mvn/maven.config                                  |     3 -
 CHANGELOG.md                                       |    25 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 13119 +++++++++++++------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 10210 +++++++++------
 catalog/pom.xml                                    |    13 +
 docs/antora.yml                                    |     2 +-
 docs/modules/ROOT/examples/components/tika.yml     |    13 +
 docs/modules/ROOT/nav.adoc                         |     1 +
 .../pages/reference/extensions/java-joor-dsl.adoc  |     8 +
 .../ROOT/pages/reference/extensions/tika.adoc      |    78 +
 .../java/joor/deployment/JavaJoorDslProcessor.java |    90 +-
 .../runtime/src/main/doc/limitations.adoc          |     3 +
 extensions/pom.xml                                 |     2 +-
 extensions/tika/runtime/pom.xml                    |     5 -
 .../camel/quarkus/component/tika/TikaRecorder.java |    33 +-
 .../tika/graalvm/TikaProducerSubstitutions.java    |    77 -
 .../main/resources/META-INF/quarkus-extension.yaml |     1 +
 .../vertx/websocket/VertxWebsocketRecorder.java    |     2 +
 .../component/xslt/deployment/XsltProcessor.java   |     8 -
 integration-test-groups/pom.xml                    |     1 +
 .../xml/jvm/aggregate}/pom.xml                     |    65 +-
 .../component/xml/it/XsltAggregateBuilder.java     |    15 +-
 .../component/xml/it/XsltAggregateResource.java    |    54 +
 .../src/main/resources/application.properties      |     8 +-
 .../src/main/resources/xslt/aggregate.xsl          |     0
 .../component/xml/it/XsltAggregateTest.java        |    23 +-
 .../xml/jvm/bean}/pom.xml                          |    47 +-
 .../component/xml/it/XsltBeanProducers.java        |    36 +-
 .../quarkus/component/xml/it/XsltBeanResource.java |    22 +-
 .../src/main/resources/application.properties      |     9 +-
 .../main/resources/xslt/classpath-transform.xsl    |     0
 .../quarkus/component/xml/it/XsltBeanTest.java     |    43 +
 .../xml/jvm/file}/pom.xml                          |    54 +-
 .../quarkus/component/xml/it/XsltFileResource.java |    49 +
 .../src/main/resources/application.properties      |     9 +-
 .../main/resources/xslt/classpath-transform.xsl    |     0
 .../quarkus/component/xml/it/XsltFileTest.java     |    43 +
 .../xml/jvm/http}/pom.xml                          |    53 +-
 .../quarkus/component/xml/it/XsltHttpResource.java |    26 +-
 .../src/main/resources/application.properties      |     9 +-
 .../main/resources/xslt/classpath-transform.xsl    |     0
 .../component/xml/it/XmlHttpTestResource.java      |     2 +-
 .../quarkus/component/xml/it/XsltHttpTest.java     |    45 +
 .../xml/jvm/ref}/pom.xml                           |    54 +-
 .../quarkus/component/xml/it/XsltRefProducers.java |    22 +-
 .../quarkus/component/xml/it/XsltRefResource.java  |    22 +-
 .../ref}/src/main/resources/application.properties |     9 +-
 .../main/resources/xslt/classpath-transform.xsl    |     0
 .../quarkus/component/xml/it/XsltRefTest.java      |    43 +
 .../xml/native/classpath}/pom.xml                  |    63 +-
 .../component/xml/it/FunctionsConfiguration.java   |     0
 .../quarkus/component/xml/it/XsltProducers.java    |    25 +-
 .../quarkus/component/xml/it/XsltResource.java     |    53 +-
 .../quarkus/component/xml/it/XsltRouteBuilder.java |    18 +-
 .../src/main/resources/application.properties      |     0
 .../src/main/resources/xslt/aggregate.xsl          |     0
 .../main/resources/xslt/classpath-transform.xsl    |     0
 .../src/main/resources/xslt/extension-function.xsl |     0
 .../src/main/resources/xslt/html-to-text.xsl       |     0
 .../src/main/resources/xslt/html-transform.xsl     |     0
 .../classpath}/src/main/resources/xslt/include.xsl |     0
 .../xslt/include_not_existing_resource.xsl         |     0
 .../src/main/resources/xslt/terminate.xsl          |     0
 .../camel/quarkus/component/xml/it/XsltIT.java     |     2 +-
 .../camel/quarkus/component/xml/it/XsltTest.java   |    33 +-
 .../native/classpath}/src/test/resources/test.html |     0
 integration-test-groups/{ => xml}/pom.xml          |    23 +-
 integration-tests-jvm/pom.xml                      |     1 +
 .../xml-grouped}/.gitignore                        |     0
 .../xml-grouped}/pom.xml                           |    96 +-
 integration-tests/java-joor-dsl/pom.xml            |    51 +
 .../quarkus/dsl/java/joor/JavaJoorDslBean.java}    |    20 +-
 .../quarkus/dsl/java/joor/JavaJoorDslResource.java |    39 +-
 .../src/main/resources/application.properties      |     2 +-
 .../src/main/resources/routes/MyBar.java}          |    15 +-
 .../src/main/resources/routes/MyBarEcho.java}      |    17 +-
 .../routes/{MyRoutes.java => MyBarRoute.java}      |    12 +-
 .../src/main/resources/routes/MyRoutes.java        |    29 +-
 .../{MyRoutes.java => MyRoutesWithBeans.java}      |    22 +-
 .../{MyRoutes.java => MyRoutesWithModel.java}      |    20 +-
 ...{MyRoutes.java => MyRoutesWithNestedClass.java} |    24 +-
 .../src/main/resources/routes/MyUser.java}         |    29 +-
 .../quarkus/dsl/java/joor/JavaJoorDslTest.java     |    41 +-
 integration-tests/pom.xml                          |     4 +-
 .../quarkus/component/tika/it/TikaResource.java    |     1 -
 .../{aws2-grouped => xml-grouped}/.gitignore       |     0
 integration-tests/{xml => xml-grouped}/pom.xml     |   100 +-
 pom.xml                                            |    28 +-
 poms/bom/pom.xml                                   |    14 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |    25 +-
 .../src/main/generated/flattened-reduced-pom.xml   |    31 +
 .../generated/flattened-reduced-verbose-pom.xml    |    31 +
 tooling/scripts/test-categories.yaml               |     3 +-
 97 files changed, 16363 insertions(+), 8973 deletions(-)
 delete mode 100644 .mvn/maven.config
 create mode 100644 docs/modules/ROOT/examples/components/tika.yml
 create mode 100644 docs/modules/ROOT/pages/reference/extensions/tika.adoc
 create mode 100644 extensions/java-joor-dsl/runtime/src/main/doc/limitations.adoc
 delete mode 100644 extensions/tika/runtime/src/main/java/org/apache/camel/quarkus/component/tika/graalvm/TikaProducerSubstitutions.java
 copy {integration-tests/java-joor-dsl => integration-test-groups/xml/jvm/aggregate}/pom.xml (70%)
 copy integration-tests/xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlIT.java => integration-test-groups/xml/jvm/aggregate/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltAggregateBuilder.java (62%)
 create mode 100644 integration-test-groups/xml/jvm/aggregate/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltAggregateResource.java
 copy {integration-tests/java-joor-dsl => integration-test-groups/xml/jvm/aggregate}/src/main/resources/application.properties (89%)
 copy {integration-tests/xml => integration-test-groups/xml/jvm/aggregate}/src/main/resources/xslt/aggregate.xsl (100%)
 copy integration-tests/xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlIT.java => integration-test-groups/xml/jvm/aggregate/src/test/java/org/apache/camel/quarkus/component/xml/it/XsltAggregateTest.java (51%)
 copy {integration-tests/java-joor-dsl => integration-test-groups/xml/jvm/bean}/pom.xml (71%)
 copy integration-tests/xml/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltProducers.java => integration-test-groups/xml/jvm/bean/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltBeanProducers.java (55%)
 copy integration-tests/xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlIT.java => integration-test-groups/xml/jvm/bean/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltBeanResource.java (59%)
 copy {integration-tests/java-joor-dsl => integration-test-groups/xml/jvm/bean}/src/main/resources/application.properties (85%)
 copy {integration-tests/xml => integration-test-groups/xml/jvm/bean}/src/main/resources/xslt/classpath-transform.xsl (100%)
 create mode 100644 integration-test-groups/xml/jvm/bean/src/test/java/org/apache/camel/quarkus/component/xml/it/XsltBeanTest.java
 copy {integration-tests/java-joor-dsl => integration-test-groups/xml/jvm/file}/pom.xml (61%)
 create mode 100644 integration-test-groups/xml/jvm/file/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltFileResource.java
 copy {integration-tests/java-joor-dsl => integration-test-groups/xml/jvm/file}/src/main/resources/application.properties (85%)
 copy {integration-tests/xml => integration-test-groups/xml/jvm/file}/src/main/resources/xslt/classpath-transform.xsl (100%)
 create mode 100644 integration-test-groups/xml/jvm/file/src/test/java/org/apache/camel/quarkus/component/xml/it/XsltFileTest.java
 copy {integration-tests/java-joor-dsl => integration-test-groups/xml/jvm/http}/pom.xml (63%)
 copy integration-tests/xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlIT.java => integration-test-groups/xml/jvm/http/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltHttpResource.java (52%)
 copy {integration-tests/java-joor-dsl => integration-test-groups/xml/jvm/http}/src/main/resources/application.properties (85%)
 copy {integration-tests/xml => integration-test-groups/xml/jvm/http}/src/main/resources/xslt/classpath-transform.xsl (100%)
 rename integration-tests/xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlTestResource.java => integration-test-groups/xml/jvm/http/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlHttpTestResource.java (96%)
 create mode 100644 integration-test-groups/xml/jvm/http/src/test/java/org/apache/camel/quarkus/component/xml/it/XsltHttpTest.java
 copy {integration-tests/java-joor-dsl => integration-test-groups/xml/jvm/ref}/pom.xml (61%)
 copy integration-tests/xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlIT.java => integration-test-groups/xml/jvm/ref/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltRefProducers.java (58%)
 copy integration-tests/xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlIT.java => integration-test-groups/xml/jvm/ref/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltRefResource.java (60%)
 copy {integration-tests/java-joor-dsl => integration-test-groups/xml/jvm/ref}/src/main/resources/application.properties (85%)
 copy {integration-tests/xml => integration-test-groups/xml/jvm/ref}/src/main/resources/xslt/classpath-transform.xsl (100%)
 create mode 100644 integration-test-groups/xml/jvm/ref/src/test/java/org/apache/camel/quarkus/component/xml/it/XsltRefTest.java
 copy {integration-tests/xml => integration-test-groups/xml/native/classpath}/pom.xml (80%)
 copy {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/java/org/apache/camel/quarkus/component/xml/it/FunctionsConfiguration.java (100%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltProducers.java (76%)
 rename integration-tests/xml/src/main/java/org/apache/camel/quarkus/component/xml/it/XmlResource.java => integration-test-groups/xml/native/classpath/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltResource.java (73%)
 rename integration-tests/xml/src/main/java/org/apache/camel/quarkus/component/xml/it/XmlRouteBuilder.java => integration-test-groups/xml/native/classpath/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltRouteBuilder.java (71%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/resources/application.properties (100%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/resources/xslt/aggregate.xsl (100%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/resources/xslt/classpath-transform.xsl (100%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/resources/xslt/extension-function.xsl (100%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/resources/xslt/html-to-text.xsl (100%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/resources/xslt/html-transform.xsl (100%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/resources/xslt/include.xsl (100%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/resources/xslt/include_not_existing_resource.xsl (100%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/main/resources/xslt/terminate.xsl (100%)
 copy integration-tests/xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlIT.java => integration-test-groups/xml/native/classpath/src/test/java/org/apache/camel/quarkus/component/xml/it/XsltIT.java (96%)
 rename integration-tests/xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlTest.java => integration-test-groups/xml/native/classpath/src/test/java/org/apache/camel/quarkus/component/xml/it/XsltTest.java (85%)
 rename {integration-tests/xml => integration-test-groups/xml/native/classpath}/src/test/resources/test.html (100%)
 copy integration-test-groups/{ => xml}/pom.xml (68%)
 copy {integration-tests/aws2-grouped => integration-tests-jvm/xml-grouped}/.gitignore (100%)
 copy {integration-tests/xml => integration-tests-jvm/xml-grouped}/pom.xml (83%)
 copy integration-tests/java-joor-dsl/src/main/{resources/routes/MyRoutes.java => java/org/apache/camel/quarkus/dsl/java/joor/JavaJoorDslBean.java} (70%)
 rename integration-tests/{xml/src/test/java/org/apache/camel/quarkus/component/xml/it/XmlIT.java => java-joor-dsl/src/main/resources/routes/MyBar.java} (82%)
 copy integration-tests/{xml/src/main/java/org/apache/camel/quarkus/component/xml/it/FunctionsConfiguration.java => java-joor-dsl/src/main/resources/routes/MyBarEcho.java} (77%)
 copy integration-tests/java-joor-dsl/src/main/resources/routes/{MyRoutes.java => MyBarRoute.java} (75%)
 copy integration-tests/java-joor-dsl/src/main/resources/routes/{MyRoutes.java => MyRoutesWithBeans.java} (60%)
 copy integration-tests/java-joor-dsl/src/main/resources/routes/{MyRoutes.java => MyRoutesWithModel.java} (59%)
 copy integration-tests/java-joor-dsl/src/main/resources/routes/{MyRoutes.java => MyRoutesWithNestedClass.java} (54%)
 rename integration-tests/{xml/src/main/java/org/apache/camel/quarkus/component/xml/it/FunctionsConfiguration.java => java-joor-dsl/src/main/resources/routes/MyUser.java} (66%)
 copy integration-tests/{aws2-grouped => xml-grouped}/.gitignore (100%)
 rename integration-tests/{xml => xml-grouped}/pom.xml (80%)