Potential bug in Spring data; mapping null to wrapper class throws exception #1167
Labels
status: waiting-for-triage
An issue we've not yet triaged
type: regression
A regression from a previous release
Hi,
I wanted to report a bug I noticed when upgrading Spring Boot 2.5.8 → 2.6.2.
After the upgrade the Jdbc @query when returning null it cannot be mapped to String, as before. Now we get an exception Couldn't find PersistentEntity for type class java.lang.String!.
Kind regards
The text was updated successfully, but these errors were encountered: