Skip to content

Fix description for spring.batch.job.enabled #46228

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

benelog
Copy link
Contributor

@benelog benelog commented Jun 27, 2025

The description for 'spring.batch.job.enabled' was misleading as it stated "Execute all Spring Batch jobs".

https://docs.spring.io/spring-boot/appendix/application-properties/index.html

image

The JobLauncherApplicationRunner does not launch multiple jobs by the commit - 55d6a87 .

This PR updates the description to reflect the actual behavior.

For reference, my previous pull request had a similar objective.

#34596

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 27, 2025
Signed-off-by: Sanghyuk Jung <sanghyuk.jung@navercorp.com>
@wilkinsona wilkinsona added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 28, 2025
@wilkinsona wilkinsona added this to the 3.4.x milestone Jun 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants