Skip to content

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

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: taskA general task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions