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-examples.git


    from 0118eb13 Tag 3.27.0
     new e987d2d1 Next is 3.29.0
     new 9efe860c Update versions in k8s manifests
     new 657f371c Bump the maven group across 7 directories with 3 updates
     new dc29508a Update Maven wrapper distribution URL to Maven 3.9.11 (#413)
     new c5d724dc Avoid using reserved word ApiResponse in OpenAPI contract 
first spec
     new e20833b1 Bump the maven group across 26 directories with 2 updates
     new 4e03f248 Remove references to deprecated configuration options
     new df7171a3 Set quarkus.platform.version to 3.29.0.CR1
     new 89ae740e Reduce maven-compiler-plugin properties to only 
maven.compiler.release
     new 367fe34f Use Camel default route source location in file-split-log-xml 
example
     new b4cf90a5 Simplify vertx-websocket-chat UI
     new 9a135b1a Bump actions/upload-artifact from 4 to 5
     new 44c46bad Bump actions/download-artifact from 5 to 6
     new b9445fa6 Upgrade quarkus-artemis to 3.10.1
     new 4a3d904b Upgrade to Quarkus Platform 3.29.0

The 15 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:
 .github/workflows/ci-build.yaml                    |   8 +-
 .mvn/wrapper/maven-wrapper.jar                     | Bin 62547 -> 63093 bytes
 .mvn/wrapper/maven-wrapper.properties              |  22 +-
 amqp/pom.xml                                       |  11 +-
 amqp/src/main/resources/application.properties     |   2 +-
 artemis-elasticsearch/pom.xml                      |  11 +-
 aws-lambda/pom.xml                                 |  11 +-
 aws2-s3/pom.xml                                    |  11 +-
 aws2-s3/src/main/resources/application.properties  |   2 +-
 cluster-leader-election/pom.xml                    |  11 +-
 .../src/main/resources/application.properties      |   2 +-
 cxf-soap/pom.xml                                   |  11 +-
 cxf-soap/src/main/resources/application.properties |   2 +-
 data-extract-langchain4j/pom.xml                   |  13 +-
 fhir/pom.xml                                       |  11 +-
 fhir/src/main/kubernetes/kubernetes.yml            |  10 +-
 fhir/src/main/kubernetes/openshift.yml             |  10 +-
 file-bindy-ftp/pom.xml                             |  11 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml  |  12 +-
 file-bindy-ftp/src/main/kubernetes/openshift.yml   |  12 +-
 file-split-log-xml/pom.xml                         |  11 +-
 .../src/main/resources/application.properties      |   3 +-
 .../resources/{routes => camel}/camel-routes.xml   |   0
 health/pom.xml                                     |  11 +-
 http-log/pom.xml                                   |  11 +-
 http-log/src/main/resources/application.properties |   2 +-
 jdbc-datasource/pom.xml                            |  11 +-
 .../src/main/resources/application.properties      |   2 +-
 jms-jpa/README.adoc                                |   2 +-
 jms-jpa/pom.xml                                    |  13 +-
 jms-jpa/src/main/resources/application.properties  |   6 +-
 jpa-idempotent-repository/pom.xml                  |  11 +-
 .../src/main/kubernetes/kubernetes.yml             |  12 +-
 .../src/main/kubernetes/openshift.yml              |  14 +-
 jta-jpa/README.adoc                                |   2 +-
 jta-jpa/pom.xml                                    |  11 +-
 jta-jpa/src/main/resources/application.properties  |   6 +-
 kafka/pom.xml                                      |  11 +-
 kamelet-chucknorris/pom.xml                        |  11 +-
 .../src/main/resources/application.properties      |   2 +-
 message-bridge/pom.xml                             |  15 +-
 .../src/main/resources/application.properties      |   2 +-
 mvnw                                               | 262 ++++++++++++---------
 mvnw.cmd                                           |  21 +-
 netty-custom-correlation/pom.xml                   |  11 +-
 .../src/main/resources/application.properties      |   2 +-
 observability/pom.xml                              |  11 +-
 openapi-contract-first/pom.xml                     |  11 +-
 .../src/main/openapi/petstore.json                 |   4 +-
 platform-http-security-keycloak/pom.xml            |  11 +-
 .../src/main/resources/application.properties      |   2 +-
 rest-json/pom.xml                                  |  11 +-
 saga/pom.xml                                       |  13 +-
 saga/saga-app/pom.xml                              |   2 +-
 saga/saga-flight-service/pom.xml                   |   2 +-
 saga/saga-payment-service/pom.xml                  |   2 +-
 saga/saga-train-service/pom.xml                    |   2 +-
 spring-redis/pom.xml                               |  11 +-
 .../src/main/resources/application.properties      |   2 +-
 timer-log-main/pom.xml                             |  11 +-
 .../src/main/resources/application.properties      |   2 +-
 timer-log/pom.xml                                  |  11 +-
 .../src/main/resources/application.properties      |   2 +-
 vertx-websocket-chat/pom.xml                       |  19 +-
 .../java/org/acme/websocket/WebSocketRoutes.java   |  28 +--
 .../main/resources/META-INF/resources/index.html   |  65 +----
 66 files changed, 354 insertions(+), 516 deletions(-)
 rename file-split-log-xml/src/main/resources/{routes => 
camel}/camel-routes.xml (100%)

Reply via email to