Skip to content

Extraneous warnings related to JdbcSqlServerDialect #2147

@akt-penklera

Description

@akt-penklera

In my spring boot 3.5.6 application using sql server on startup I'm getting the following warnings:

WARN o.s.d.c.CustomConversions: Registering converter from class microsoft.sql.DateTimeOffset to class java.time.OffsetDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation

WARN o.s.d.c.CustomConversions: Registering converter from class microsoft.sql.DateTimeOffset to class java.time.Instant as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation

Is it possible/desirable for JdbcSqlServerDialect to implement Dialect::simpleTypes in order for microsoft.sql.OffsetDateTime to be store-supported?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions