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

Push the Java 5 simplifications in SimpleJdbcTemplate up to JdbcTemplate [SPR-6858] #11524

Closed
spring-projects-issues opened this issue Feb 17, 2010 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Feb 17, 2010

Keith Donald opened SPR-6858 and commented

Since Spring 3 targets Java 5, I wouldn't expect to need SimpleJdbcTemplate anymore. I'd expect Java 5 functionality to be incorporated in the base JdbcTemplate so I could take advantage of simplifications there without having to bring in another class. Then I would only ever want to work with JdbcTemplate.

The most useful feature of SimpleJdbcTemplate not in JdbcTemplate is the ability to specify args using var args.


Affects: 3.0 GA

Issue Links:

Referenced from: commits c39b529

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

No branches or pull requests

2 participants