Skip to content

Resolve package cycle between dialect and convert packages #1062

@mp911de

Description

@mp911de

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions