Remove java.sql dependencies from ReflectionUtils and TransactionDefinition [SPR-17464] #21996
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: data
Issues in data modules (jdbc, orm, oxm, tx)
type: task
A general task
Milestone
Juergen Hoeller opened SPR-17464 and commented
ReflectionUtils
provides a helper for JDBC method invocations that throwjava.sql.SQLException
, andTransactionDefinition
derives its transaction constants fromjava.sql.Connection
. Both of those can easily be avoided in order to allowspring-core
and the transaction abstraction inspring-tx
to be usable on JDK 9+ images without thejava.sql
module present.Issue Links:
Referenced from: commits c834790, d9c1811, 0a7dcf1
The text was updated successfully, but these errors were encountered: