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 adbc20899d Regen SBOM from commit 
a1a1cd85e220abb432728f4be3876b9d42448685
     add 83225f1ff6 Regen SBOM from commit 
a1a1cd85e220abb432728f4be3876b9d42448685 (#7260)
     add eb3d702e98 Fix #7254 to support named entityManagerFactory in 
camel-quarkus-jpa
     add a5c590bb30 fixes #7262: removal of unecessary dependencies to Quarkus 
Amazon Services
     add 96916787ac Manage smooks transitives (#7267)
     add b16e87e994 fixes #7275 Jasypt tests fail on FIPS machine
     add 9da920033b Drop Camel http from Knative consumers list Fixes #7272
     add 26555c4d75 Bump quarkiverse-groovy.version from 3.21.2 to 3.21.3 
(#7279)
     add 0677cc0b71 Bump cq-plugin.version from 4.17.4 to 4.17.5 (#7278)
     add 5429229dff Regen SBOM from commit 
0677cc0b71db824a653a2da1fea8484c1e5e7659

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   (adbc20899d)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (5429229dff)

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         |  54 ++++----
 camel-quarkus-sbom/camel-quarkus-sbom.xml          |  54 ++++----
 docs/modules/ROOT/pages/user-guide/kubernetes.adoc |   1 -
 .../camel/quarkus/core/RuntimeBeanRepository.java  |  12 ++
 .../deployment/pom.xml                             |  12 --
 .../component/jpa/deployment/JpaProcessor.java     |  25 ++++
 .../quarkus/component/jpa/CamelJpaRecorder.java    |  16 +++
 .../jasypt/it/JasyptFipsModeTestProfile.java       |   5 +-
 .../camel/quarkus/component/jpa/it/JpaRoute.java   |   2 +
 .../jpa/src/main/resources/application.properties  |   8 +-
 .../camel/quarkus/component/jpa/it/JpaTest.java    | 149 +--------------------
 .../jpa/it/{JpaTest.java => JpaTestBase.java}      |   4 +-
 .../jpa/it/{JpaIT.java => NamedJpaTest.java}       |   9 +-
 .../component/jpa/it/NamedJpaTestProfile.java}     |   8 +-
 pom.xml                                            |   5 +-
 poms/bom/pom.xml                                   |   7 +
 poms/bom/src/main/generated/flattened-full-pom.xml | 114 +++++++++++++++-
 .../src/main/generated/flattened-reduced-pom.xml   |  19 ++-
 .../generated/flattened-reduced-verbose-pom.xml    |  19 ++-
 19 files changed, 286 insertions(+), 237 deletions(-)
 copy 
integration-tests/jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/{JpaTest.java
 => JpaTestBase.java} (98%)
 copy 
integration-tests/jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/{JpaIT.java
 => NamedJpaTest.java} (82%)
 copy 
integration-tests/{micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/NoMessageHistoryProfile.java
 => 
jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/NamedJpaTestProfile.java}
 (82%)

Reply via email to