This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/jms-jpa/camel-quarkus-main/maven-1139b8e742
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
omit 66674301 Bump the maven group across 8 directories with 1 update
add cb5fc995 Add HTTP PQC Example for Java 21
add b3056a69 Bump the maven group across 8 directories with 1 update
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (66674301)
\
N -- N -- N
refs/heads/dependabot/maven/jms-jpa/camel-quarkus-main/maven-1139b8e742
(b3056a69)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
docs/modules/ROOT/attachments/examples.json | 5 +
http-pqc-j21/README.adoc | 288 +++++++++++++++++++++
.../eclipse-formatter-config.xml | 0
{artemis-elasticsearch => http-pqc-j21}/pom.xml | 114 ++++----
.../main/java/org/acme/http/pqc/PqcCamelRoute.java | 30 ++-
.../pqc/certificates/CertificateGenerator.java | 230 ++++++++++++++++
.../pqc/certificates/SecurityConfiguration.java | 83 ++++++
.../src/main/resources/application.properties | 30 ++-
.../java/org/acme/http/pqc/AbstractPqcTest.java | 165 ++++++++++++
.../test/java/org/acme/http/pqc/PqcOnlyTest.java | 59 +++++
.../java/org/acme/http/pqc/PqcWithFallbackIT.java | 15 +-
.../org/acme/http/pqc/PqcWithFallbackTest.java | 59 +++++
.../org/acme/http/pqc/profiles/PqcOnlyProfile.java | 24 +-
.../http/pqc/profiles/PqcWithFallbackProfile.java | 22 +-
.../src/test}/resources/application.properties | 14 +-
15 files changed, 1029 insertions(+), 109 deletions(-)
create mode 100644 http-pqc-j21/README.adoc
copy {amqp => http-pqc-j21}/eclipse-formatter-config.xml (100%)
copy {artemis-elasticsearch => http-pqc-j21}/pom.xml (83%)
copy {http-pqc-j17 =>
http-pqc-j21}/src/main/java/org/acme/http/pqc/PqcCamelRoute.java (51%)
create mode 100644
http-pqc-j21/src/main/java/org/acme/http/pqc/certificates/CertificateGenerator.java
create mode 100644
http-pqc-j21/src/main/java/org/acme/http/pqc/certificates/SecurityConfiguration.java
copy {http-pqc-j17 => http-pqc-j21}/src/main/resources/application.properties
(65%)
create mode 100644
http-pqc-j21/src/test/java/org/acme/http/pqc/AbstractPqcTest.java
create mode 100644
http-pqc-j21/src/test/java/org/acme/http/pqc/PqcOnlyTest.java
copy http-pqc-j17/src/test/java/org/acme/http/pqc/HttpPqcIT.java =>
http-pqc-j21/src/test/java/org/acme/http/pqc/PqcWithFallbackIT.java (60%)
create mode 100644
http-pqc-j21/src/test/java/org/acme/http/pqc/PqcWithFallbackTest.java
copy aws-lambda/src/main/java/org/acme/aws/lambda/Person.java =>
http-pqc-j21/src/test/java/org/acme/http/pqc/profiles/PqcOnlyProfile.java (62%)
copy
observability/src/main/java/org/acme/observability/health/camel/CustomReadinessCheck.java
=>
http-pqc-j21/src/test/java/org/acme/http/pqc/profiles/PqcWithFallbackProfile.java
(61%)
copy {kamelet-chucknorris/src/main =>
http-pqc-j21/src/test}/resources/application.properties (70%)