This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
from ed3523e Tag 2.16.0 new 96f42ff Next is 2.17.0 new 27bcaed Migrate example projects to Camel 4 and Quarkus 3 new 97b65fe Upgrade Kotlin to 1.8.10 new 205908f Set maven-compiler-plugin source and target to 17 new 0343a0d Set Quarkus Platform version to 3.0.0.Alpha4 new 820982e Enable native build for cluster-leader-election example new f0d822f Upgrade quarkus-artemis to 3.0.0.Alpha7 new 1596585 Upgrade quarkus to 3.0.0.Alpha5 new 0bf44a8 Update example projects for changes in Camel 4.0.0-M2 new 635b0ce Add skip-testcontainers-tests profile to cluster-leader-election example new d9471dc Disable cluster-leader-election tests due to kubernetes-client incompatibility apache/camel-quarkus#4651 new fab1ea2 Update observability example for changes in quarkus-opentelemetry new 7b8a0ab Set Quarkus Platform version to 3.0.0.Beta1 new 5763dd4 Regen poms + ObservabilityTest.metrics in examples fails #4773 new fe81ea0 Cannot find eclipse-formatter-config.xml when an example is copied out of examples source tree. #4832 new cae4ede Upgrade to impsort-maven-plugin 1.8.0 to be able to build with Maven 3.9.1 new 5fbe273 Upgrade to Maven Wrapper 3.2.0 and Maven 3.9.1 new 0390b72 Upgrade to Quarkus 3.0.1 new 3f0c54d Enable native testing in cluster-leader-election example new 0b89a54 Upgrade sftp-server container image to 0.3.0 new 379da04 Fix rest-json tests new a25b42a Upgrade to Quarkus Platform 3.1.0.Final The 22 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 | 46 +---- .mvn/wrapper/MavenWrapperDownloader.java | 117 ----------- .mvn/wrapper/maven-wrapper.jar | Bin 50710 -> 62547 bytes .mvn/wrapper/maven-wrapper.properties | 20 +- .../eclipse-formatter-config.xml | 0 aws-lambda/pom.xml | 10 +- .../java/org/acme/aws/lambda/AWSLambdaHandler.java | 5 +- .../main/java/org/acme/aws/lambda/CamelRoute.java | 5 +- .../java/org/acme/aws/lambda/GreetService.java | 2 +- .../eclipse-formatter-config.xml | 0 cluster-leader-election/pom.xml | 23 ++- .../src/main/java/org/acme/master/CamelRoute.java | 3 +- .../src/test/java/org/acme/master/MasterIT.java | 2 + .../src/test/java/org/acme/master/MasterTest.java | 2 + .../eclipse-formatter-config.xml | 0 file-bindy-ftp/pom.xml | 10 +- .../java/org/acme/bindy/ftp/BookGenerator.java | 5 +- file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 14 +- file-bindy-ftp/src/main/kubernetes/openshift.yml | 14 +- .../java/org/acme/bindy/ftp/FtpTestResource.java | 2 +- .../eclipse-formatter-config.xml | 0 file-split-log-xml/pom.xml | 10 +- .../eclipse-formatter-config.xml | 0 health/pom.xml | 10 +- .../org/acme/health/RunTooLongHealthCheck.java | 5 + .../src/test/java/org/acme/health/HealthTest.java | 2 +- .../eclipse-formatter-config.xml | 0 http-log/pom.xml | 14 +- .../src/main/java/org/acme/http/CamelRoute.java | 3 +- .../main/java/org/acme/http/ExampleResource.java | 8 +- .../eclipse-formatter-config.xml | 0 jdbc-datasource/pom.xml | 10 +- .../src/main/java/org/acme/jdbc/JdbcResource.java | 7 +- .../eclipse-formatter-config.xml | 0 jms-jpa/pom.xml | 12 +- jms-jpa/src/main/java/org/acme/AuditLog.java | 21 +- jms-jpa/src/main/java/org/acme/CamelRoutes.java | 7 +- .../java/org/acme/DummyXAResourceRecovery.java | 4 +- jms-jpa/src/main/java/org/acme/XAJmsComponent.java | 17 +- jms-jpa/src/main/resources/application.properties | 2 +- .../eclipse-formatter-config.xml | 0 jta-jpa/pom.xml | 10 +- jta-jpa/src/main/java/org/acme/AuditLog.java | 21 +- jta-jpa/src/main/java/org/acme/CamelRoutes.java | 7 +- .../java/org/acme/DummyXAResourceRecovery.java | 4 +- .../eclipse-formatter-config.xml | 0 kafka/pom.xml | 10 +- .../main/java/org/acme/kafka/KafkaResource.java | 9 +- kafka/src/main/java/org/acme/kafka/Routes.java | 3 +- .../eclipse-formatter-config.xml | 0 kamelet-chucknorris/pom.xml | 12 +- mvnw | 224 ++++++++++----------- mvnw-for-each.sh | 2 + mvnw.cmd | 57 ++++-- observability/README.adoc | 6 +- .../eclipse-formatter-config.xml | 0 observability/pom.xml | 14 +- .../health/camel/CustomLivenessCheck.java | 5 + .../microprofile/CamelUptimeHealthCheck.java | 5 +- .../tracing/LoggingSpanExporterProducer.java | 35 ---- .../src/main/resources/application.properties | 4 +- .../org/acme/observability/ObservabilityTest.java | 2 +- .../eclipse-formatter-config.xml | 0 platform-http-security-keycloak/pom.xml | 10 +- .../eclipse-formatter-config.xml | 0 rest-json/pom.xml | 10 +- .../eclipse-formatter-config.xml | 0 timer-log-kotlin/pom.xml | 12 +- .../src/main/kotlin/org/acme/kotlin/routes.kt | 4 +- .../eclipse-formatter-config.xml | 0 timer-log-main/pom.xml | 12 +- .../src/main/java/org/acme/main/Main.java | 7 +- .../src/main/java/org/acme/main/TimerRoute.java | 7 +- .../eclipse-formatter-config.xml | 0 timer-log/pom.xml | 10 +- .../acme/timer/log/ExchangeFormatterProducer.java | 3 +- .../main/java/org/acme/timer/log/GreetingBean.java | 5 +- .../main/java/org/acme/timer/log/TimerRoute.java | 3 +- 78 files changed, 386 insertions(+), 539 deletions(-) delete mode 100644 .mvn/wrapper/MavenWrapperDownloader.java copy eclipse-formatter-config.xml => aws-lambda/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => cluster-leader-election/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => file-bindy-ftp/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => file-split-log-xml/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => health/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => http-log/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => jdbc-datasource/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => jms-jpa/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => jta-jpa/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => kafka/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => kamelet-chucknorris/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => observability/eclipse-formatter-config.xml (100%) delete mode 100644 observability/src/main/java/org/acme/observability/tracing/LoggingSpanExporterProducer.java copy eclipse-formatter-config.xml => platform-http-security-keycloak/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => rest-json/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => timer-log-kotlin/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => timer-log-main/eclipse-formatter-config.xml (100%) copy eclipse-formatter-config.xml => timer-log/eclipse-formatter-config.xml (100%)