]
Pedro Ruivo updated ISPN-10913:
-------------------------------
Fix Version/s: 10.1.0.Beta1
Exclude checker-qual from caffeine dependency
---------------------------------------------
Key: ISPN-10913
URL:
https://issues.jboss.org/browse/ISPN-10913
Project: Infinispan
Issue Type: Enhancement
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
Fix For: 10.1.0.Beta1
{noformat}
checker-qual And errorprone are annotations which Java doesn’t require at runtime unless
you reflectively load them when inspecting the methods. Unfortunately other languages will
not classload without them, making them required. You can exclude safely in Java.
{noformat}
src:
https://github.com/ben-manes/caffeine/issues/300#issuecomment-507292996