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

Add CI into the JNoSQL Database project to support for Java 21 #442

Closed dearrudam closed 11 months ago

dearrudam commented 12 months ago

Last September 19th, the latest Java LTS, Java 21 was released and JNoSQL Database project should be able to run against Java 21.

This issue will create a GitHub Action, CI, to run the source code against Java 21; this won't impact the code behavior. It is an excellent issue to the first contribution.

To-Do:

vimalJD commented 12 months ago

Is this project is ongoing? Let me know further (DOCS) to contribute on it as "good first issue".

dearrudam commented 12 months ago

@vimalJD, yeah! The JNoSQL Database project is active! It is a collection of implementations from the Jakarta NoSQL specification.

To learn more about how to contribute to this project, take a look at the Contributing section in the README file, please. 👍