igiguere commented on code in PR #4078: URL: https://github.com/apache/solr/pull/4078#discussion_r2867814693
########## solr/core/src/java/org/apache/solr/handler/admin/api/NodeSystemInfoAPI.java: ########## @@ -32,8 +35,14 @@ * version, etc.), and JVM settings. * * <p>This API (GET /v2/node/system) is analogous to the v1 /admin/info/system. + * + * @deprecated Use the JAX-RS API: NodeSystemInfo (/node/info/system), implementing NodeSystemApi, + * and returning NodeSystemResponse. */ +@Deprecated Review Comment: Yep, that was my first question, in the description. I can delete the class, no problem. -- 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]
