This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
from 6d664cf Enable tests for cluster-leader-election example
new f7d0ee1 Update versions to 3.2.0.Final
new fc9a8c4 Add Micrometer features to Observability example
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 +-
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 +-
jta-jpa/pom.xml | 2 +-
kafka/pom.xml | 2 +-
kamelet-chucknorris/pom.xml | 2 +-
observability/README.adoc | 74 +++++++++++++++++++++-
observability/pom.xml | 6 +-
.../main/java/org/acme/observability/Routes.java | 19 ++++++
.../java/org/acme/observability/TimerRoute.java | 1 +
.../health/camel/CustomLivenessCheck.java | 4 +-
.../observability/micrometer/TimerCounter.java | 11 ++--
.../src/main/resources/application.properties | 22 +++----
.../org/acme/observability/ObservabilityIT.java | 6 ++
.../org/acme/observability/ObservabilityTest.java | 33 +++++-----
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 +-
26 files changed, 154 insertions(+), 56 deletions(-)
copy aws-lambda/src/main/java/org/acme/aws/lambda/GreetService.java =>
observability/src/main/java/org/acme/observability/micrometer/TimerCounter.java
(75%)