Details
-
Task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
spinning off of SOLR-10755...
- CollectionAdminRequest
- has roughly double the number of deprecations of all other solrj classes combined
- many of the deprecated methods/constructors are still used in a lot of places in tests
- in many cases the non-deprecated "constructor" versions aren't validating the same way the deprecated setters do
- in at least one case i see obvious bugs in the non-deprecated methods (see ForceLeader constructors)
- once many of these deprecated setters are removed, a lot of member variables should become final
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10755 delete/refactor (most) solrj deprecations on master
- Resolved
- relates to
-
SOLR-10788 make more CollectionAdminRequest variables final
- Open