Skip to content

Replace examples using deprecated SimpleJdbcTemplate [SPR-10317] #14951

@spring-projects-issues

Description

@spring-projects-issues

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:

Referenced from: commits da034eb

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions