You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/07 12:41:15 UTC

[camel] branch regen_bot updated (830d5d7 -> a49687c)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 830d5d7  CAMEL-15627: camel-core - optiomize - Initialize of expression to avoid runtime check
     add a49687c  CAMEL-15648: Avoid reflection to clear exchange headers in DigitalSignatureProcessor

No new revisions were added by this update.

Summary of changes:
 .../processor/DigitalSignatureProcessor.java       |  8 +-
 .../crypto/processor/SigningProcessorTest.java     | 93 ++++++++++++++++++++++
 2 files changed, 94 insertions(+), 7 deletions(-)
 create mode 100644 components/camel-crypto/src/test/java/org/apache/camel/component/crypto/processor/SigningProcessorTest.java