-
Enhancement
-
Resolution: Done
-
Major
-
1.3.0.Beta7
-
None
Currently org.jberet.job.model.StepBuilder takes skippable exception classes, retryable exception classes, and no rollback exception classes as java.lang.Class array.
Sometimes users just need to add them as string values, without worrying about loading them so early in the cycle. Need to augment org.jberet.job.model.StepBuilder to supporting adding these included and excluded exception classes as List<String>.
- blocks
-
JBERET-396 Support submitting job definition as JSON
- Resolved