You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by as...@apache.org on 2020/07/23 22:24:53 UTC

[cxf] 01/01: Merge branch 'feature/CXF-8099_mask_sensitive_logging_elements'

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

ashakirin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit b3b7e59b35a3ca85200e7603b85a2fc84b65b2bf
Merge: ce8c085 f337f25
Author: ashakirin <49...@users.noreply.github.com>
AuthorDate: Fri Jul 24 00:24:28 2020 +0200

    Merge branch 'feature/CXF-8099_mask_sensitive_logging_elements'

 rt/features/logging/pom.xml                        |   1 -
 .../ext/logging/AbstractLoggingInterceptor.java    |  21 ++-
 .../org/apache/cxf/ext/logging/LoggingFeature.java | 110 +++++++++-----
 .../cxf/ext/logging/LoggingInInterceptor.java      |   8 +-
 .../cxf/ext/logging/LoggingOutInterceptor.java     |  10 +-
 .../cxf/ext/logging/MaskSensitiveHelper.java       | 103 +++++++++++++
 .../ext/logging/event/DefaultLogEventMapper.java   |   8 +-
 .../cxf/ext/logging/DefaultLogEventMapperTest.java |  43 +++++-
 .../cxf/ext/logging/MaskSensitiveHelperTest.java   | 162 +++++++++++++++++++++
 .../org/apache/cxf/ext/logging/TransformTest.java  |   8 +-
 10 files changed, 420 insertions(+), 54 deletions(-)