Mike Drob created SOLR-15528:
--------------------------------

             Summary: Remove several guava calls in favor of Java9+ alternatives
                 Key: SOLR-15528
                 URL: https://issues.apache.org/jira/browse/SOLR-15528
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Mike Drob


Follow on to SOLR-9621

 

Several classes of work here:

1) Replacing calls to ImmutableList/Map/Set.of(*) with the java.util equivalents

2) Replacing some calls to Precondition.checkIndex with Objects equivalent

While we're there, maybe we replace Precondition calls with the equivalent 
versions that specify an error message.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to