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

Raise JDBC driver feature baseline to JDBC 4.0+ [SPR-13826] #18399

Closed
spring-projects-issues opened this issue Dec 29, 2015 · 0 comments
Closed
Assignees
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Dec 29, 2015

Juergen Hoeller opened SPR-13826 and commented

Let's drop outdated adaptation code in StatementCreatorUtils and related classes, assuming a JDBC 4.1 driver (JDK 7 level) which implies full support for all mandatory JDBC 4.0 features (including ParameterMetaData.getParameterType).

After all, at this point, we're even defensive against JDBC 4.0 features which were introduced back in 2006... Spring 5 will still leniently handle exceptions with fallback code paths but won't try to detect and cache non-compliant drivers anymore.


Issue Links:

Referenced from: commits 5ac7a32

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) type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants