-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Auto-configure Spring Batch to use a JobsParametersConverter bean when available #44799
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
Conversation
Thanks, @quaff. I think it would be better to handle |
Sure. |
…AutoConfiguration Fix spring-projectsGH-44793 Signed-off-by: Yanming Zhou <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about the max varchar length either given how tightly coupled it is to the schema. Being able to configure validateTransactionState
looks useful though. Can we just focus on that please in this PR?
...utoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/BatchProperties.java
Outdated
Show resolved
Hide resolved
See gh-44799 Signed-off-by: Yanming Zhou <[email protected]>
Thanks again, @quaff. |
Very silly question @wilkinsona is this PR merged via a separate commit or rejected? 4ff0061 seems like an identical commit |
It was merged in 4ff0061. Unfortunately, limitations of GitHub's web UI cause it to appear unmerged. |
Fix GH-44793