eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
231 stars 72 forks source link

Add Java 20 CI #356

Closed viniciusbrg closed 1 year ago

viniciusbrg commented 1 year ago

Solves #352

Updating Jacoco was needed since jacoco 0.8.8 supports up to java 18 (19 with experimental support), which causes the build with java 20 to fail. However, jacoco 0.8.9 adds support to java 20. The only problem is that jacoco 0.8.9 hasn't been officially released yet.

Alternatively, I can change it to use jacoco 0.8.9 only when running the java 20 CI.

If my changes here are ok, I'll replicate them on the communication and extension repositories

genie-jnosql commented 1 year ago

Can one of the admins verify this patch?

otaviojava commented 1 year ago

Thank you. How about do it on databases and extensions repositories?

viniciusbrg commented 1 year ago

Yes @otaviojava I'll replicate it on the databases and extensions repo, I was just waiting for the OK with my changes in this repo

otaviojava commented 1 year ago

Hey @viniciusbrg https://github.com/jacoco/jacoco/releases/tag/v0.8.9 Please, let me know if you want to do this update.