Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.2
-
None
Description
Currently, beans for AbstractEntityRepository are not exposed. This is because the api jar does not include a beans.xml. in case you build an uber jar, or run on an EE7 compliant server, this will still get installed.
We should instead veto the class in the repository extension to avoid it leaking. if it leaks, it complains about not being a valid repository.