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 027f0775bb Recording .gitmergeinfo Changes
     new a5e537bef1 Bump github/codeql-action from 3.28.10 to 3.28.11 (#2311)
     new 23012b3972 Bump io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.2.28 
to 2.2.29 (#2316)
     new fca18e8759 CXF-9117: cxf-rt-ws-security fails if JCache is not on the 
classpath (#2318)
     new b5416304d6 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                                      |  3 ++
 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, 23 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%)

Reply via email to