conciliator
conciliator copied to clipboard
Upgrade to Java 21
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.
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.