Moritz Bechler created MYFACES-3856:
---------------------------------------
Summary: myfaces-bundle OSGI imports/exports
Key: MYFACES-3856
URL: https://issues.apache.org/jira/browse/MYFACES-3856
Project: MyFaces Core
Issue Type: Wish
Affects Versions: 2.2.0
Reporter: Moritz Bechler
The OSGI bundle currently has very restrictive exports. This causes issues in
our environment (customized WAB, importing myfaces using require bundle). At
least everything that might need serialization in the session should be made
accessible. Also the CDI bean classes. It's probably easier to just export
everything and maybe blacklist some stuff that you really want to hide.
On another note: the bundle current imports
javax.persistence;resolution:=optional;version="[1.0.0,2.1)
JPA 2.1 has been out a while and shouldn't cause issues with the two used
annotations.
Suggested patch (exporting everything) attached.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)