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

Revise JdbcTestUtils method signatures to accept JdbcOperations instead of JdbcTemplate #31065

Closed
sbrannen opened this issue Aug 18, 2023 · 0 comments
Assignees
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) in: test Issues in the test module type: enhancement A general enhancement
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Aug 18, 2023

Overview

For consistency with other APIs that work with the JdbcOperations API instead of the concrete JdbcTemplate implementation, we have decided to revise JdbcTestUtils method signatures to accept JdbcOperations instead of JdbcTemplate.

Related Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) in: test Issues in the test module type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant