Skip to content

Update to version 4.5.0 causes warnings #4982

Open
@GFriedrich

Description

@GFriedrich

Hey,
I've just recently updated to 4.5.0 (via the Spring Boot update to 3.5.0) and found that a new warning shows up during startup:

Registering converter from interface java.util.List to interface org.springframework.data.domain.Vector 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

From what I got this was added via e8e110e by adding the new ListToVectorConverter.

So either the converter is faulty and does not work as the warning suggests or the warning is wrong and should be removed. But either way it adds confusion that something is not right.

Thanks for giving it a check.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions