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

[BUG] Make sure at the serialization to the field, the API does not return any communication layer, but standard Java type. #533

Closed otaviojava closed 1 month ago

otaviojava commented 1 month ago

Which JNoSQL project the issue refers to?

JNoSQL (Core)

Bug description

Ref: https://www.eclipse.org/lists/nosql-dev/msg00250.html

JNoSQL Version

1.0.1

Steps To Reproduce

https://dzone.com/articles/intro-to-polymorphism-with-db-engines-in-nosql

Expected Results

AT the converter, we don't use any communication layer that belongs to Eclipse JNoSQL

Code example, screenshot, or link to a repository

No response