iprithv opened a new pull request, #4775: URL: https://github.com/apache/solr/pull/4775
Converts `GET /api/node/properties` from the homegrown `@EndPoint` wrapper to JAX-RS, matching the existing node health / logging / system APIs. - JAX-RS interface and typed `NodePropertiesResponse` in `solr/api` - `GetNodeProperties` owns redaction / collection logic - v1 `/admin/info/properties` delegates to that class; response key `system.properties` is unchanged - SolrJ generates `NodeApi.GetNodeProperties` - HTTP coverage via `SolrJettyTestRule` for named lookup, full list, and hidden-property redaction https://issues.apache.org/jira/browse/SOLR-16458 -- 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]
