This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a change to branch 1.11.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
from 74426dc7 Merge pull request #704 from
apache/dependabot/maven/1.11.x/org.owasp-dependency-check-maven-8.0.2
add 46dfc427 Adds cache module for JCache
add 4b872ca2 Add missing license header
add 96003cad [SHIRO-849] Add Karaf feature and osgi metadata for JCache
new 1809d5b1 Merge pull request #696 from apache/jcache-1.11
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:
pom.xml | 2 +
support/features/src/main/resources/features.xml | 6 +
support/{ehcache => jcache}/pom.xml | 31 ++-
.../apache/shiro/cache/jcache/JCacheManager.java | 273 +++++++++++++++++++++
.../jcache}/src/main/resources/META-INF/NOTICE | 0
.../shiro/cache/jcache/JCacheManagerTest.groovy | 146 +++++++++++
support/pom.xml | 1 +
7 files changed, 448 insertions(+), 11 deletions(-)
copy support/{ehcache => jcache}/pom.xml (74%)
create mode 100644
support/jcache/src/main/java/org/apache/shiro/cache/jcache/JCacheManager.java
copy {cache => support/jcache}/src/main/resources/META-INF/NOTICE (100%)
create mode 100644
support/jcache/src/test/groovy/org/apache/shiro/cache/jcache/JCacheManagerTest.groovy