Uh oh!
There was an error while loading. Please reload this page.
SOLR-18380: fix changelog overclaim about the legacy Builder constructor - #4813
Merged
dsmiley merged 2 commits intoAug 26, 2026
Merged
Conversation
… ctor That constructor was restored on 2026-08-24 per review feedback (it was deprecated in 10.1, not yet shipped, unlike the other three removals from 10.0.0) but the changelog text was never updated to match. Corrects it to state only what actually shipped.
dsmiley
commented
Aug 25, 2026
Contributor
Remove. |
Per dsmiley's review: the parenthetical explaining why the Builder constructor isn't removed here doesn't belong in a changelog entry -- it should just state the fact. Removed.
serhiy-bzhezytskyy
commented
Aug 25, 2026
ContributorAuthor
Removed. |
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://issues.apache.org/jira/browse/SOLR-18380
Follow-up to #4762. Caught by dsmiley on the merged changelog entry: it claimed
CloudSolrClient.Builder(List, Optional)was removed. It wasn't -- I restored it during review (0c77e420e8f8ca9ce2544d, 2026-08-24) because it was deprecated separately, in 10.1, which hasn't shipped a release yet, unlike the other three removals (connect()x2,ClusterStateProvider.connect()) which were deprecated in 10.0.0, already shipped. The code is correct; the changelog text just never caught up with that revert.This corrects the changelog title to state only what actually shipped, and notes why the constructor stays for now.
AI-assisted (Claude Sonnet 5)