conciliator icon indicating copy to clipboard operation
conciliator copied to clipboard

Upgrade to Java 21

Open codeforkjeff opened this issue 1 year ago • 1 comments

I took a quick stab at this and here's what I ran into immediately:

  • jacoco needs to be upgraded to at least 0.8.12
  • ehcache 3.10.8 seems to have problems with 21: even after opening up module access, someone reported further errors: https://github.com/ehcache/sizeof/issues/73

There's probably other issues as well.

codeforkjeff avatar Feb 22 '25 06:02 codeforkjeff

My solution to the EHcache issue was to just switch to using entries as the caching unit (instead of MB). It seems like that along with some guidelines about how big the entries are could give devops sufficient control.

tfmorris avatar Mar 12 '25 00:03 tfmorris