eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CI support for Java 20

otaviojava opened this issue · comments

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:

  • Create a GitHub Action that runs the Jakarta NoSQL source code against Java 20
  • Test the Action and ensure it correctly detects any compatibility issues
  • Update the README to document the new CI support for Java 20
  • Reproduce the something on communication and extension repositories

Hello @otaviojava
Can I work on this issue?

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

Thank you, @viniciusbrg both merged.