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

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


    from 36ad60be6ad Validate token hashes if they are available (#3385)
     new 647e3aa8fef Bump github/codeql-action/init from 4.37.6 to 4.37.7 
(#3392)
     new 34305c975c1 Bump cxf.openfeign.version from 13.13 to 13.14 (#3395)
     new 1df67041e9d CXF-9233: AbstractLoggingInterceptor.LIVE_LOGGING_PROP 
already set in the message properties, so RESP_OUT is not logged (#3372)
     new 9dfa8d47709 Update Jackson to 2.22.2

The 4 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:
 .github/workflows/codeql-analysis.yml              |  4 +-
 distribution/src/main/release/samples/pom.xml      |  2 +-
 parent/pom.xml                                     |  4 +-
 .../ext/logging/AbstractLoggingInterceptor.java    | 14 +++++++
 .../cxf/ext/logging/LoggingInInterceptor.java      |  2 +-
 .../cxf/ext/logging/LoggingOutInterceptor.java     |  2 +-
 .../java/org/apache/cxf/jaxws/JaxWsClientTest.java | 43 ++++++++++++++++++++++
 .../cxf/jaxrs/client/logging/RESTLoggingTest.java  | 33 +++++++++++++++++
 .../{TestServiceRest.java => TestService.java}     | 15 +++-----
 .../cxf/jaxrs/client/logging/TestServiceRest.java  | 14 ++-----
 10 files changed, 107 insertions(+), 26 deletions(-)
 copy 
rt/rs/client/src/test/java/org/apache/cxf/jaxrs/client/logging/{TestServiceRest.java
 => TestService.java} (84%)

Reply via email to