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

Database migrations may not have run before NamedParameterJdbcTemplate is used #16047

Closed
wants to merge 1 commit into from

Conversation

clevertension
Copy link
Contributor

…se initialized, fix gh_16032

when there is no JdcTemplate in spring bean factory, NamedParameterJdbcTemplate should also be created after Flyway or Liquidba, so fix it #16032

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 27, 2019
@snicoll snicoll added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 27, 2019
@snicoll snicoll self-assigned this Feb 27, 2019
@snicoll snicoll added this to the 2.1.4 milestone Feb 27, 2019
@snicoll snicoll changed the title NamedParameterJdbcTemplate should be created after Flyway or Liquidba… Database migrations may not have run before NamedParameterJdbcTemplate is used Feb 27, 2019
snicoll added a commit that referenced this pull request Feb 27, 2019
* pr/16047:
  Polish contribution
  Fix NamedParameterJdbcTemplate precedence with database migration tools
@snicoll snicoll closed this in eebd906 Feb 27, 2019
@snicoll
Copy link
Member

snicoll commented Feb 27, 2019

@clevertension thank you very much for making your first contribution to Spring Boot. I've merged your contribution to 2.1.x and master with a polish commit.

@clevertension
Copy link
Contributor Author

i am glad to contribute more code 😃

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