You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/06/16 14:43:49 UTC

[cxf] branch CXF-8371 updated (f7cda7e174 -> 62b746185d)

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

reta pushed a change to branch CXF-8371
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from f7cda7e174 Fixing cxf-systests-rs-sse test cases
     add 6f092abe0c Fixing CryptoUtilsTest & CryptoUtils: RSA key size change from 2048 to 3072 bits in JDK-19
     add b89c16dbe1 CXF-8698: Content-ID of attachments for outgoing requests are URL-decoded instead of URL-encoded (#950)
     add 05486b1f7b Updating to Woodstox 6.2.8
     add 5f121cd182 Update maven-surefire plugin to 3.0.0-M7 (#955)
     add ec6d7253ed Update Spring Framework to 5.3.21
     add b15e3580e8 Update Project Reactor to 3.4.19
     add 62b746185d Merge remote-tracking branch 'origin/master' into CXF-8371

No new revisions were added by this update.

Summary of changes:
 .../cxf/attachment/AttachmentSerializer.java       | 31 +++++++++++++++++++++-
 .../org/apache/cxf/attachment/AttachmentUtil.java  | 22 ++++++++++-----
 .../cxf/attachment/AttachmentSerializerTest.java   | 20 +++++++++++---
 distribution/src/main/release/samples/pom.xml      |  2 +-
 parent/pom.xml                                     |  4 +--
 pom.xml                                            |  2 +-
 .../apache/cxf/rt/security/crypto/CryptoUtils.java |  5 +++-
 systests/microprofile/client/weld/pom.xml          |  2 +-
 8 files changed, 71 insertions(+), 17 deletions(-)