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

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


    from 57463d8523 Update to support override artemis devservices image name 
(#6767)
     new 12aec55e25 Fix #6702 to add custom openapi spec locations (#6769)
     new 2bb777b323 Adding profile for using SunPKCS11-NSS-FIPS provider (#6773)
     new e1d9a6822b Use camel.version property value for catalog camelVersion 
metadata (#6774)

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:
 .../pages/reference/extensions/rest-openapi.adoc   | 12 +++++++--
 .../CamelQuarkusSwaggerCodegenProvider.java        | 27 ++++++++++++++++---
 .../runtime/RestOpenApiBuildTimeConfig.java        | 19 ++++++++++---
 integration-tests/crypto/README.adoc               |  9 +++++--
 integration-tests/crypto/pom.xml                   | 21 +++++++++++++--
 .../quarkus/component/crypto/it/CryptoRoutes.java  |  5 +++-
 .../src/main/resources/application.properties      |  3 +--
 .../component/rest/openapi/it/FruitResource.java   |  4 +--
 .../component/rest/openapi/it/model/Fruit.java     | 31 ----------------------
 .../src/main/resources/application.properties      |  1 +
 .../quarkus/maven/PrepareCatalogQuarkusMojo.java   | 14 +++++++---
 11 files changed, 94 insertions(+), 52 deletions(-)
 delete mode 100644 
integration-tests/rest-openapi/src/main/java/org/apache/camel/quarkus/component/rest/openapi/it/model/Fruit.java

Reply via email to