This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
from c531692 Tag 2.9.0 new 3b8ee09 Next is 2.10.0 new d212e3d Use OpenTelemetry instead of deprecated OpenTracing in observability example new f89d8d8 Switch from deprecated Kamelet flow to template property new 85c583b [closes #3805] Add platform HTTP security example new ccf1546 Fix a small typo (#89) new 46d54ab Upgrade to Quarkus Platform 2.10.0.Final The 6 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 | 4 +- 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 +- http-log/pom.xml | 4 +- jdbc-datasource/pom.xml | 4 +- kafka/pom.xml | 4 +- kamelet-chucknorris/pom.xml | 6 +- .../kamelets/chuck-norris-source.kamelet.yaml | 6 +- observability/README.adoc | 8 +- .asf.yaml => observability/docker-compose.yml | 35 +- .../otel-collector-config.yaml | 37 +- observability/pom.xml | 14 +- .../tracing/LoggingSpanExporterProducer.java | 27 +- .../src/main/resources/application.properties | 10 +- platform-http-security-keycloak/README.adoc | 277 +++ .../config/realm-export.json | 2213 ++++++++++++++++++++ .../docs/modules/ROOT/attachments/examples.json | 1 + {kafka => platform-http-security-keycloak}/pom.xml | 53 +- .../main/java/org/acme/http/security/Routes.java | 12 +- .../src/main/resources/application.properties | 36 +- .../timer/log/BearerTokenAuthenticationTest.java | 93 + .../timer/log/BearerTokenAuthenticationTestIT.java | 2 +- rest-json/pom.xml | 4 +- timer-log-cdi/pom.xml | 4 +- timer-log-kotlin/pom.xml | 4 +- timer-log-main/pom.xml | 6 +- timer-log-spring/pom.xml | 4 +- timer-log-xml/pom.xml | 4 +- timer-log/pom.xml | 4 +- 33 files changed, 2765 insertions(+), 152 deletions(-) copy .asf.yaml => observability/docker-compose.yml (57%) copy .asf.yaml => observability/otel-collector-config.yaml (68%) copy timer-log-kotlin/src/main/kotlin/org/acme/kotlin/routes.kt => observability/src/main/java/org/acme/observability/tracing/LoggingSpanExporterProducer.java (61%) create mode 100644 platform-http-security-keycloak/README.adoc create mode 100644 platform-http-security-keycloak/config/realm-export.json create mode 100644 platform-http-security-keycloak/docs/modules/ROOT/attachments/examples.json copy {kafka => platform-http-security-keycloak}/pom.xml (89%) copy kamelet-chucknorris/src/main/java/org/acme/kamelet/MyRoute.java => platform-http-security-keycloak/src/main/java/org/acme/http/security/Routes.java (65%) copy {http-log => platform-http-security-keycloak}/src/main/resources/application.properties (51%) create mode 100644 platform-http-security-keycloak/src/test/java/org/acme/timer/log/BearerTokenAuthenticationTest.java copy timer-log/src/test/java/org/acme/timer/log/TimerLogIT.java => platform-http-security-keycloak/src/test/java/org/acme/timer/log/BearerTokenAuthenticationTestIT.java (92%)