This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from e1cd732d6a Recording .gitmergeinfo Changes
new 817bf3f9e8 Bump github/codeql-action from 3.28.10 to 3.28.11 (#2311)
new 0f45f25aeb Bump io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.2.28
to 2.2.29 (#2316)
new c8ddae921b CXF-9117: cxf-rt-ws-security fails if JCache is not on the
classpath (#2318)
new 6f5a6d64df Recording .gitmergeinfo Changes
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 +--
.gitmergeinfo | 8 +++++
parent/pom.xml | 2 +-
.../security/cache/jcache/JCacheReplayCache.java | 4 +--
.../ws/security/tokenstore/TokenStoreFactory.java | 4 +--
.../tokenstore/jcache/JCacheTokenStore.java | 4 +--
.../utils/{JCacheUtils.java => JCacheSupport.java} | 34 ++--------------------
.../utils/{JCacheUtils.java => JCacheUtil.java} | 30 ++-----------------
.../apache/cxf/ws/security/wss4j/WSS4JUtils.java | 4 +--
.../cxf/sts/cache/jcache/JCacheIdentityCache.java | 4 +--
.../xkms/cache/jcache/JCacheXKMSClientCache.java | 4 +--
11 files changed, 28 insertions(+), 74 deletions(-)
copy
rt/ws/security/src/main/java/org/apache/cxf/ws/security/utils/{JCacheUtils.java
=> JCacheSupport.java} (62%)
rename
rt/ws/security/src/main/java/org/apache/cxf/ws/security/utils/{JCacheUtils.java
=> JCacheUtil.java} (63%)