jakartaee / nosql

The specification in Jakarta EE to help Jakarta EE developers create enterprise-grade applications using Java® and NoSQL technologies.
https://projects.eclipse.org/projects/ee4j.nosql
Eclipse Public License 2.0
92 stars 28 forks source link

Upgrading the API for exploring Java 17 style #152

Closed otaviojava closed 1 year ago

otaviojava commented 1 year ago

Following the Jakarta Data issue about the topic: https://github.com/jakartaee/data/issues/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.

zaim1hassaniadili commented 1 year ago

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.

otaviojava commented 1 year ago

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

otaviojava commented 1 year ago

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