This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard b0859acddd Regen
 discard 71804ee5e9 Regen
 discard ad5c596ee3 Regen
 discard bcb8745bde Fixed kamelet test
 discard 3ad5683281 Regen
 discard e707eb8b9f Fixes azure-eventhub native
 discard b0590bd15a Upgrade Camel to 4.16.0
     add 54517aea5f Refactor Splunk test container
     add 77b6a5285d Bump org.jolokia:jolokia-agent-jvm from 2.3.0 to 2.4.0
     add d4c99d8f46 Regen SBOM from commit 
77b6a5285dc3f7969f901a389b61e76c5e7e7472 (#7850)
     add 93d57cc025 Clean up usage of deprecated Quarkus configuration options
     add 379f2cb4e3 Bump org.codehaus.mojo:exec-maven-plugin from 3.6.1 to 3.6.2
     new 01c784682f Upgrade Camel to 4.16.0
     new f8897f8fb0 Fixes azure-eventhub native
     new 14c6a3e43b Regen
     new 4ab963ab9d Fixed kamelet test
     new 5b47910087 Regen
     new 8fb3e0a39d Regen
     new a76a9acc64 Regen
     new 98cf1d116b Regen

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   (b0859acddd)
            \
             N -- N -- N   refs/heads/camel-main (98cf1d116b)

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.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 18832 +++++++++----------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 16645 ++++++++--------
 .../modules/ROOT/pages/user-guide/native-mode.adoc |     9 +-
 extensions/timer/deployment/pom.xml                |    12 -
 .../test/devmode/timer/TimerDevModeTest.java       |    98 -
 .../component/test/devmode/timer/TimerRoute.java   |    31 -
 .../core/src/main/resources/application.properties |     1 -
 .../java/org/apache/camel/quarkus/core/CoreIT.java |    12 -
 .../src/main/resources/application.properties      |     2 +-
 .../log/src/main/resources/application.properties  |     2 +-
 .../src/main/resources/application.properties      |     2 +-
 .../src/main/resources/application.properties      |     2 +-
 .../test/support/splunk/SplunkTestResource.java    |    88 +-
 .../box/src/main/resources/application.properties  |     2 +-
 .../src/main/resources/application.properties      |     2 +-
 .../src/main/resources/application.properties      |     2 +-
 .../src/main/resources/application.properties      |     2 +-
 .../splunk-hec/src/test/resources/default.yml      |    75 +
 .../src/test/resources/local_inputs.conf           |     6 -
 .../src/test/resources/local_server.conf           |    33 -
 .../splunk/src/test/resources/default.yml          |    75 +
 .../splunk/src/test/resources/local_inputs.conf    |     6 -
 .../splunk/src/test/resources/local_server.conf    |    33 -
 pom.xml                                            |     4 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |     4 +-
 .../src/main/generated/flattened-reduced-pom.xml   |     9 +-
 .../generated/flattened-reduced-verbose-pom.xml    |     9 +-
 tooling/scripts/group-tests.groovy                 |     2 +-
 28 files changed, 17941 insertions(+), 18059 deletions(-)
 delete mode 100644 
extensions/timer/deployment/src/test/java/org/apache/camel/quarkus/component/test/devmode/timer/TimerDevModeTest.java
 delete mode 100644 
extensions/timer/deployment/src/test/java/org/apache/camel/quarkus/component/test/devmode/timer/TimerRoute.java
 create mode 100644 integration-tests/splunk-hec/src/test/resources/default.yml
 delete mode 100644 
integration-tests/splunk-hec/src/test/resources/local_inputs.conf
 delete mode 100644 
integration-tests/splunk-hec/src/test/resources/local_server.conf
 create mode 100644 integration-tests/splunk/src/test/resources/default.yml
 delete mode 100644 
integration-tests/splunk/src/test/resources/local_inputs.conf
 delete mode 100644 
integration-tests/splunk/src/test/resources/local_server.conf

Reply via email to