You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 but JDBCValue is a type from the convert package. We should resolve this cycle by relocating simple converters into org.springframework.jdbc.core.convert and JDBCValue should move into the support package.