This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from 0b0f0c57c5 Bump quarkiverse-langchain4j.version from 0.20.1 to 0.20.3
     new 8c3b0f7c56 Remove incorrect assumptions about kamelets-catalog 
dependency scope from the extension documentation
     new 1cc04ab793 Fix build time processing of Kamelets with bean definitions

The 2 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:
 .../ROOT/pages/reference/extensions/kamelet.adoc   | 12 ++++----
 .../kamelet/deployment/KameletProcessor.java       | 30 +++++++++++++++++--
 extensions/kamelet/runtime/src/main/doc/usage.adoc | 10 ++++---
 .../quarkus/component/kamelet/KameletRecorder.java |  7 +++++
 integration-tests/kamelet/pom.xml                  | 17 +++++++++++
 .../quarkus/component/kamelet/it/KameletBean.java} | 11 +++++--
 .../component/kamelet/it/KameletResource.java      |  6 ++++
 .../component/kamelet/it/KameletRoutes.java        |  3 ++
 .../src/main/resources/application.properties      |  2 +-
 ...injector.kamelet.yaml => greeting.kamelet.yaml} | 35 ++++++++--------------
 .../quarkus/component/kamelet/it/KameletTest.java  | 12 +++++++-
 11 files changed, 107 insertions(+), 38 deletions(-)
 copy 
integration-tests/kamelet/src/{test/java/org/apache/camel/quarkus/component/kamelet/it/KameletIT.java
 => main/java/org/apache/camel/quarkus/component/kamelet/it/KameletBean.java} 
(80%)
 copy 
integration-tests/kamelet/src/main/resources/kamelets/{injector.kamelet.yaml => 
greeting.kamelet.yaml} (63%)

Reply via email to