Skip to content

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

Closed
benelog wants to merge 1 commit into
spring-projects:mainfrom
benelog:patch-1
Closed

Fix description of spring.batch.job.enabled#46228
benelog wants to merge 1 commit into
spring-projects:mainfrom
benelog:patch-1

Conversation

@benelog

@benelog benelog commented Jun 27, 2025

Copy link
Copy Markdown
Contributor

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
@wilkinsona wilkinsona changed the title Fix description for spring.batch.job.enabled Fix description of spring.batch.job.enabled Jul 2, 2025
@wilkinsona wilkinsona modified the milestones: 3.4.x, 3.4.8 Jul 2, 2025
wilkinsona pushed a commit that referenced this pull request Jul 2, 2025
Signed-off-by: Sanghyuk Jung <sanghyuk.jung@navercorp.com>

See gh-46228
@wilkinsona wilkinsona closed this in d38079c Jul 2, 2025
@wilkinsona

Copy link
Copy Markdown
Member

Thanks very much, @benelog.

@benelog

benelog commented Jul 2, 2025

Copy link
Copy Markdown
Contributor Author

@wilkinsona
Thank you for applying the changes. Your revised sentence is much clearer.

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