Skip to content
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

AbstractDataSourceInitializers are not detected as database initializers #27215

Closed
wants to merge 1 commit into from

Conversation

hpoettker
Copy link
Contributor

@wilkinsona Thanks for the feedback on #27144. I think this is the approach you suggested.

Issue #27193

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 9, 2021
@wilkinsona wilkinsona self-assigned this Jul 9, 2021
@wilkinsona wilkinsona added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 9, 2021
@wilkinsona wilkinsona changed the title Database initialization detection for Spring Batch AbstractDataSourceInitializers are not detected as database initializers Jul 9, 2021
@wilkinsona wilkinsona added this to the 2.5.x milestone Jul 9, 2021
@wilkinsona
Copy link
Member

wilkinsona commented Jul 9, 2021

Thank you, @hpoettker. This is what I had in mind for the Batch side of things in 2.5. For 2.4 things are quite different and I've fixed that in #27193 .

I've realised that the problem's a bit broader as Spring Session JDBC has a similar problem and we can refine the Quartz configuration as well once we've got the necessary detection in place. I'll merge (some of) the changes proposed here – which will take care of #27207 – and then make some changes that build on top of them in separate issues.

@wilkinsona
Copy link
Member

@hpoettker Thanks once again for making your first contribution to Spring Boot.

@wilkinsona
Copy link
Member

I've merged the Batch-specific parts of the originally-proposed changes in this commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants