-
Notifications
You must be signed in to change notification settings - Fork 359
Regression on entities with Enum[] fields #1460
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
Comments
I created a failing integration test for this in https://github.com/spring-projects/spring-data-relational/tree/issue/1460-enum-arrays. |
Very useful. |
Hi @schauder . The integration test seems to have been deleted :-( |
Since 3.0.5, Enum[] type are detect as "UNKNOWN" Closes: spring-projects#1460
Since 3.0.5, Enum[] type are detect as "UNKNOWN" Closes: spring-projects#1460
Since 3.0.5, Enum[] type are detect as "UNKNOWN" Closes: spring-projects#1460
I've just created a PR for this issue #1521 |
Any hope to see the PR merged soon ? It will allow projects to upgrade as they are blocked in spring boot 3.0.4 |
Hello @schauder I saw you are assigned to the PR ;-) Like @nvervelle we are stucked in spring-boot 3.0.4. Is there any blocker for merging the fix ? Regards |
With the upgrade from spring boot 3.0.4 (spring-data-bom:2022.0.3) to spring boot 3.0.5 (spring-data-bom:2022.0.4), entities with arrays of enumerated types are not working anymore. Our application relies a lot on such arrays, and it fails for each when upgrading to this minor release.
It seems to be related to this change.
User object :
Color enum :
Entity object:
Example of stack trace when trying to save such an entity:
The text was updated successfully, but these errors were encountered: