[ 
https://issues.apache.org/jira/browse/SOLR-15528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Drob updated SOLR-15528:
-----------------------------
    Description: 
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.

  was:
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.


> 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
>            Priority: Major
>
> 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