WASdev / standards.jsr352.jbatch

Home of 'jbatch', a compatible implementation of the Jakarta Batch specification (and the former Reference Implementation for the JSR 352, Batch Applications for the Java Platform specification).
Other
21 stars 18 forks source link

In batch CDI extension, incorrect scope used for flag detecting if JobOperator bean was detected in app #78

Open scottkurz opened 2 years ago

scottkurz commented 2 years ago

As noted in https://www.eclipse.org/lists/jakartabatch-dev/msg00293.html we shouldn't be using a static field to hold a flag for a value that may differ on a per-app basis.

Note test coverage for this bug remains out of scope of the testing we do in this project.