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/07/02 10:43:12 UTC

[camel-quarkus] branch regen_bot_sbom updated (5fb1a5d247 -> 044664bc9e)

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 5fb1a5d247 Regen SBOM from commit a0926a6205ad01d5ebe9838ad4bf2b1b9bff9cbf
     add 58c0e1a9c5 Regen SBOM from commit a0926a6205ad01d5ebe9838ad4bf2b1b9bff9cbf
     add b9ce886a4b Updated CHANGELOG.md
     add daae4934ae [closes #4956] Extend netty-http test coverage
     add 17b51ddbb8 Updated CHANGELOG.md
     add d921f1ba88 Revert "Disable cxf-soap-grouped native profile due to #5008"
     add a6819a556b Upgrade to quarkus-cxf 2.2.0.CR1
     add 2c24b19ce4 Workaround heap out of memory failures on GitHub actions
     add 0a765ca336 Fix #5016 to add a IBMMQ pooling test with quarkus-pooled-jms (#5017)
     add f1434577fc Updated CHANGELOG.md
     add bd41c1e4ca Micrometer: Custom registry coverage is missing #5018
     add 531a21e743 Fix image links for CI status badges
     add 2e8a659960 Updated CHANGELOG.md
     add f07b7e0f88 Remove reserve-network-port execution for integration tests
     add c7119dadbd Ref #2800: Remove the addition of affinity for mac os
     add ee3949443d Upgrade Quarkus to 3.2.0.Final
     add d09c2e58e8 Micrometer: SimpleMeterRegistry is not created if no other registry is defined #5023
     add a3f54ad1f9 Micrometer: It is not necessary to produce JMXRegistry for the test #5030
     add caa18f7d9e Updated CHANGELOG.md
     add 768dceea4a Upgrade to quarkus-cxf 2.2.0
     add 3153f3f0d1 Revert "Disable google-pubsub native profile due to #5007"
     add 5bd45b92c4 Revert "Disable google-storage native profile due to #5010"
     add 842aca0fec Add a work around for google-pubsub and google-storage tests
     add 6c6cebef13 Updated CHANGELOG.md
     add b0db7ed4e5 Bump quarkus-qpid-jms-bom from 2.2.0 to 2.3.0
     add 044664bc9e Regen SBOM from commit b0db7ed4e502b7da571cb299bda28a36aba5d313

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   (5fb1a5d247)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (044664bc9e)

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                                       |    26 +
 README.adoc                                        |     8 +-
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 15745 +++++++------------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 12912 +++++++--------
 docs/antora.yml                                    |     2 +-
 .../ROOT/pages/reference/extensions/core.adoc      |    76 +-
 .../reference/extensions/google-bigquery.adoc      |    12 +
 .../pages/reference/extensions/google-pubsub.adoc  |     8 +
 .../pages/reference/extensions/google-storage.adoc |    12 +
 .../ROOT/pages/reference/extensions/kamelet.adoc   |     3 +-
 .../pages/reference/extensions/micrometer.adoc     |     2 +
 .../pages/reference/extensions/opentelemetry.adoc  |    12 +-
 .../runtime/src/main/doc/limitations.adoc          |     7 +
 .../runtime/src/main/doc/limitations.adoc          |     8 +
 .../runtime/src/main/doc/limitations.adoc          |     7 +
 .../micrometer/deployment/MicrometerProcessor.java |    16 +
 .../MicrometerSimpleMeterRegistryTest.java         |    50 +
 .../micrometer/runtime/src/main/doc/usage.adoc     |     2 +
 .../micrometer/CamelMicrometerRecorder.java        |     9 +
 .../netty/http/deployment/NettyHTTPProcessor.java  |    17 +
 .../src/main/resources/application.properties      |     3 +
 integration-tests/cxf-soap-grouped/pom.xml         |     2 -
 integration-tests/google-pubsub/pom.xml            |     2 -
 .../META-INF/native-image/native-image.properties  |    13 +-
 integration-tests/google-storage/pom.xml           |     2 -
 .../META-INF/native-image/native-image.properties  |    13 +-
 integration-tests/hazelcast/pom.xml                |    16 -
 integration-tests/jms-ibmmq-client/pom.xml         |     7 +-
 ...QProducers.java => IBMMQConnectionFactory.java} |    26 +-
 .../src/main/resources/application.properties      |    10 +-
 .../it/{IBMMQTest.java => IBMMQPoolingTest.java}   |    25 +-
 .../quarkus/component/jms/ibmmq/it/IBMMQTest.java  |     2 +-
 .../component/jms/ibmmq/it/JmsPoolingEnabled.java  |    19 +-
 .../micrometer/it/MicrometerProducers.java         |    17 +-
 .../micrometer/it/MicrometerResource.java          |    60 +-
 .../component/micrometer/it/MicrometerRoutes.java  |     6 +
 .../micrometer/it/AbstractMicrometerTest.java      |     8 +-
 .../component/micrometer/it/MicrometerTest.java    |    37 +-
 .../{google-pubsub => netty-http}/pom.xml          |    81 +-
 .../component/netty/http/NettyHttpResource.java    |   152 +
 .../component/netty/http/NettyHttpRoutes.java      |   156 +
 .../component/netty/http/auth/JaasLoginModule.java |    77 +
 .../netty/http/auth/TestAuthenticator.java         |    74 +
 .../netty/http/auth/TestRolePrincipal.java         |    19 +-
 .../component/netty/http/pojo/UserPojo.java        |    53 +
 .../component/netty/http/NettyHttpAuthIT.java      |    15 +-
 .../component/netty/http/NettyHttpAuthTest.java    |    65 +
 .../quarkus/component/netty/http/NettyHttpIT.java  |    15 +-
 .../component/netty/http/NettyHttpJaasIT.java      |    15 +-
 .../component/netty/http/NettyHttpJaasTest.java    |    30 +-
 .../netty/http/NettyHttpJaasTestResource.java      |    53 +
 .../component/netty/http/NettyHttpRestIT.java      |    15 +-
 .../component/netty/http/NettyHttpRestTest.java    |    58 +
 .../component/netty/http/NettyHttpTest.java        |    80 +
 .../netty/http/NettyHttpTestResource.java          |    23 +-
 .../netty-http/src/test/resources/config.jaas      |     3 +
 integration-tests/pom.xml                          |     1 +
 pom.xml                                            |     9 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 13400 ++++++++--------
 .../src/main/generated/flattened-reduced-pom.xml   |   118 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   482 +-
 poms/build-parent-it/pom.xml                       |    45 -
 tooling/scripts/test-categories.yaml               |     1 +
 63 files changed, 19844 insertions(+), 24398 deletions(-)
 create mode 100644 extensions/google-bigquery/runtime/src/main/doc/limitations.adoc
 create mode 100644 extensions/google-storage/runtime/src/main/doc/limitations.adoc
 create mode 100644 extensions/micrometer/deployment/src/test/java/org/apache/camel/quarkus/component/micrometer/deployment/MicrometerSimpleMeterRegistryTest.java
 copy integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/resources/application.properties => integration-tests/google-pubsub/src/main/resources/META-INF/native-image/native-image.properties (72%)
 copy integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/resources/application.properties => integration-tests/google-storage/src/main/resources/META-INF/native-image/native-image.properties (72%)
 rename integration-tests/jms-ibmmq-client/src/main/java/org/apache/camel/quarkus/component/jms/ibmmq/it/{IBMMQProducers.java => IBMMQConnectionFactory.java} (58%)
 copy {integration-test-groups/cxf-soap/cxf-soap-ws-security-client => integration-tests/jms-ibmmq-client}/src/main/resources/application.properties (72%)
 copy integration-tests/jms-ibmmq-client/src/test/java/org/apache/camel/quarkus/component/jms/ibmmq/it/{IBMMQTest.java => IBMMQPoolingTest.java} (82%)
 copy extensions/netty-http/deployment/src/main/java/org/apache/camel/quarkus/component/netty/http/deployment/NettyHTTPProcessor.java => integration-tests/jms-ibmmq-client/src/test/java/org/apache/camel/quarkus/component/jms/ibmmq/it/JmsPoolingEnabled.java (62%)
 copy integration-tests/{google-pubsub => netty-http}/pom.xml (73%)
 create mode 100644 integration-tests/netty-http/src/main/java/org/apache/camel/quarkus/component/netty/http/NettyHttpResource.java
 create mode 100644 integration-tests/netty-http/src/main/java/org/apache/camel/quarkus/component/netty/http/NettyHttpRoutes.java
 create mode 100644 integration-tests/netty-http/src/main/java/org/apache/camel/quarkus/component/netty/http/auth/JaasLoginModule.java
 create mode 100644 integration-tests/netty-http/src/main/java/org/apache/camel/quarkus/component/netty/http/auth/TestAuthenticator.java
 copy extensions/netty-http/deployment/src/main/java/org/apache/camel/quarkus/component/netty/http/deployment/NettyHTTPProcessor.java => integration-tests/netty-http/src/main/java/org/apache/camel/quarkus/component/netty/http/auth/TestRolePrincipal.java (69%)
 create mode 100644 integration-tests/netty-http/src/main/java/org/apache/camel/quarkus/component/netty/http/pojo/UserPojo.java
 copy extensions/netty-http/deployment/src/main/java/org/apache/camel/quarkus/component/netty/http/deployment/NettyHTTPProcessor.java => integration-tests/netty-http/src/test/java/org/apache/camel/quarkus/component/netty/http/NettyHttpAuthIT.java (68%)
 create mode 100644 integration-tests/netty-http/src/test/java/org/apache/camel/quarkus/component/netty/http/NettyHttpAuthTest.java
 copy extensions/netty-http/deployment/src/main/java/org/apache/camel/quarkus/component/netty/http/deployment/NettyHTTPProcessor.java => integration-tests/netty-http/src/test/java/org/apache/camel/quarkus/component/netty/http/NettyHttpIT.java (68%)
 copy extensions/netty-http/deployment/src/main/java/org/apache/camel/quarkus/component/netty/http/deployment/NettyHTTPProcessor.java => integration-tests/netty-http/src/test/java/org/apache/camel/quarkus/component/netty/http/NettyHttpJaasIT.java (68%)
 copy extensions/netty-http/deployment/src/main/java/org/apache/camel/quarkus/component/netty/http/deployment/NettyHTTPProcessor.java => integration-tests/netty-http/src/test/java/org/apache/camel/quarkus/component/netty/http/NettyHttpJaasTest.java (51%)
 create mode 100644 integration-tests/netty-http/src/test/java/org/apache/camel/quarkus/component/netty/http/NettyHttpJaasTestResource.java
 copy extensions/netty-http/deployment/src/main/java/org/apache/camel/quarkus/component/netty/http/deployment/NettyHTTPProcessor.java => integration-tests/netty-http/src/test/java/org/apache/camel/quarkus/component/netty/http/NettyHttpRestIT.java (68%)
 create mode 100644 integration-tests/netty-http/src/test/java/org/apache/camel/quarkus/component/netty/http/NettyHttpRestTest.java
 create mode 100644 integration-tests/netty-http/src/test/java/org/apache/camel/quarkus/component/netty/http/NettyHttpTest.java
 copy extensions/netty-http/deployment/src/main/java/org/apache/camel/quarkus/component/netty/http/deployment/NettyHTTPProcessor.java => integration-tests/netty-http/src/test/java/org/apache/camel/quarkus/component/netty/http/NettyHttpTestResource.java (55%)
 create mode 100644 integration-tests/netty-http/src/test/resources/config.jaas