-
Notifications
You must be signed in to change notification settings - Fork 682
Native projection stopped working with Java8 datetime [DATACMNS-1836] #2223
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
Jens Schauder commented Thanks for spotting and reporting this. This seems to be a regression caused by DATACMNS-1762 More specifically the conversinon from bd3992d#diff-96f7084777a2a702d85f5c600e542b10123d6c3332ed3d3f8e329ca7061faab0R55 |
Are you planning to add OffsetDateTime converter? |
The same issue with the |
@VitaliiIevtushenko |
Similar converters where removed because they clashed with the support for nullable wrappers. This adds them back as dedicated converters that does not clash with conversions for nullable wrappers. See bd3992d#diff-96f7084777a2a702d85f5c600e542b10123d6c3332ed3d3f8e329ca7061faab0R55 Original Pull Request: #479 Closes: #2223
Andreas Skomedal opened DATACMNS-1836 and commented
Using LocalDateTime in an interface for for projection query fails.
This worked in 2.3.5. See reference for failing test.
Affects: 2.4.1 (2020.0.1)
Reference URL: skotsj/spring-data-jpa@dc8dd02
Issue Links:
("is duplicated by")
("is duplicated by")
Referenced from: pull request #479
5 votes, 7 watchers
The text was updated successfully, but these errors were encountered: