adle files.
>
>
> If we can get it working for all our dependencies, I plan to add it to our
> top build.gradle, and run it with Jenkins.
> Would there be any benefit of triggering it with GitHub actions?
>
> PR: https://github.com/apache/solr/pull/707
>
> Jan
>
>
Hi Solr team,
I noticed that your project is pinned to an older version of Caffeine
(v2.8.4, latest is v3.0.2). Both projects have moved to JDK11 in their
latest major version. For Caffeine this allowed us to remove
sun.misc.Unsafe in favor of VarHandles. I mention this because Andrzej
BiaĆecki sp