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 e69cbee7a3 Workaround for langchanin4j-agent compilation problem
discard 189612d9de Regen
discard 8fd9f2e597 Regen
discard 696b864603 Fixes #7675 Add support of camel-groovy-xml extension
discard 78d377aae1 [resolves #2479] Enable Couchbase tests
discard 719050362a Regen
discard bf71ca90b1 Regen
discard 9e12966b83 Regen
discard 58eaa2a0f2 Regen
discard ac5aa88fc5 Upgrade Camel to 4.15.0
add 47c6917f83 Bump
io.quarkiverse.micrometer.registry:quarkus-micrometer-registry-jmx
add d2a6a5a179 Bump org.xmlunit:xmlunit-core from 2.10.3 to 2.10.4
add 0b9bbc5df5 Bump cq-plugin.version from 4.19.0 to 4.20.0
add d312d255ff Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0
to 3.6.1
add 4de3d25067 Wait for process to exit when destroying processes created
from QuarkusProcessExecutor
add 34a8a96426 Bump maven-surefire-plugin.version from 3.5.3 to 3.5.4
add 2a4f8f6450 [relates #7733] Add logging to AWS tests
add d465e332ad Bump com.microsoft.graph:microsoft-graph from 6.52.0 to
6.53.0
add ea810d7d25 Align to Quarkus LangChain4j 1.2.0.CR2 / LangChain4j 1.5.0
new 91f1de7650 Upgrade Camel to 4.15.0
new 6313c76670 Regen
new 1f99afa448 Regen
new 42359e0583 Regen
new f0f5b98fdf Regen
new 06b9cf07f3 [resolves #2479] Enable Couchbase tests
new 02f9691318 Fixes #7675 Add support of camel-groovy-xml extension
new 79799acee9 Regen
new 4b83e4dd92 Workaround for langchanin4j-agent compilation problem
new 06c43687d2 Regen + rebase
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 (e69cbee7a3)
\
N -- N -- N refs/heads/camel-main (06c43687d2)
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 10 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:
.../reference/extensions/langchain4j-agent.adoc | 2 +-
.../reference/extensions/langchain4j-chat.adoc | 2 +-
.../extensions/langchain4j-embeddings.adoc | 2 +-
.../extensions/langchain4j-tokenizer.adoc | 2 +-
.../reference/extensions/langchain4j-tools.adoc | 2 +-
.../extensions/langchain4j-web-search.adoc | 2 +-
.../kinesis/it/Aws2KinesisFirehoseResource.java | 8 +-
.../aws2/kinesis/it/Aws2KinesisResource.java | 12 +-
.../aws2/kinesis/it/Aws2KinesisFirehoseTest.java | 2 +
.../component/aws2/kinesis/it/Aws2KinesisTest.java | 2 +
.../test/support/aws2/BaseAws2Resource.java | 3 +
.../test/support/aws2/BaseAWs2TestSupport.java | 5 +
.../support/process/QuarkusProcessExecutor.java | 28 +-
.../component/master/it/MasterFileTest.java | 4 +-
.../component/master/it/MasterOpenShiftTest.java | 4 +-
.../component/quartz/it/QuartzClusteredTest.java | 2 +-
pom.xml | 19 +-
poms/bom-test/pom.xml | 2 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 536 +++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 12 +-
.../generated/flattened-reduced-verbose-pom.xml | 36 +-
21 files changed, 379 insertions(+), 308 deletions(-)