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.git
from 703c31fac6 Fixes #9222. Use TLS for the MySQL Testcontainers readiness
check on FIPS
new 3dfb998fbc Upgrade Qurakus to 3.40.0
new 843f97ff7e Work around BouncyCastle 1.86 removals in the PQC native
build
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:
docs/antora.yml | 2 +-
.../component/pqc/deployment/PqcProcessor.java | 14 +++
extensions/pqc/runtime/pom.xml | 5 +
.../component/pqc/graal/PqcSubstitutions.java | 121 +++++++++++++++++++++
pom.xml | 4 +-
5 files changed, 143 insertions(+), 3 deletions(-)
create mode 100644
extensions/pqc/runtime/src/main/java/org/apache/camel/quarkus/component/pqc/graal/PqcSubstitutions.java