This is an automated email from the ASF dual-hosted git repository.
oscerd pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 3543952fbd4b chore(deps): Bump io.camunda:zeebe-client-java from
8.9.12 to 8.9.13
add 3b3f5814860e CAMEL-23843: Camel-PQC - sign and verify String payloads
as UTF-8 (#24716)
No new revisions were added by this update.
Summary of changes:
.../camel-pqc/src/main/docs/pqc-component.adoc | 2 +-
.../apache/camel/component/pqc/PQCProducer.java | 13 ++-
.../component/pqc/PQCSignatureCharsetTest.java | 95 ++++++++++++++++++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_22.adoc | 11 +++
4 files changed, 116 insertions(+), 5 deletions(-)
create mode 100644
components/camel-pqc/src/test/java/org/apache/camel/component/pqc/PQCSignatureCharsetTest.java