You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/30 04:30:59 UTC

[camel] branch master updated (6f55b49 -> 24caef7)

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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 6f55b49  Upgrade AWS SDK v2 to version 2.11.4
     add 24caef7  Make ByteArrayOutputStream to String conversion simpler and more efficient (avoid copying the underling byte array) by using ByteArrayOutputStream#toString. (#3689)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/dataformat/any23/Any23DataFormat.java  | 2 +-
 .../main/java/org/apache/camel/component/as2/api/util/AS2Utils.java   | 4 ++--
 .../java/org/apache/camel/component/as2/api/util/EntityUtils.java     | 2 +-
 .../main/java/org/apache/camel/component/lucene/LuceneIndexer.java    | 2 +-
 .../src/main/java/org/apache/camel/component/ssh/SshHelper.java       | 2 +-
 .../camel/component/xmlsecurity/processor/XmlSignerProcessor.java     | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)