-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)type: bugA general bugA general bug
Milestone
Description
daniel carter opened SPR-11349 and commented
The 3.2 series minimum requirement is java 1.5 but StatementCreatorUtils makes a call to Collections.newSetFromMap() which is since 1.6.
This is preventing us from upgrading from 3.2.5 to get the #15726 fix.
This issue manifests as java.lang.NoClassDefFoundError
at org.springframework.jdbc.core.ArgumentPreparedStatementSetter.cleanupParameters(ArgumentPreparedStatementSetter.java:70)
at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:656)
P.S. we use animal sniffer to catch accidental usage of newer API methods in our builds, very handy.
Affects: 3.2.6
Issue Links:
- spring-jdbc-3.2.6.RELEASE doesn't support JDK 5. [SPR-11313] #15937 spring-jdbc-3.2.6.RELEASE doesn't support JDK 5. ("duplicates")
Metadata
Metadata
Assignees
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)type: bugA general bugA general bug