The org.jberet.jberet-core module is marked as private in EAP.
However, it contains at least three annotations which are meant to be used by applications:
- org.jberet.cdi.JobScoped
- org.jberet.cdi.StepScoped
- org.jberet.cdi.PartitionScoped
I guess we should either make the module public, or move these public-facing classes/annotations to a separate module
- causes
-
JBEAP-4453 Document JBEAP-3998 for RN
- Closed
- is blocked by
-
JBERET-236 Move public API's out of jberet-core into a public jberet-api module
- Open