Skip to content

JSR-352 JsrJobContext does not provide any getter method for Job Parameters [BATCH-2487] #1116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Mar 10, 2016 · 2 comments

Comments

@spring-projects-issues
Copy link
Collaborator

Arindam Ray opened BATCH-2487 and commented

org.springframework.batch.core.jsr.JsrJobContext does not provide any getter method for Job Parameters. If we need current job parameters we have to go through job operator's getParameters method:

Properties properties = BatchRuntime.getJobOperator().getParameters(executionId);


Affects: 3.0.4

@hpoettker
Copy link
Contributor

I think this issue can be closed. JsrJobContext has been removed in the course of #3894.

@fmbenhassine
Copy link
Contributor

The implementation of the JSR-352 was discontinued in v5.

If anyone is still having this issue with v4.3.8+, then please provide a minimal complete verifiable example that we can run to reproduce the problem and we will re-open this issue for further investigation. Thank you upfront!

@fmbenhassine fmbenhassine closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2023
@fmbenhassine fmbenhassine removed the status: waiting-for-triage Issues that we did not analyse yet label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants