This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard aaec64ba89 generated changes
discard 5dc46a2c87 generated files
discard b631189086 Enable micrometer & observability-services native profiles
discard 968993226d Revert "Disabled mdc because of CAMEL-22717"
discard 23a008461d Generated files
discard 6cdab6d020 Fixed qdrant
discard 441241d281 Disabled mdc because of CAMEL-22717
discard b93f3a9b4d Generated files
discard 5d0f87ad33 Disabled infinispan tests and native profiles
discard 090f1add13 Generated
discard e6f20ce1de Generated
discard ddd54bee07 Disabled observability services native because of #7946
discard 79b6373ee9 Disabled micrometer native because of #7946
discard 44238842da Gen files
discard b4e08176f8 Generated changes
discard 8018600803 Generated files
discard f9d6769059 Upgrade Camel to 4.17.0
add b03807b588 Upgrade Quarkus to 3.30.1
add 010368a4aa feat: Promote CSimple extension to stable
add 9b22061d6d Enable quarkus-maven-plugin extensions
add 0b378f3285 feat: Add docling native support and integration tests
add 2914ae1f39 [fixes #7925] Fix GoogleBigqueryTest.sqlCrudOpertations
wiremock
add 8729a8537a Bump quarkiverse-groovy.version from 3.30.0 to 3.30.1
add 8d9c975962 Ensure quarkus.datasource.db-kind is configured for otel
tests
add ad6ced3a6c Revert "feat: Promote CSimple extension to stable" (#8020)
add 2c16e56792 [fixes #8007] Fix LangChain4j Agent MCP tests on Windows
add c8e13aa536 Add camel-kamelets to the BOM
add b6e8663e55 Bump org.apache.maven.plugins:maven-resources-plugin from
3.3.1 to 3.4.0
add 49cb21d98d Bump org.apache.maven.plugins:maven-assembly-plugin from
3.7.1 to 3.8.0
add 64fe2db388 Bump io.quarkiverse.artemis:quarkus-artemis-bom
add 877078bbc1 Bump org.apache.maven.plugins:maven-source-plugin from
3.3.1 to 3.4.0
new 7840071dbf Upgrade Camel to 4.17.0
new 9825121f74 Generated files
new 9022d87873 Generated changes
new 171d4e21aa Gen files
new baa8c7e8dc Disabled micrometer native because of #7946
new 99debfd106 Disabled observability services native because of #7946
new ffde9eb656 Generated
new e23d80c6ad Generated
new bd4040ee75 Disabled infinispan tests and native profiles
new afd9106d9f Generated files
new 12a525dd82 Disabled mdc because of CAMEL-22717
new d3736b1d20 Fixed qdrant
new d6c39500e6 Generated files
new 3adc9e8191 Revert "Disabled mdc because of CAMEL-22717"
new e0b5323825 Enable micrometer & observability-services native profiles
new ab5ee311da generated files
new 45261a996d generated changes
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 (aaec64ba89)
\
N -- N -- N refs/heads/camel-main (45261a996d)
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 17 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:
.github/dependabot.yml | 1 +
docs/antora.yml | 2 +-
docs/modules/ROOT/examples/components/docling.yml | 6 +-
.../ROOT/pages/reference/extensions/core.adoc | 24 +--
.../ROOT/pages/reference/extensions/docling.adoc | 14 +-
.../reference/extensions/file-cluster-service.adoc | 14 +-
.../ROOT/pages/reference/extensions/jolokia.adoc | 26 +--
.../extensions/kubernetes-cluster-service.adoc | 14 +-
.../docling/deployment/DoclingProcessor.java | 46 -----
extensions-jvm/pom.xml | 1 -
.../docling/deployment/pom.xml | 4 +
.../docling/deployment/DoclingProcessor.java} | 6 +-
{extensions-jvm => extensions}/docling/pom.xml | 2 +-
.../docling/runtime/pom.xml | 5 +
.../main/resources/META-INF/quarkus-extension.yaml | 1 -
extensions/pom.xml | 1 +
integration-tests-jvm/docling/pom.xml | 82 --------
.../component/docling/it/DoclingResource.java | 50 -----
.../quarkus/component/docling/it/DoclingTest.java | 34 ----
integration-tests-jvm/pom.xml | 1 -
integration-tests/{ssh => docling}/pom.xml | 21 +-
.../component/docling/it/DoclingResource.java | 218 +++++++++++++++++++++
.../component/docling/it/DoclingRoutes.java | 67 +++++++
.../src/main/resources/application.properties | 13 +-
.../docling/src/main/resources/test-document.md | 18 +-
.../docling/src/main/resources/test-document.txt | 11 ++
.../quarkus/component/docling/it/DoclingIT.java | 4 +-
.../quarkus/component/docling/it/DoclingTest.java | 188 ++++++++++++++++++
.../component/docling/it/DoclingTestResource.java} | 47 +++--
integration-tests/google-bigquery/README.adoc | 10 +-
.../google/bigquery/it/GoogleBigqueryTest.java | 2 -
.../test/resources/mappings/sql_crud_job01_01.json | 34 ++--
.../test/resources/mappings/sql_crud_job01_02.json | 34 ++--
.../test/resources/mappings/sql_crud_job01_03.json | 41 ++--
.../test/resources/mappings/sql_crud_job01_04.json | 30 ---
.../test/resources/mappings/sql_crud_job02_01.json | 34 ++--
.../test/resources/mappings/sql_crud_job02_02.json | 34 ++--
.../test/resources/mappings/sql_crud_job02_03.json | 41 ++--
.../test/resources/mappings/sql_crud_job02_04.json | 30 ---
.../test/resources/mappings/sql_crud_job03_00.json | 26 ---
.../test/resources/mappings/sql_crud_job03_01.json | 32 +--
.../test/resources/mappings/sql_crud_job03_02.json | 34 ++--
.../test/resources/mappings/sql_crud_job03_03.json | 28 ++-
.../test/resources/mappings/sql_crud_job03_04.json | 43 ++--
.../test/resources/mappings/sql_crud_job03_05.json | 40 ++++
.../test/resources/mappings/sql_crud_job04_01.json | 30 +--
.../test/resources/mappings/sql_crud_job04_02.json | 34 ++--
.../test/resources/mappings/sql_crud_job04_03.json | 42 ++--
.../test/resources/mappings/sql_crud_job04_04.json | 29 ---
.../test/resources/mappings/sql_crud_job05_01.json | 32 +--
.../test/resources/mappings/sql_crud_job05_02.json | 34 ++--
.../test/resources/mappings/sql_crud_job05_03.json | 41 ++--
.../test/resources/mappings/sql_crud_job05_04.json | 30 ---
integration-tests/kamelet/pom.xml | 4 +
.../component/kamelet/it/KameletResource.java | 7 +
.../component/kamelet/it/KameletRoutes.java | 3 +
.../src/main/resources/application.properties | 2 +-
.../quarkus/component/kamelet/it/KameletTest.java | 8 +
.../langchain4j/agent/it/AgentProducers.java | 2 +
.../src/main/resources/application.properties | 3 +
.../agent/it/Langchain4jAgentTestResource.java | 39 +++-
.../src/main/resources/application.properties | 1 +
.../src/main/resources/application.properties | 3 +-
integration-tests/pom.xml | 1 +
pom.xml | 14 +-
poms/bom/pom.xml | 6 +
poms/bom/src/main/generated/flattened-full-pom.xml | 9 +-
.../src/main/generated/flattened-reduced-pom.xml | 9 +-
.../generated/flattened-reduced-verbose-pom.xml | 9 +-
poms/build-parent-it/pom.xml | 1 +
tooling/scripts/test-categories.yaml | 1 +
71 files changed, 1091 insertions(+), 717 deletions(-)
delete mode 100644
extensions-jvm/docling/deployment/src/main/java/org/apache/camel/quarkus/component/docling/deployment/DoclingProcessor.java
rename {extensions-jvm => extensions}/docling/deployment/pom.xml (93%)
copy
extensions/{atom/deployment/src/main/java/org/apache/camel/quarkus/component/atom/deployment/AtomProcessor.java
=>
docling/deployment/src/main/java/org/apache/camel/quarkus/component/docling/deployment/DoclingProcessor.java}
(87%)
rename {extensions-jvm => extensions}/docling/pom.xml (96%)
rename {extensions-jvm => extensions}/docling/runtime/pom.xml (94%)
rename {extensions-jvm =>
extensions}/docling/runtime/src/main/resources/META-INF/quarkus-extension.yaml
(98%)
delete mode 100644 integration-tests-jvm/docling/pom.xml
delete mode 100644
integration-tests-jvm/docling/src/main/java/org/apache/camel/quarkus/component/docling/it/DoclingResource.java
delete mode 100644
integration-tests-jvm/docling/src/test/java/org/apache/camel/quarkus/component/docling/it/DoclingTest.java
copy integration-tests/{ssh => docling}/pom.xml (88%)
create mode 100644
integration-tests/docling/src/main/java/org/apache/camel/quarkus/component/docling/it/DoclingResource.java
create mode 100644
integration-tests/docling/src/main/java/org/apache/camel/quarkus/component/docling/it/DoclingRoutes.java
copy {integration-test-groups/aws2/aws2-ses =>
integration-tests/docling}/src/main/resources/application.properties (70%)
copy
integration-test-groups/xml/native/xslt-classpath/src/main/resources/xslt/include.xsl
=> integration-tests/docling/src/main/resources/test-document.md (74%)
create mode 100644
integration-tests/docling/src/main/resources/test-document.txt
copy
integration-test-groups/compression/lzf/src/test/java/org/apache/camel/quarkus/component/lzf/it/LzfIT.java
=>
integration-tests/docling/src/test/java/org/apache/camel/quarkus/component/docling/it/DoclingIT.java
(90%)
create mode 100644
integration-tests/docling/src/test/java/org/apache/camel/quarkus/component/docling/it/DoclingTest.java
copy
integration-tests/{consul/src/test/java/org/apache/camel/quarkus/component/consul/it/ConsulTestResource.java
=>
docling/src/test/java/org/apache/camel/quarkus/component/docling/it/DoclingTestResource.java}
(53%)
delete mode 100644
integration-tests/google-bigquery/src/test/resources/mappings/sql_crud_job01_04.json
delete mode 100644
integration-tests/google-bigquery/src/test/resources/mappings/sql_crud_job02_04.json
delete mode 100644
integration-tests/google-bigquery/src/test/resources/mappings/sql_crud_job03_00.json
create mode 100644
integration-tests/google-bigquery/src/test/resources/mappings/sql_crud_job03_05.json
delete mode 100644
integration-tests/google-bigquery/src/test/resources/mappings/sql_crud_job04_04.json
delete mode 100644
integration-tests/google-bigquery/src/test/resources/mappings/sql_crud_job05_04.json