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 7274b227e4 Regen
discard 7976a62d5a Upgrade Camel to 4.23.0-SNAPSHOT
discard b8c6af2026 Fixes #9142. Delegate langchain4j-ingest to the
camel-langchain4j-ingest component
add 3409012a1b Bump
io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 3.21.3 to 3.22.1
add c48872576d Align dev.langchain4j dependencies with Quarkus LangChain4j
1.13.3
add 09a4c08d06 Bump org.apache.maven.plugins:maven-install-plugin from
3.1.4 to 3.2.0
add d09e470497 Increase Oracle container image startup timeout
add 6451951bb3 Replace minio with aws2-s3 in langchain4j-ingest
integration tests
add 7bd7cc3f87 Upgrade Quarkus to 3.40.0.CR1
new 73f12a641b Fixes #9142. Delegate langchain4j-ingest to the
camel-langchain4j-ingest component
new ededf27317 Upgrade Camel to 4.23.0-SNAPSHOT
new 79f2085d5d Regen
new 399add8d78 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 (7274b227e4)
\
N -- N -- N refs/heads/camel-main (399add8d78)
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 4 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:
docs/antora.yml | 6 +-
.../src/main/resources/application.properties | 7 +
.../langchain4j/ingest/it/ItBuilderPipelines.java | 21 +-
.../src/main/resources/application.properties | 2 +-
.../ingest/it/Langchain4jIngestS3Test.java | 12 +-
...{MinioTestResource.java => S3TestResource.java} | 31 +-
pom.xml | 19 +-
poms/bom/pom.xml | 6 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 1217 ++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 153 ++-
.../generated/flattened-reduced-verbose-pom.xml | 153 ++-
11 files changed, 824 insertions(+), 803 deletions(-)
rename
integration-tests/langchain4j-ingest/src/test/java/org/apache/camel/quarkus/component/langchain4j/ingest/it/{MinioTestResource.java
=> S3TestResource.java} (74%)