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/22 23:04:54 UTC

[cxf] branch feature/CXF-8099_mask_sensitive_logging_elements updated (c4e2f95 -> f337f25)

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

ashakirin pushed a change to branch feature/CXF-8099_mask_sensitive_logging_elements
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from c4e2f95  CXF-8099: refactored header replacing
     add d042106  Removing old test-case code for JDK 1.6
     add 7f00907  cxf-systests-uncategorized: fix test
     add 3dac028  cxf-systests-uncategorized: fix test [2]
     add ac00941  Removing unused test resource
     add 35de9c3  cxf-systests-uncategorized: trace classloader
     add 108fdf8  cxf-systests-uncategorized: fix test [3]
     add 8b58f8a  cxf-systests-uncategorized: fix test [4]
     add 3b11ad4  Changing Catalog files to use XML format
     add 59d5e10  CXF-8206 Update to saaj-impl 1.5.2
     add 7c59556  Merge pull request #672 from apache/saaj-impl
     add ea3a697  Update to maven-pmd-plugin 3.13.0
     add e55f474  Update to johnzon 1.2.8 & geronimo json 1.4
     add 567fa69  ignore false positive pmd UseTryWithResources
     add 992c200  Use regionMatches instead of toLowerCase().startsWith
     add 81fb643  Changing toLowerCase.endsWith -> regionMatches to avoid Locale issues
     add 2244024  CXF-8303: MP: Context propagation impossible using AsyncInvocationInterceptorFactory (#683)
     add 9115be3  Fixing JSONB API dependency
     add cbeb9a2  Update maven-bundle-plugin to 5.1.1, unblocks JDK16 builds
     add 02186ae  Update maven-bundle-plugin to 5.1.1 (moved to root pom.xml)
     add 9d6e9ab  [CXF-8318]NullPointerException in PrettyLoggingFilter
     add 1eeb391  Update to reactor-core 3.3.8.RELEASE
     add 90cad91  Updating Commons Lang to 3.11
     add fc8019f  cxf-rt-rs-security-oauth2: remove unused checkstyle configuration
     add b38a8ef  Test seems to fail consistently with java8 on recent OSX, but ok with java11.  Not sure what's going on with it
     add d5a09ec  Start working on updating the java11 build product java8 compatible artifacts.
     add 27ea93e  Update Spring version to 5.2.8.RELEASE
     add 8d10e2e  Make sure osgi version range is set for java.jws* packages
     add 33abf41  Update to openjpa 3.1.2
     add 52edc68  Update Woodstox to 6.2.1 and Stax-API to 4.2.1
     add 363ed8a  Removed new line from the parent/pom.xml
     add bcce011  CXF-8301: replaced deprecated OutputCapture class to allow compilation with Spring Boot 2.3.x
     add f650921  synced dependency versions in samples with CXF parent
     add f6d7593  CXF-8301: Upgrade to Spring Boot 2.3.1
     add 731d4b2  Remove unneeded dependency
     add 9eb56bd  Updte to latest dropwizrd, jaeger, and rxjava3 releases
     add 453c932  disable ClientMtomXopTest#testMtomWithChineseFileName which is failed on CI build
     add 1bb6e40  cxf-systests-rs-security: remove additional client configuration in OIDCFlowTest
     add b4fe6a1  CXF-8301: added spring-boot-starter-validation as per https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#validation-starter-no-longer-included-in-web-starters
     add 45ac631  Update Swagger UI to 3.30.0
     new f337f25  Merge branch 'master' into feature/CXF-8099_mask_sensitive_logging_elements

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/pom.xml                                       |   2 +
 core/src/main/build-resources/catalog.cat          |  18 +-
 .../sample/ws/service/SampleWsApplicationTest.java |   4 +-
 distribution/src/main/release/samples/pom.xml      |  13 +-
 integration/spring-boot/starter-jaxrs/pom.xml      |   4 +
 integration/spring-boot/starter-jaxws/pom.xml      |   4 +
 .../karaf/features/src/main/resources/features.xml |  13 +-
 parent/pom.xml                                     |  77 +++---
 pom.xml                                            |   9 +-
 .../corba/src/main/build-resources/catalog.cat     |  14 +-
 rt/bindings/soap/pom.xml                           |   1 +
 .../xml/src/main/build-resources/catalog.cat       |  13 +-
 rt/databinding/aegis/pom.xml                       |   1 +
 .../cxf/ext/logging/event/PrettyLoggingFilter.java |   1 +
 rt/frontend/jaxws/pom.xml                          |   1 +
 rt/management/pom.xml                              |  36 ++-
 rt/rs/description-microprofile-openapi/pom.xml     |   8 +-
 .../microprofile/client/MPRestClientCallback.java  |   6 +-
 .../client/MicroProfileClientFactoryBean.java      |   2 +-
 .../org/apache/cxf/microprofile/client/Utils.java  | 101 ++++++-
 .../client/proxy/MicroProfileClientProxyImpl.java  |   5 +
 .../oauth2/client/JoseClientCodeStateManager.java  |   3 +-
 .../services/RedirectionBasedGrantService.java     |   2 +-
 .../oauth2/grants/jwt/AbstractJwtHandlerTest.java  |   3 +-
 .../src/main/build-resources/catalog.cat           |  22 +-
 .../src/main/build-resources/catalog.cat           |  13 +-
 .../src/main/build-resources/catalog.cat           |  22 +-
 .../http/src/main/build-resources/catalog.cat      |  22 +-
 .../jms/src/main/build-resources/catalog.cat       |  16 +-
 .../apache/cxf/transport/jms/JMSDestination.java   |  16 +-
 .../apache/cxf/transport/jms/util/JMSSender.java   |   2 +-
 .../apache/cxf/transport/jms/util/JndiHelper.java  |   2 +-
 .../cxf/transport/jms/JMSDestinationTest.java      |   2 +-
 .../apache/cxf/transport/udp/UDPTransportTest.java |  20 +-
 rt/ws/addr/src/main/build-resources/catalog.cat    |  10 +-
 rt/ws/eventing/pom.xml                             |   1 +
 .../src/main/resources/schemas/catalog.cat         |  22 +-
 rt/ws/mex/pom.xml                                  |   1 +
 rt/ws/policy/src/main/build-resources/catalog.cat  |  30 ++-
 rt/ws/rm/src/main/build-resources/catalog.cat      |  28 +-
 rt/ws/security/pom.xml                             |   1 +
 .../org/apache/cxf/ws/security/wss4j/signed.xml    |   0
 .../main/resources/schemas/catalog-fragment.cat    |  14 +-
 .../src/main/resources/schemas/catalog.cat         |  21 +-
 .../java/org/apache/cxf/wsdl11/SchemaUtil.java     |  10 +-
 rt/wsdl/src/test/build-resources/catalog.cat       |  11 +-
 services/ws-discovery/ws-discovery-api/pom.xml     |   1 +
 services/wsn/wsn-api/pom.xml                       |   6 +-
 services/wsn/wsn-core/pom.xml                      |   6 +-
 services/wsn/wsn-osgi/pom.xml                      |   6 +-
 services/xkms/xkms-common/pom.xml                  |   1 +
 systests/microprofile/client/async/pom.xml         |   6 +
 .../rest/client/AsyncThreadingTest.java            | 296 +++++++++++++++++++++
 .../systest/jaxrs/security/oidc/OIDCFlowTest.java  | 114 +++-----
 .../jaxrs/security/oidc/oidc-server-jpa.xml        |   3 -
 .../apache/cxf/systest/mtom/ClientMtomXopTest.java |  51 +---
 .../apache/cxf/systest/ws/x509/X509TokenTest.java  |  19 +-
 testutils/pom.xml                                  |   1 +
 tools/common/pom.xml                               |   1 +
 .../org/apache/cxf/tools/common/ClassUtils.java    |   4 +-
 tools/javato/ws/pom.xml                            |   1 +
 tools/validator/pom.xml                            |   4 +
 .../tools/validator/internal/SchemaValidator.java  |   3 +-
 tools/wsdlto/frontend/jaxws/pom.xml                |   1 +
 .../internal/annotator/WSActionAnnotator.java      |   4 +-
 65 files changed, 799 insertions(+), 356 deletions(-)
 delete mode 100644 rt/ws/security/src/test/resources/org/apache/cxf/ws/security/wss4j/signed.xml
 create mode 100644 systests/microprofile/client/async/src/test/java/org/apache/cxf/systest/microprofile/rest/client/AsyncThreadingTest.java


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

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ashakirin pushed a commit to branch feature/CXF-8099_mask_sensitive_logging_elements
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit f337f255ba41ac607f558c0d36b3f8db2f8fba89
Merge: c4e2f95 45ac631
Author: ashakirin <49...@users.noreply.github.com>
AuthorDate: Thu Jul 23 01:04:29 2020 +0200

    Merge branch 'master' into feature/CXF-8099_mask_sensitive_logging_elements

 core/pom.xml                                       |   2 +
 core/src/main/build-resources/catalog.cat          |  18 +-
 .../sample/ws/service/SampleWsApplicationTest.java |   4 +-
 distribution/src/main/release/samples/pom.xml      |  13 +-
 integration/spring-boot/starter-jaxrs/pom.xml      |   4 +
 integration/spring-boot/starter-jaxws/pom.xml      |   4 +
 .../karaf/features/src/main/resources/features.xml |  13 +-
 parent/pom.xml                                     |  77 +++---
 pom.xml                                            |   9 +-
 .../corba/src/main/build-resources/catalog.cat     |  14 +-
 rt/bindings/soap/pom.xml                           |   1 +
 .../xml/src/main/build-resources/catalog.cat       |  13 +-
 rt/databinding/aegis/pom.xml                       |   1 +
 .../cxf/ext/logging/event/PrettyLoggingFilter.java |   1 +
 rt/frontend/jaxws/pom.xml                          |   1 +
 rt/management/pom.xml                              |  36 ++-
 rt/rs/description-microprofile-openapi/pom.xml     |   8 +-
 .../microprofile/client/MPRestClientCallback.java  |   6 +-
 .../client/MicroProfileClientFactoryBean.java      |   2 +-
 .../org/apache/cxf/microprofile/client/Utils.java  | 101 ++++++-
 .../client/proxy/MicroProfileClientProxyImpl.java  |   5 +
 .../oauth2/client/JoseClientCodeStateManager.java  |   3 +-
 .../services/RedirectionBasedGrantService.java     |   2 +-
 .../oauth2/grants/jwt/AbstractJwtHandlerTest.java  |   3 +-
 .../src/main/build-resources/catalog.cat           |  22 +-
 .../src/main/build-resources/catalog.cat           |  13 +-
 .../src/main/build-resources/catalog.cat           |  22 +-
 .../http/src/main/build-resources/catalog.cat      |  22 +-
 .../jms/src/main/build-resources/catalog.cat       |  16 +-
 .../apache/cxf/transport/jms/JMSDestination.java   |  16 +-
 .../apache/cxf/transport/jms/util/JMSSender.java   |   2 +-
 .../apache/cxf/transport/jms/util/JndiHelper.java  |   2 +-
 .../cxf/transport/jms/JMSDestinationTest.java      |   2 +-
 .../apache/cxf/transport/udp/UDPTransportTest.java |  20 +-
 rt/ws/addr/src/main/build-resources/catalog.cat    |  10 +-
 rt/ws/eventing/pom.xml                             |   1 +
 .../src/main/resources/schemas/catalog.cat         |  22 +-
 rt/ws/mex/pom.xml                                  |   1 +
 rt/ws/policy/src/main/build-resources/catalog.cat  |  30 ++-
 rt/ws/rm/src/main/build-resources/catalog.cat      |  28 +-
 rt/ws/security/pom.xml                             |   1 +
 .../org/apache/cxf/ws/security/wss4j/signed.xml    |   0
 .../main/resources/schemas/catalog-fragment.cat    |  14 +-
 .../src/main/resources/schemas/catalog.cat         |  21 +-
 .../java/org/apache/cxf/wsdl11/SchemaUtil.java     |  10 +-
 rt/wsdl/src/test/build-resources/catalog.cat       |  11 +-
 services/ws-discovery/ws-discovery-api/pom.xml     |   1 +
 services/wsn/wsn-api/pom.xml                       |   6 +-
 services/wsn/wsn-core/pom.xml                      |   6 +-
 services/wsn/wsn-osgi/pom.xml                      |   6 +-
 services/xkms/xkms-common/pom.xml                  |   1 +
 systests/microprofile/client/async/pom.xml         |   6 +
 .../rest/client/AsyncThreadingTest.java            | 296 +++++++++++++++++++++
 .../systest/jaxrs/security/oidc/OIDCFlowTest.java  | 114 +++-----
 .../jaxrs/security/oidc/oidc-server-jpa.xml        |   3 -
 .../apache/cxf/systest/mtom/ClientMtomXopTest.java |  51 +---
 .../apache/cxf/systest/ws/x509/X509TokenTest.java  |  19 +-
 testutils/pom.xml                                  |   1 +
 tools/common/pom.xml                               |   1 +
 .../org/apache/cxf/tools/common/ClassUtils.java    |   4 +-
 tools/javato/ws/pom.xml                            |   1 +
 tools/validator/pom.xml                            |   4 +
 .../tools/validator/internal/SchemaValidator.java  |   3 +-
 tools/wsdlto/frontend/jaxws/pom.xml                |   1 +
 .../internal/annotator/WSActionAnnotator.java      |   4 +-
 65 files changed, 799 insertions(+), 356 deletions(-)