Resolve package cycle between dialect
and convert
packages
#1062
Labels
type: task
A general task
Milestone
Logically, the entity converters need to consider dialect specifics. Dialects pull in simple type converters (e.g. JSR 310 Timestamp converters) and create a cycle. Additionally, Dialects should operate with
JDBCValue
butJDBCValue
is a type from theconvert
package. We should resolve this cycle by relocating simple converters intoorg.springframework.jdbc.core.convert
andJDBCValue
should move into the support package.The text was updated successfully, but these errors were encountered: