eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

minor error message fix #530

Closed redmitry closed 1 month ago

redmitry commented 1 month ago

The error message should contain the type and not a supplier object.

It took me some time to figure out what was wrong with my code with a message like:

The type org.eclipse.jnosql.mapping.reflection.ReflectionClassConverter$$Lambda$1081/0x00000208cea01230@24584a22 is not supported

Cheers,

D.

genie-jnosql commented 1 month ago

Can one of the admins verify this patch?