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 afde09b Tag 2.11.0
new 3d21511 Next is 2.12.0
new ecffa80 Add camel master example
new b9be6cc Add CI workflow job for testing with JDK 17
new 58b23ad Fix example for ability to use Jaeger exporter only
new 60c112f Temporarily disable health test due to
apache/camel-quarkus#3989
new 5530802 Fix default value of narayana node
new 6b00dff Upgrade to Quarkus Platform 2.12.0.Final
The 7 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 | 34 +++++
aws-lambda/pom.xml | 4 +-
cluster-leader-election/README.adoc | 150 +++++++++++++++++++++
cluster-leader-election/figure1.png | Bin 0 -> 9673 bytes
.../pom.xml | 50 +++++--
.../src/main/java/org/acme/master}/CamelRoute.java | 17 ++-
.../java/org/acme/master/ClusterLockProducer.java | 48 +++++++
.../src/main/kubernetes/service-account.yaml | 46 +++++--
.../src/main/resources/application.properties | 23 ++--
.../src/test/java/org/acme/master/MasterIT.java | 4 +-
.../src/test/java/org/acme/master/MasterTest.java | 10 +-
docs/modules/ROOT/attachments/examples.json | 5 +
file-bindy-ftp/pom.xml | 4 +-
file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 +-
file-bindy-ftp/src/main/kubernetes/openshift.yml | 12 +-
file-split-log-xml/pom.xml | 4 +-
health/pom.xml | 4 +-
.../src/test/java/org/acme/health/HealthTest.java | 2 +
http-log/pom.xml | 4 +-
jdbc-datasource/pom.xml | 4 +-
jta-jpa/README.adoc | 2 +-
jta-jpa/pom.xml | 4 +-
kafka/pom.xml | 4 +-
kamelet-chucknorris/pom.xml | 6 +-
observability/README.adoc | 20 +++
observability/docker-compose.yml | 5 +-
observability/pom.xml | 4 +-
.../src/main/resources/application.properties | 4 +-
platform-http-security-keycloak/pom.xml | 4 +-
rest-json/pom.xml | 4 +-
timer-log-kotlin/pom.xml | 4 +-
timer-log-main/pom.xml | 6 +-
timer-log/pom.xml | 4 +-
33 files changed, 417 insertions(+), 91 deletions(-)
create mode 100644 cluster-leader-election/README.adoc
create mode 100644 cluster-leader-election/figure1.png
copy {file-split-log-xml => cluster-leader-election}/pom.xml (89%)
copy {http-log/src/main/java/org/acme/http =>
cluster-leader-election/src/main/java/org/acme/master}/CamelRoute.java (61%)
create mode 100644
cluster-leader-election/src/main/java/org/acme/master/ClusterLockProducer.java
copy kafka/kubefiles/secret-example.yml =>
cluster-leader-election/src/main/kubernetes/service-account.yaml (54%)
copy {http-log =>
cluster-leader-election}/src/main/resources/application.properties (69%)
copy http-log/src/test/java/org/acme/http/HttpLogIT.java =>
cluster-leader-election/src/test/java/org/acme/master/MasterIT.java (93%)
copy
file-split-log-xml/src/test/java/org/acme/file/xml/FileSplitLogXmlTest.java =>
cluster-leader-election/src/test/java/org/acme/master/MasterTest.java (85%)