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 7e64111 Tag 2.7.0
new b789af5 Next is 2.8.0
new 0ed7bf9 Build with Maven 3.8.4
new 1ff5655 Fix observability example native profile quarkus-maven-plugin
declaration
new ab40c09 Remove references to health configuration options that no
longer exist in Camel 3.16
new 4581e73 Set quarkus.platform.version to 2.7.1.Final
new b572b4f Adjust to health API changes in Camel 3.16
new c9ec950 Enable example project build & testing on Windows
new e875722 Dynamically generate native test matrix
new 9825e02 Remove health configuration no longer present in Camel 3.16
new 4d4a497 Sync .gitignore with the main project
new 0174db3 Set quarkus.platform.version to 2.7.2.Final
new dfad14b Upgrade to Quarkus 2.7.3.Final
new d93fdd8 Use https instead of http to reference xsd (#78)
new fbe537f Upgrade to Quarkus 2.7.4.Final
new 2fed625 Enable rest-json example to work with Camel 3.16
new b336632 Set quarkus.platform.version to 2.7.5.Final
new 145b2c4 Replace usage of deprecated LambdaClient with mock event
server
new d2a9eae Make aws-lambda README consistent with other examples
new a768c88 Switch from NativeImageTest to QuarkusIntegrationTest
new 3e49450 Remove duplicate camel-quarkus.platform.version property from
observability example
new 096a94a Set quarkus.platform.version to 2.8.0.Final
new 692dda6 Upgrade to Quarkus Platform 2.8.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:
.gitattributes | 3 +
.github/generate-test-groups.groovy | 43 +++++++
.github/test-categories.yaml | 43 -------
.github/workflows/ci-build.yaml | 83 +++++++++----
.gitignore | 4 +
.mvn/wrapper/maven-wrapper.properties | 2 +-
aws-lambda/README.adoc | 135 ++++++---------------
aws-lambda/pom.xml | 16 +--
.../org/acme/aws/lambda/AWSLambdaHandlerTest.java | 18 ++-
.../acme/aws/lambda/AWSLambdaHandlerTestIT.java | 4 +-
eclipse-formatter-config.xml | 1 +
file-bindy-ftp/pom.xml | 26 +++-
file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 +-
file-bindy-ftp/src/main/kubernetes/openshift.yml | 12 +-
.../test/java/org/acme/bindy/ftp/FileToFtpIT.java | 4 +-
file-split-log-xml/pom.xml | 7 +-
.../src/main/resources/routes/camel-routes.xml | 2 +-
.../java/org/acme/file/xml/FileSplitLogXmlIT.java | 4 +-
health/pom.xml | 7 +-
health/src/main/resources/application.properties | 17 ---
health/src/test/java/org/acme/health/HealthIT.java | 4 +-
.../src/test/java/org/acme/health/HealthTest.java | 41 ++-----
http-log/pom.xml | 7 +-
.../src/test/java/org/acme/http/HttpLogIT.java | 4 +-
jdbc-datasource/pom.xml | 7 +-
.../src/main/resources/routes/camel-routes.xml | 2 +-
.../test/java/org/acme/jdbc/JdbcDataSourceIT.java | 4 +-
kafka/pom.xml | 18 ++-
kafka/src/test/java/org/acme/kafka/KafkaIT.java | 4 +-
kamelet-chucknorris/pom.xml | 9 +-
.../test/java/org/acme/kamelet/ChuckNorrisIT.java | 4 +-
observability/pom.xml | 13 +-
.../health/camel/CustomLivenessCheck.java | 1 -
.../health/camel/CustomReadinessCheck.java | 1 -
.../org/acme/observability/ObservabilityIT.java | 4 +-
.../org/acme/observability/ObservabilityTest.java | 70 +++--------
rest-json/pom.xml | 11 +-
.../src/main/java/org/acme/rest/json/Routes.java | 23 ++--
.../test/java/org/acme/rest/json/RestJsonIT.java | 4 +-
timer-log-cdi/pom.xml | 7 +-
.../src/test/java/org/acme/cdi/TimerLogCdiIT.java | 4 +-
timer-log-kotlin/pom.xml | 7 +-
.../kotlin/org/acme/kotlin/TimerLogKotlinIT.kt | 4 +-
timer-log-main/pom.xml | 9 +-
.../test/java/org/acme/main/TimerLogMainIT.java | 4 +-
timer-log-spring/pom.xml | 7 +-
.../java/org/acme/spring/TimerLogSpringIT.java | 4 +-
timer-log-xml/pom.xml | 7 +-
.../src/main/resources/routes/my-routes.xml | 2 +-
.../test/java/org/acme/xml/TimerLogXmlXmlIT.java | 4 +-
timer-log/pom.xml | 7 +-
.../test/java/org/acme/timer/log/TimerLogIT.java | 4 +-
52 files changed, 352 insertions(+), 392 deletions(-)
create mode 100644 .gitattributes
create mode 100644 .github/generate-test-groups.groovy
delete mode 100644 .github/test-categories.yaml