-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
type: documentationA documentation taskA documentation tasktype: enhancementA general enhancementA general enhancement
Milestone
Description
Gordon Dickens opened SPR-10317 and commented
SimpleJdbcTemplate has been marked deprecated for a while (3.0? 3.1 - 3.2).
Therefore, it is inadvisable to guide Spring developers towards implementing solutions with deprecated classes.
To Confirm, I opened the source code from: spring-jdbc-3.2.1.RELEASE.jar
Package: "org.springframework.jdbc.core.simple"
"
@Deprecated
public class SimpleJdbcTemplate implements SimpleJdbcOperations {
"Sections:
- 14.1.1
- 14.1.2
- 14.2.1
- 14.2.3
- 14.4
- 14.5.1
- 14.5.2
- 14.5.3
- 14.5.4
- 14.5.5
- 14.5.8
- 14.7.3
Affects: 3.2.1
Reference URL: http://static.springsource.org/spring-framework/docs/3.2.1.RELEASE/spring-framework-reference/htmlsingle/#jdbc-SimpleJdbcTemplate
Issue Links:
- Reference Guide still recommends SimpleJdbcTemplate, which is now deprecated [SPR-9345] #13983 Reference Guide still recommends SimpleJdbcTemplate, which is now deprecated ("supersedes")
Referenced from: commits da034eb
Metadata
Metadata
Assignees
Labels
type: documentationA documentation taskA documentation tasktype: enhancementA general enhancementA general enhancement