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 b656d01faa Generated files after rebase
 discard 10a888b72a Fixed kafka-aouth and telegram tests
 discard 239b246886 Regenrated langchain4j-agent woremocked data + small fix
 discard 2a6e4cef7e Generated files after rebase
 discard dc5b83b3c6 New langchain4j-agents wiremock records.
 discard b6314115af Generated files
 discard b9c397adf4 Generated files
 discard 81a9bad9d4 Generated files
 discard 73c041dc5d Adjust opentelenetry2 tests for recent Camel fixes
 discard 3dbb51e777 Fixed Opentelemetry2 test
 discard 941ffa35f9 Disabled native profiles until kubernetes is upgraded on 
Quarkus
 discard 32870ae2c7 fixeed observability services
 discard a8845041c6 Upgrade Camel to 4.18.0
     add 84fa4aaa89 Bump quarkiverse-groovy.version from 3.30.6 to 3.31.0
     add 0c1f58d6cb Upgrade Cassandra Quarkus to 1.4.0
     add a4a14cdc22 Pin kafka test container to 0.114.0-kafka-4.1.0
     add bd7b6e1512 Replace usage of org.graalvm.sdk:graal-sdk with 
org.graalvm.sdk:nativeimage
     add 1c57be4a38 Align dev.langchain4j dependencies with Quarkus LangChain4j 
1.5.0
     add c2af4f5f49 Remove redundant quarkus-development-mode-spi from 
camel-quarkus-core
     add eb3e99db38 Add changelog for 3.31.0
     add 816604dfae Upgrade Quarkus to 3.31.1
     add 200556026e Factorize code in DoclingResource for convert action
     add 8d597871b7 Add docling test with cli mode
     add f436553c44 Improve assertions for Docling tests
     add 28bc17fd89 Add one test for batch operation with Docling
     add 1399c6fa42 Bump quarkiverse-groovy.version from 3.31.0 to 3.31.1
     add 03c6800061 Remove redundant map insertion
     add 17aa306397 Upgrade Cassandra Quarkus to 1.4.1
     add 8595c0b630 Upgrade LocalStack container image to 4.13.0
     add bbeb340173 Regen SBOM from commit 
8595c0b63091fb8c0d6eb34968d7cd976489eef7 (#8231)
     add 8457ae7059 Make it possible to provide custom extension names to 
cq-maven-plugin check-extension-pages mojo
     add 3fb6ec5f72 Add OpenAI extension
     add b7eff897c1 Bump org.apache.maven.plugins:maven-compiler-plugin
     add 63a0be1893 Bump cq-plugin.version from 4.20.3 to 4.21.0
     add e0502f22c3 Bump quarkiverse-cxf.version from 3.31.1 to 3.31.3
     add 9dbab1c5ee Fix flaky test OpenaiTest.streaming
     new 6941e31ec2 Upgrade Camel to 4.18.0
     new 39dd6f89af fixeed observability services
     new 6edd9d94ca Disabled native profiles until kubernetes is upgraded on 
Quarkus
     new efcf4d1e24 Fixed Opentelemetry2 test
     new 757ae63078 Adjust opentelenetry2 tests for recent Camel fixes
     new e9fca5f3cf Generated files
     new 263eeeed0c Generated files
     new 2f5e3b7bcf Generated files
     new 0b32a9485b New langchain4j-agents wiremock records.
     new ec8982f426 Generated files after rebase
     new f80321754e Regenrated langchain4j-agent woremocked data + small fix
     new 256f4886a3 Fixed kafka-aouth and telegram tests
     new fb4afddea9 Generated files after rebase
     new 4294441266 Generated files

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   (b656d01faa)
            \
             N -- N -- N   refs/heads/camel-main (4294441266)

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 14 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:
 CHANGELOG.md                                       |   124 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 34180 +++++++++---------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 35000 +++++++++----------
 catalog/pom.xml                                    |    17 +
 docs/antora.yml                                    |     4 +-
 docs/modules/ROOT/examples/components/openai.yml   |    13 +
 docs/modules/ROOT/nav.adoc                         |     1 +
 .../ROOT/pages/reference/extensions/openai.adoc    |   101 +
 extensions-core/core/runtime/pom.xml               |     4 -
 extensions/docling/runtime/pom.xml                 |     2 +-
 extensions/hashicorp-vault/runtime/pom.xml         |     2 +-
 extensions/headersmap/runtime/pom.xml              |     2 +-
 .../deployment/KafkaDevServicesEnabledTest.java    |     2 +
 extensions/{telegram => openai}/deployment/pom.xml |    20 +-
 .../openai/deployment/OpenaiProcessor.java         |   121 +
 .../parent-pom.xml => extensions/openai/pom.xml    |     8 +-
 extensions/{weaviate => openai}/runtime/pom.xml    |    22 +-
 extensions/openai/runtime/src/main/doc/usage.adoc  |    50 +
 .../main/resources/META-INF/quarkus-extension.yaml |     6 +-
 extensions/pom.xml                                 |     1 +
 extensions/smb/runtime/pom.xml                     |     2 +-
 .../docling/Readme.md                              |     9 +-
 .../component/docling/it/DoclingResource.java      |   108 +-
 .../component/docling/it/DoclingRoutes.java        |     7 +
 .../quarkus/component/docling/it/DoclingTest.java  |    64 +-
 integration-tests/openai/README.adoc               |    36 +
 .../{observability-services => openai}/pom.xml     |    31 +-
 .../component/openai/it/OpenaiResource.java        |   132 +
 .../quarkus/component/openai/it/OpenaiRoutes.java  |    85 +
 .../quarkus/component/openai/it/model/Product.java |    25 +-
 .../src/main/resources/application.properties      |     6 +-
 .../openai/src/main/resources/schema/product.json  |    11 +
 .../quarkus/component/openai/it/OpenaiIT.java      |     4 +-
 .../quarkus/component/openai/it/OpenaiTest.java    |   211 +
 .../component/openai/it/OpenaiTestResource.java    |    94 +
 .../openai/src/test/resources/img/camel-logo.png   |   Bin 0 -> 13008 bytes
 ...tions-371c2c6c-ace6-42bd-ac5d-6214ba9cdceb.json |    46 +
 ...tions-6424a591-8168-4708-9e85-18266a335435.json |    43 +
 ...tions-74689f85-f209-4129-b2c8-5e4d38c8eb54.json |    43 +
 ...tions-8454f54f-99d3-46a6-b443-720151e4d73a.json |    46 +
 ...tions-9368b026-c5a6-4dc2-ad3a-d34eaa1c149b.json |    43 +
 ...tions-e61cd29d-a5ff-42ad-a4de-9975902e0f87.json |    45 +
 ...tions-f0e11826-78d1-4bf6-988f-f6d31ae30e0b.json |    43 +
 ...tions-fb0a5dd7-0e7c-4aa5-9274-203c032bfac5.json |    43 +
 .../test/resources/prompts/whatis-camel-prompt.txt |     1 +
 integration-tests/pom.xml                          |     1 +
 pom.xml                                            |    30 +-
 poms/bom/pom.xml                                   |    22 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  2499 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   179 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   913 +-
 .../quarkus/maven/CheckExtensionPagesMojo.java     |    10 +
 .../quarkus/maven/UpdateExtensionDocPageMojo.java  |     1 -
 tooling/scripts/test-categories.yaml               |     1 +
 54 files changed, 37955 insertions(+), 36559 deletions(-)
 create mode 100644 docs/modules/ROOT/examples/components/openai.yml
 create mode 100644 docs/modules/ROOT/pages/reference/extensions/openai.adoc
 copy extensions/{telegram => openai}/deployment/pom.xml (81%)
 create mode 100644 
extensions/openai/deployment/src/main/java/org/apache/camel/quarkus/component/openai/deployment/OpenaiProcessor.java
 copy tooling/create-extension-templates/parent-pom.xml => 
extensions/openai/pom.xml (86%)
 copy extensions/{weaviate => openai}/runtime/pom.xml (81%)
 create mode 100644 extensions/openai/runtime/src/main/doc/usage.adoc
 copy {extensions-core/yaml-io => 
extensions/openai}/runtime/src/main/resources/META-INF/quarkus-extension.yaml 
(92%)
 copy 
integration-test-groups/xml/native/xslt-classpath/src/main/resources/xslt/include.xsl
 => integration-tests/docling/Readme.md (78%)
 create mode 100644 integration-tests/openai/README.adoc
 copy integration-tests/{observability-services => openai}/pom.xml (85%)
 create mode 100644 
integration-tests/openai/src/main/java/org/apache/camel/quarkus/component/openai/it/OpenaiResource.java
 create mode 100644 
integration-tests/openai/src/main/java/org/apache/camel/quarkus/component/openai/it/OpenaiRoutes.java
 copy 
integration-test-groups/dataformats-json/json-gson/src/main/java/org/apache/camel/quarkus/component/dataformats/json/gson/model/PojoA.java
 => 
integration-tests/openai/src/main/java/org/apache/camel/quarkus/component/openai/it/model/Product.java
 (75%)
 copy {integration-test-groups/debezium/mssql => 
integration-tests/openai}/src/main/resources/application.properties (88%)
 create mode 100644 
integration-tests/openai/src/main/resources/schema/product.json
 copy 
integration-test-groups/compression/lzf/src/test/java/org/apache/camel/quarkus/component/lzf/it/LzfIT.java
 => 
integration-tests/openai/src/test/java/org/apache/camel/quarkus/component/openai/it/OpenaiIT.java
 (90%)
 create mode 100644 
integration-tests/openai/src/test/java/org/apache/camel/quarkus/component/openai/it/OpenaiTest.java
 create mode 100644 
integration-tests/openai/src/test/java/org/apache/camel/quarkus/component/openai/it/OpenaiTestResource.java
 create mode 100644 
integration-tests/openai/src/test/resources/img/camel-logo.png
 create mode 100644 
integration-tests/openai/src/test/resources/mappings/chat_completions-371c2c6c-ace6-42bd-ac5d-6214ba9cdceb.json
 create mode 100644 
integration-tests/openai/src/test/resources/mappings/chat_completions-6424a591-8168-4708-9e85-18266a335435.json
 create mode 100644 
integration-tests/openai/src/test/resources/mappings/chat_completions-74689f85-f209-4129-b2c8-5e4d38c8eb54.json
 create mode 100644 
integration-tests/openai/src/test/resources/mappings/chat_completions-8454f54f-99d3-46a6-b443-720151e4d73a.json
 create mode 100644 
integration-tests/openai/src/test/resources/mappings/chat_completions-9368b026-c5a6-4dc2-ad3a-d34eaa1c149b.json
 create mode 100644 
integration-tests/openai/src/test/resources/mappings/chat_completions-e61cd29d-a5ff-42ad-a4de-9975902e0f87.json
 create mode 100644 
integration-tests/openai/src/test/resources/mappings/chat_completions-f0e11826-78d1-4bf6-988f-f6d31ae30e0b.json
 create mode 100644 
integration-tests/openai/src/test/resources/mappings/chat_completions-fb0a5dd7-0e7c-4aa5-9274-203c032bfac5.json
 create mode 100644 
integration-tests/openai/src/test/resources/prompts/whatis-camel-prompt.txt

Reply via email to