Skip to content

Update to version 4.5.0 causes warnings #4982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GFriedrich opened this issue May 25, 2025 · 0 comments
Open

Update to version 4.5.0 causes warnings #4982

GFriedrich opened this issue May 25, 2025 · 0 comments
Labels
status: waiting-for-triage An issue we've not yet triaged

Comments

@GFriedrich
Copy link

GFriedrich commented May 25, 2025

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.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

2 participants