[infinispan-issues] [JBoss JIRA] (ISPN-10913) Exclude checker-qual from caffeine dependency
Pedro Ruivo (Jira)
issues at jboss.org
Wed Nov 6 05:17:00 EST 2019
Pedro Ruivo created ISPN-10913:
----------------------------------
Summary: 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
{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
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list