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 1a593f28a1 Fix PMD violations (post-merge)
new 238470e9ae Add more tests for sync / async client to excercise
parallel calls
new 5fa94e0a5f Bump github/codeql-action from 3.30.3 to 3.30.5 (#2630)
new 932d0cf4ba Bump actions/cache from 4.2.4 to 4.3.0 (#2631)
new 7b9a17cdd9 Update JUnit to 5.14.0
new da741c51a0 Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to
3.6.0 (#2637)
new ad0f8b0d9f Bump io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.2.37
to 2.2.38 (#2634)
new 826ad81887 Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to
4.10.2 (#2638)
new 36df4ef2cb Bump org.apache.maven.plugins:maven-dependency-plugin
(#2642)
new 5dbe372a55 Bump org.webjars:swagger-ui from 5.28.1 to 5.29.2 (#2643)
new 7bdad70743 CXF-8691: Logging Feature - Sensitive element with arrays
(JSON) (#2640)
new fb64ba7ee5 Update ASM to 9.9
new 609a1389cc Recording .gitmergeinfo Changes
new b243077efd Bump org.apache.maven.plugins:maven-enforcer-plugin from
3.6.1 to 3.6.2 (#2641)
new d4f4f1e799 Recording .gitmergeinfo Changes
The 14 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 | 6 +--
.gitmergeinfo | 10 +++++
distribution/src/main/release/samples/pom.xml | 4 +-
parent/pom.xml | 10 ++---
pom.xml | 4 +-
.../cxf/ext/logging/MaskSensitiveHelper.java | 12 +++++-
.../cxf/ext/logging/MaskSensitiveHelperTest.java | 7 +++-
.../jaxrs/JAXRSAsyncClientChunkingTest.java | 41 ++++++++++++++++++
.../cxf/systest/jaxrs/JAXRSClientChunkingTest.java | 48 ++++++++++++++++++++++
9 files changed, 127 insertions(+), 15 deletions(-)