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/05/10 00:50:43 UTC

[cxf] branch CXF-8371 updated (51a8676698 -> 4c9373175c)

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 51a8676698 Cxf 8371 (#947)
     add 117074497b [CXF-8695]:Remove duplicate copied class from cxf-core in cxf-rt-management
     add 3795fbc874 update to released karaf 4.4.0
     add 79ee9824ee [CXF-8697] Fix order-dependent flaky tests (#942)
     add 340df4ee39 Use the right version of the jakarta.jws-api in Karaf features (#941)
     add 762d657a5e Updating Tika to 2.4.0
     add 6d035d475a Update Netty to 4.1.77
     add 48ac6d3f0d Update Brave to 5.13.9
     add 214af9a6cf Update Hibernate to 5.6.8.Final
     add 76ede1872d Updating Kerby to 2.0.2
     add 6a6c2b6b59 Update AbstractSTSClient.java (#944)
     add 5d72c8df42 Adding a test for the NPE fix in AbstractSTSClient
     add 940e4ee9b6 [CXF-8699] Abillity to set sensitive filters on LoggingFeature (#945)
     add 4c9373175c Merge remote-tracking branch 'origin/master' into CXF-8371

No new revisions were added by this update.

Summary of changes:
 .../org/apache/cxf/io/CachedStreamTestBase.java    |  2 +-
 distribution/src/main/release/samples/pom.xml      |  2 +-
 .../karaf/features/src/main/resources/features.xml |  2 +-
 parent/pom.xml                                     | 12 +++---
 .../ext/logging/AbstractLoggingInterceptor.java    |  9 +++++
 .../org/apache/cxf/ext/logging/LoggingFeature.java | 42 ++++++++++++++++++++
 .../cxf/ext/logging/MaskSensitiveHelper.java       |  6 +++
 .../org/apache/cxf/ext/logging/osgi/Activator.java | 25 ++++++++++++
 .../cxf/ext/logging/MaskSensitiveHelperTest.java   | 46 +++++++++++++++++++++-
 .../cxf/ws/security/trust/AbstractSTSClient.java   |  2 +-
 .../systest/sts/claims/ClaimsCallbackHandler.java  | 30 +++++++++++++-
 .../apache/cxf/systest/sts/claims/ClaimsTest.java  | 26 ++++++++++++
 ...ent-cbhandler.xml => cxf-client-cbhandler2.xml} |  4 +-
 13 files changed, 193 insertions(+), 15 deletions(-)
 copy services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/claims/{cxf-client-cbhandler.xml => cxf-client-cbhandler2.xml} (97%)