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


    from b2d0a89921 Add initial support for request validation in rest-openapi 
extension
     new 206cfa4d6e Fix Quarkus recorder serialization issues for 
RouteTemplateDefinition resources
     new 97fc8f384b Fixed converters comiplation error CAMEL-19398 + generated 
files
     new edc1dcb822 Fixed enablement of typeConverter statisctics because of 
CAMEL-19398

The 3 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/core.adoc      |  12 +++
 .../quarkus/core/deployment/CamelProcessor.java    |   4 +-
 ...ContextDefaultTypeConverterStatisticsTest.java} |   8 +-
 .../core/runtime/src/main/doc/configuration.adoc   |  11 +++
 .../apache/camel/quarkus/core/CamelRecorder.java   |   4 +-
 .../camel/quarkus/core/FastTypeConverter.java      |   4 +-
 .../kamelet/deployment/KameletProcessor.java       |  19 +++-
 .../kamelet/KameletClasspathResource.java          | 109 +++++++++++++++++++++
 .../core/converter/it/ConverterResource.java       |   9 +-
 .../src/main/resources/application.properties      |   2 +
 .../quarkus/core/converter/it/ConverterTest.java   |  29 +++---
 pom.xml                                            |   6 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |   2 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   2 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   2 +-
 15 files changed, 182 insertions(+), 41 deletions(-)
 copy 
extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/{CamelContextDefaultStrategyTest.java
 => CamelContextDefaultTypeConverterStatisticsTest.java} (81%)
 create mode 100644 
extensions/kamelet/runtime/src/main/java/org/apache/camel/quarkus/component/kamelet/KameletClasspathResource.java

Reply via email to