This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
omit 05dc90e08d generated poms omit 1c7de89866 fixed wrong alpjhabetic order from last change omit 71cd95b035 fixed langchain4j-embeddings omit 8ce3614191 Fixed twilio and langchain4j conflict omit 126899786c Fix SMB tests omit fcc1f59f1e Update generated files omit ef505c7546 Upgrade Debezium to 2.7.0.Final omit 747613cb85 Update generated files omit 816b1e3d60 Fix camel-k-maven-plugin REST DSL generation omit 01aa1eb88a Fixup 8900c4c omit dea373e1d6 Add type converter configuration omit 44b29a9d12 Update generated files omit eee6b0282a Generated poms omit 76b916f16b generated files omit 55b6fa2303 Handle special case ical zones during build time processing omit 8feae2b7cf Add dynamic discovery of ical zoneinfo omit 58b4f2c3d7 Miscellaneous tidy ups omit 97ca739013 Quick fix of aws2-kinesis omit 3715d09f9b More native mode fixes for ical omit bdb4564e07 Fixed twilio omit 76b06f8ff8 generated files omit e0385500d1 Quick fix of crypto omit 6ca28689cb Remove iCal UTC timezone format appendage or 'Z' to the timestamp omit ec43a464fe generated poms omit c129082561 Fiexd junit5 + generated poms omit 9943fe0195 Upgrade Camel to 4.7.0 add 213cd9b26c Use container host instead of localhost for ElasticSearch tests add 91a591d237 Regen SBOM from commit 213cd9b26c3b5908b6020309aa3e627d31fcb88d (#6258) add 02595ec717 Add changelog for 3.8.3 add 1c3d73b456 Document Jandex requirement when adding routes defined in external JARs add df441da427 Add error handling section to platform-http extension docs add c581f8491d Log the Camel Quarkus version on startup add 330583843f Remove prefix from shell code snippets add 5ae9b630d7 Mention JDK 17 as the minimum required version in first steps guide add 7c0f6f7133 Added VEX file from SBOM add 47f9761f95 Jdbc -grouped - added fips profile for mysql add 344efa5ac7 Bump quarkiverse-langchain4j.version from 0.15.1 to 0.16.2 add 4f094ce227 Auto generated changes for dependabot commit 0d1eb5fd6e5e6e2ce5f7bded3f7ad7f08133766a add 82a326a6c1 Bump quarkiverse-groovy.version from 3.12.0 to 3.12.1 add 3355b48725 Regen SBOM from commit 82a326a6c1770c2e31f9d5c88df707ec60132c0e (#6275) add 3c85c2e7ee Disabled jdbc/db2 test for native in FIPS (#6272) add 46d62bc3cb Bump quarkiverse-langchain4j.version from 0.16.2 to 0.16.4 add 7163fc694f Auto generated changes for dependabot commit 309e723fec9adfd9adb26f4ace1f9013696b2d68 add ba9f0d0fcf Revert "Auto generated changes for dependabot commit 309e723fec9adfd9… (#6277) add 491403082b Downgrade quarkus-langchain4j to 0.16.2 to workaround issue #6278 add 80700382a4 Upgrade Camel to 4.7.0 add d28a35e48c Upgrade Quarkus to 3.13.0.CR1 add 8cdc3a1885 Add beans to the catalog add b6526f95dd Configure elasticsearch-rest-client using component options add e5f5d44977 Upgrade azure-core-http-vertx to 1.0.0-beta.19 add 803e966451 Upgarde quarkus-langchain4j to 0.16.4 new 4d58503f15 Upgrade Camel to 4.8.0 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 (05dc90e08d) \ N -- N -- N refs/heads/camel-main (4d58503f15) 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 1 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: .mvn/rrf/groupId-atlassian.txt | 2 + CHANGELOG.md | 23 + camel-quarkus-sbom/camel-quarkus-sbom.json | 1517 ++++++++++---------- camel-quarkus-sbom/camel-quarkus-sbom.vex.json | 1252 ++++++++++++++++ camel-quarkus-sbom/camel-quarkus-sbom.xml | 791 +++++----- .../catalog/quarkus/QuarkusRuntimeProvider.java | 6 +- .../quarkus/QuarkusRuntimeProviderTest.java | 10 + docs/antora.yml | 6 +- .../create-jvm-only-extension.adoc | 4 +- .../contributor-guide/create-new-example.adoc | 4 +- .../contributor-guide/create-new-extension.adoc | 6 +- .../contributor-guide/extension-metadata.adoc | 2 +- .../ROOT/pages/contributor-guide/index.adoc | 10 +- .../contributor-guide/promote-jvm-to-native.adoc | 10 +- .../pages/contributor-guide/release-guide.adoc | 165 ++- .../ROOT/pages/reference/extensions/core.adoc | 2 +- .../ROOT/pages/reference/extensions/cxf-soap.adoc | 2 +- .../ROOT/pages/reference/extensions/jfr.adoc | 4 +- .../pages/reference/extensions/platform-http.adoc | 42 + .../ROOT/pages/user-guide/command-mode.adoc | 9 +- .../pages/user-guide/defining-camel-routes.adoc | 2 + .../modules/ROOT/pages/user-guide/first-steps.adoc | 32 +- extensions-core/core/deployment/pom.xml | 6 + .../core/deployment/CamelBootstrapProcessor.java | 3 +- .../core/deployment/util/CamelQuarkusVersion.java | 63 + .../util/camel-quarkus-version.properties | 2 +- .../camel/quarkus/core/CamelBootstrapRecorder.java | 4 +- .../org/apache/camel/quarkus/core/CamelConfig.java | 2 +- .../langchain4j-embeddings/runtime/pom.xml | 9 - .../cxf-soap/runtime/src/main/doc/usage.adoc | 2 +- .../hazelcast/deployment/HazelcastProcessor.java | 2 + extensions/jfr/runtime/src/main/doc/usage.adoc | 4 +- ...sKafkaClientFactoryDisabledMergeConfigTest.java | 8 +- ...afkaClientFactoryDisabledViaPropertiesTest.java | 8 +- .../QuarkusKafkaClientFactoryEnabledTest.java | 8 +- .../deployment/QuarkusKafkaClientFactoryTest.java | 8 +- .../openapi/java/deployment/RESTOpenAPITest.java | 8 +- .../platform-http/runtime/src/main/doc/usage.adoc | 41 + .../quarkus/component/jdbc/db2/CamelDb2JdbcIT.java | 2 + .../it/ElasticsearchTestResource.java | 2 +- .../client/it/ElasticsearchRestClientRoutes.java | 35 +- .../client/it/ElasticsearchRestTestResource.java | 11 +- integration-tests/jdbc-grouped/pom.xml | 40 + .../kafka/oauth/it/KafkaKeycloakTestResource.java | 8 +- .../langchain/chat/it/LangChain4jChatResource.java | 5 +- .../src/main/resources/application.properties | 5 + .../test/resources/mappings/multipleMessages.json | 10 +- .../src/test/resources/mappings/promptMessage.json | 12 +- .../src/test/resources/mappings/simpleMessage.json | 12 +- pom.xml | 32 +- poms/bom/pom.xml | 22 - poms/bom/src/main/generated/flattened-full-pom.xml | 756 +++++----- .../src/main/generated/flattened-reduced-pom.xml | 752 +++++----- .../generated/flattened-reduced-verbose-pom.xml | 752 +++++----- .../org/apache/camel/quarkus/maven/CqCatalog.java | 13 +- .../org/apache/camel/quarkus/maven/CqUtils.java | 8 +- .../quarkus/maven/PrepareCatalogQuarkusMojo.java | 6 +- 57 files changed, 3989 insertions(+), 2573 deletions(-) create mode 100644 camel-quarkus-sbom/camel-quarkus-sbom.vex.json create mode 100644 extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/util/CamelQuarkusVersion.java copy integration-tests/jaxb/src/main/resources/org/apache/camel/quarkus/component/jaxb/it/model/pojo/jaxb.index => extensions-core/core/deployment/src/main/resources/org/apache/camel/quarkus/core/deployment/util/camel-quarkus-version.properties (97%)