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 support for Java 20 #352

Closed otaviojava closed 1 year ago

otaviojava commented 1 year ago

As discussed in today's meeting, Mar 29, we need to support the latest LST, Java 17, and be ready for the next LST version, Java 21.

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

To-Do:

viniciusbrg commented 1 year ago

Hello @otaviojava Can I work on this issue?

otaviojava commented 1 year ago

Sure @viniciusbrg

viniciusbrg commented 1 year ago

@otaviojava just opened the PR's in the extensions and databases repo

otaviojava commented 1 year ago

Thank you, @viniciusbrg both merged.