-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add step description #4826
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
Labels
Milestone
Comments
@fmbenhassine |
minkukjo
pushed a commit
to minkukjo/spring-batch
that referenced
this issue
May 6, 2025
- Add description field and methods to AbstractJob class - Implement description setting in JobBuilderHelper - Add test cases for both XML and Java configurations - Update documentation with usage examples
minkukjo
added a commit
to minkukjo/spring-batch
that referenced
this issue
May 6, 2025
- Add description field and methods to AbstractJob class - Implement description setting in JobBuilderHelper - Add test cases for both XML and Java configurations - Update documentation with usage examples
minkukjo
added a commit
to minkukjo/spring-batch
that referenced
this issue
May 6, 2025
- Add description field and methods to AbstractJob class - Implement description setting in JobBuilderHelper - Add test cases for both XML and Java configurations - Update documentation with usage examples
minkukjo
added a commit
to minkukjo/spring-batch
that referenced
this issue
May 6, 2025
- Add description field and methods to AbstractJob class - Implement description setting in JobBuilderHelper - Add test cases for both XML and Java configurations - Update documentation with usage examples Signed-off-by: minkukjo <strike0115@naver.com>
awesome feature @minkukjo ! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #4565, it should be possible to add a description for a step both with the XML and Java configuration styles.
The text was updated successfully, but these errors were encountered: