A deep review of Jakarta NoSQL after the only mapping decision
Closed this issue · 2 comments
otaviojava commented
After we decided to move Jakarta NoSQL only with the Mapping side and the regular part, we removed a considerable amount of code keeping:
The template interfaces
Mapping annotations
The goal would be to review and check the following points:
- Check if the README file is updated.
- Check if the spec has been updated.
- Check if the JavaDoc is ready.
Also, you can say that all feedbacks are welcome.
mpredli01 commented
Hey @otaviojava:
Overall, this looks good, but there are references to the Communication API and, since this is now aligned with Jakarta EE 10, the reference to the namespace change can be removed.
I will look at this in more detail later today or tomorrow morning.
otaviojava commented
Thanks @mpredli01