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