This is an automated email from the ASF dual-hosted git repository.
zhfeng pushed a change to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
from 150c990 Update maven plugins and third party dependencies
new 3a926e7 Add openapi-contract-first example
new 63b832b Set quarkus.platform.version to 3.11.0
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:
aws-lambda/pom.xml | 2 +-
cluster-leader-election/pom.xml | 2 +-
cxf-soap/pom.xml | 2 +-
docs/modules/ROOT/attachments/examples.json | 5 +
file-bindy-ftp/pom.xml | 2 +-
file-split-log-xml/pom.xml | 2 +-
health/pom.xml | 2 +-
http-log/pom.xml | 2 +-
jdbc-datasource/pom.xml | 2 +-
jms-jpa/pom.xml | 2 +-
jpa-idempotent-repository/pom.xml | 2 +-
jta-jpa/pom.xml | 2 +-
kafka/pom.xml | 2 +-
kamelet-chucknorris/pom.xml | 2 +-
message-bridge/pom.xml | 2 +-
observability/pom.xml | 2 +-
{timer-log => openapi-contract-first}/README.adoc | 42 +-
.../eclipse-formatter-config.xml | 0
{http-log => openapi-contract-first}/pom.xml | 37 +-
.../openapi/contract/first/PetStoreRoute.java | 59 +
.../src/main/openapi/petstore.json | 1240 ++++++++++++++++++++
.../src/main/resources/application.properties | 20 +-
.../first/ExamplesOpenapiContractFirstIT.java | 4 +-
.../first/ExamplesOpenapiContractFirstTest.java | 16 +-
platform-http-security-keycloak/pom.xml | 2 +-
rest-json/pom.xml | 2 +-
timer-log-kotlin/pom.xml | 2 +-
timer-log-main/pom.xml | 2 +-
timer-log/pom.xml | 2 +-
vertx-websocket-chat/pom.xml | 2 +-
30 files changed, 1387 insertions(+), 78 deletions(-)
copy {timer-log => openapi-contract-first}/README.adoc (61%)
copy {aws-lambda => openapi-contract-first}/eclipse-formatter-config.xml (100%)
copy {http-log => openapi-contract-first}/pom.xml (92%)
create mode 100644
openapi-contract-first/src/main/java/org/acme/examples/openapi/contract/first/PetStoreRoute.java
create mode 100644 openapi-contract-first/src/main/openapi/petstore.json
copy {timer-log =>
openapi-contract-first}/src/main/resources/application.properties (76%)
copy file-split-log-xml/src/test/java/org/acme/file/xml/FileSplitLogXmlIT.java
=>
openapi-contract-first/src/test/java/org/acme/examples/openapi/contract/first/ExamplesOpenapiContractFirstIT.java
(87%)
copy aws-lambda/src/test/java/org/acme/aws/lambda/AWSLambdaHandlerTest.java =>
openapi-contract-first/src/test/java/org/acme/examples/openapi/contract/first/ExamplesOpenapiContractFirstTest.java
(75%)