jakartaee/nosql

Upgrading the API for exploring Java 17 style

Closed this issue · 3 comments

Following the Jakarta Data issue about the topic:
jakartaee/data#70

The goal is to remove all get as the prefix on the methods, such as getResult, getSingleResult, and convert those to result and singleResult.

This issue will break compatibility with the previous version.

Hello,
I would like to contribute to that issue. Just to be sure, I have to rename all API accessor from getSomething to something.
though, I don't understand the implication with the adoption of java 17, in the topic jakartaee/data#70.
Thanks.

Hey @zaim1hassaniadili, the goal is to follow the same code style.

I'll close this one once we move it to the JNoSQL project.