-
Notifications
You must be signed in to change notification settings - Fork 132
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
Occurs ConverterNotFoundException [java.nio.HeapByteBuffer] to type [java.lang.Boolean] on boot 3.3.0 #860
Comments
If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it and, ideally, providing a minimal yet complete sample that reproduces the problem. |
@mp911de This is a sample test code |
I solved this problem by changing the MySQL column type from "bit" to "tinyint". |
Thank you for your interest |
@mp911de The next release is just around the corner |
Same problem, so I am following this thread. It'd be nice if we didn't have to update a boolean to |
Ah - I wonder if you might get more traction by posting this issue in https://github.com/spring-projects/spring-data-relational/issues, I think this repo is no longer the place to be as of spring 3.0. |
log -
It works well when i change the bom to org.springframework.data:spring-data-bom:2023.1.5
The text was updated successfully, but these errors were encountered: