Fix OSGI Exports and Imports for org.apache.shiro.ehcache
---------------------------------------------------------
Key: SHIRO-214
URL: https://issues.apache.org/jira/browse/SHIRO-214
Project: Shiro
Issue Type: Bug
Components: Caching
Affects Versions: 1.1.0
Reporter: Jason M Jones
Shiro Eh-cache has no exports in the Manifest.MF
Also, it requires a version of 1.4.0 to 2.0.0 for net.sf.ehcache, but upon
reviewing the requirements, it requires version 2.2.0 of the Jar.
I would suggest changing the Import-Package and Export-Package declarations to:
Import-Package: net.sf.ehcache;version="[1.4.0,3.0.0)",org.apache.shir
o.cache;version="[1.1.0,2.0.0)",org.apache.shiro.config;version="[1.1
.0,2.0.0)",org.apache.shiro.io;version="[1.1.0,2.0.0)",org.apache.shi
ro.util;version="[1.1.0,2.0.0)",org.slf4j;version="1.6"
Export-Package: org.apache.shiro.cache.ehcache
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.