Update Jakarta NoSQL API to Java 17
otaviojava opened this issue · 0 comments
Currently, the Jakarta NoSQL specification uses Java 11 API. However, the main goal of Jakarta EE 11 is to use the latest LTS (Long-Term Support) version of Java. Therefore, we need to update the Jakarta NoSQL API to Java 17 to keep up with the latest version of Java.
To achieve this goal, we need to update the POM.xml file to specify the Maven version that supports Java 17. Additionally, we should remove the Java 11 GitHub action and replace it with a Java 17 action.
This issue is an excellent opportunity for the first contribution to Jakarta NoSQL specification. We encourage the community to help us update the API to Java 17.
Tasks:
- Update POM.xml to specify Maven version that supports Java 17.
- Remove Java 11 GitHub action.
- Add Java 17 GitHub action.
Note: The goal of Jakarta EE 11 is to use the latest Java LTS release, which is Java 17. We should aim to use Java 17 to keep the Jakarta NoSQL specification up-to-date.