This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/io.quarkiverse.langchain4j-quarkus-langchain4j-bom-1.3.1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 8494bd4ebb Auto generated changes for dependabot commit
5d6550c101eeecd04a16bc0afece88d99b92bbff
discard 5d6550c101 Bump io.quarkiverse.langchain4j:quarkus-langchain4j-bom
add eef16cec46 Bump io.quarkiverse.jgit:quarkus-jgit-bom from 3.6.0 to
3.6.1
add 62529c9c03 Update Dev UI documentation with the correct path to
qwc-camel-core.js
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
add cf5b37ae3b Bump org.apache.maven.plugins:maven-antrun-plugin from
3.1.0 to 3.2.0
add 417cb2e9e8 Close the class path resource properly after reading from
it in BeanioProcessor
add 9fbcc53ece Upgrade Quarkus to 3.29.0
add fe9c960a41 Align Quarkus LangChain4j with 1.2.2 used in the Quarkus
Platform
add b8e66e1ffa Bump io.quarkiverse.langchain4j:quarkus-langchain4j-bom
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 (8494bd4ebb)
\
N -- N -- N
refs/heads/dependabot/maven/io.quarkiverse.langchain4j-quarkus-langchain4j-bom-1.3.1
(b8e66e1ffa)
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 | 18832 +++++++++----------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 16645 ++++++++--------
docs/antora.yml | 4 +-
.../contributor-guide/create-new-dev-ui-page.adoc | 2 +-
.../modules/ROOT/pages/user-guide/native-mode.adoc | 9 +-
.../beanio/deployment/BeanioProcessor.java | 7 +-
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 | 14 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 567 +-
.../src/main/generated/flattened-reduced-pom.xml | 24 +-
.../generated/flattened-reduced-verbose-pom.xml | 64 +-
tooling/scripts/group-tests.groovy | 2 +-
31 files changed, 18263 insertions(+), 18393 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