jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 18 forks source link

getJobInstanceCount returns ‘int’, probably should return Long though unlikely to matter in real world #166

Open follis opened 4 years ago

follis commented 4 years ago

The JobOperator.getJobInstanceCount(String jobName) API returns the count of jobs with the given name. The return type is an int which is probably fine but a long would be more consistent.