spring-projects / spring-projects/spring-batch
Access Job Description
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3k
- Forks
- 2.5k
- Avg merge
- 6d 53m
- Merged PRs (30d)
- 3
Description
Issue:
In a project that I'm working on, we are listing the instantiated jobs.
One of the requests that we have is to have a description for each job.
Suggestion:
Since it is possible to define a description for the job (in xml), it would be useful to have access to this field in the java object.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the Java object that represents instantiated jobs and the XML job description mapping, then trace how job metadata is exposed. Done means the configured description is accessible from that object and the relevant behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100