-
Notifications
You must be signed in to change notification settings - Fork 682
DATACMNS-1598 - fix projection with EnumSet #409
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
Conversation
Please provide a test along with your changes and please point your PR to |
Ticket created: https://jira.spring.io/browse/DATACMNS-1598 |
EnumSet's are now constructed with a proper component type. Original pull request: #409.
Add unit tests to back change. Guard invocations against null dereference. Join assertions. Original pull request: #409.
EnumSet's are now constructed with a proper component type. Original pull request: #409.
Add unit tests to back change. Guard invocations against null dereference. Join assertions. Original pull request: #409.
EnumSet's are now constructed with a proper component type. Original pull request: #409.
Add unit tests to back change. Guard invocations against null dereference. Join assertions. Original pull request: #409.
Thanks a lot for your contribution. That's merged, polished, and backported now. You might want to take a look at cace881 for a JUnit test for projections. |
When you try to apply a projecton to an entity with some EnumSet field, it fails with "Cannot create EnumSet for unknown element type"
Problem related to: spring-projects/spring-boot#15539