eclipse / jnosql

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

Fixes the Lack of descriptive error when trying to inject a Repository with type without @Entity annotation #438

Closed otaviojava closed 1 year ago

otaviojava commented 1 year ago

Solves:

https://github.com/eclipse/jnosql/issues/436

m4ttek commented 1 year ago

Great job!