You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.InstantiationError: com.example.demo.CustomDto
at com.example.demo.CustomDto_Instantiator_ddeq8t.newInstance(Unknown Source) ~[main/:na]
at org.springframework.data.mapping.model.ClassGeneratingEntityInstantiator$EntityInstantiatorAdapter.createInstance(ClassGeneratingEntityInstantiator.java:238) ~[spring-data-commons-2.4.5.jar:2.4.5]
at org.springframework.data.mapping.model.ClassGeneratingEntityInstantiator.createInstance(ClassGeneratingEntityInstantiator.java:87) ~[spring-data-commons-2.4.5.jar:2.4.5]
The text was updated successfully, but these errors were encountered:
mp911de
changed the title
Improve EntityInstantiator error message if the to be instantiated type is abstract or an interface
Improve EntityInstantiator error message if the to be instantiated type is abstract
Apr 6, 2021
Right now, the failure looks like:
The text was updated successfully, but these errors were encountered: