ycallea commented on code in PR #2202: URL: https://github.com/apache/solr/pull/2202#discussion_r1464959226
########## solr/CHANGES.txt: ########## @@ -140,6 +140,9 @@ Improvements * SOLR-17096: solr.xml now supports declaring clusterSingleton plugins (Paul McArthur, David Smiley) +* SOLR-17119: When registering a ConfigurablePlugin through the `/cluster/plugin` API using the + V2Request client, config validation exceptions are now propagated to the callers (Yohann Callea) Review Comment: It would indeed also affect users querying the API in plain HTTP without SolrJ. I agree that the proposed description seems to imply that the issue only exist when calling the API through SolrJ, I updated it to be less specific. I also moved the change to 9.6.0 as requested in the previous comment. Thanks again for your guidance 🙂 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
