gerlowskija commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r966015071
########## solr/core/src/java/org/apache/solr/api/V2HttpCall.java: ########## @@ -273,7 +278,7 @@ public static Api getApiInfo( } if (api == null) { - return getSubPathApi(requestHandlers, path, fullPath, new CompositeApi(null)); Review Comment: That's how I lean as well. I think OpenAPI would get much of the benefits that we'd originally hoped to get from "introspect", with much less associated maintenance on our part. Once this gets in and I start making further progress on the OpenAPI ticket (SOLR-16346), I'll raise a dev@ thread to discuss. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org