[GitHub] [solr] epugh commented on a diff in pull request #975: Allow JAX-RS v2 API definition

2022-08-31 Thread GitBox
epugh commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r959893387 ## solr/core/src/java/org/apache/solr/api/V2HttpCall.java: ## @@ -397,7 +399,7 @@ protected void handleAdmin(SolrQueryResponse solrResp) { @Override protected void execut

[GitHub] [solr] epugh commented on a diff in pull request #975: Allow JAX-RS v2 API definition

2022-08-31 Thread GitBox
epugh commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r959821515 ## solr/core/src/java/org/apache/solr/jersey/PostRequestDecorationFilter.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [solr] epugh commented on a diff in pull request #975: Allow JAX-RS v2 API definition

2022-08-29 Thread GitBox
epugh commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r957796541 ## solr/core/src/java/org/apache/solr/jersey/PostRequestDecorationFilter.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [solr] epugh commented on a diff in pull request #975: Allow JAX-RS v2 API definition

2022-08-29 Thread GitBox
epugh commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r957795657 ## solr/core/src/java/org/apache/solr/handler/admin/api/SchemaNameAPI.java: ## @@ -46,7 +46,7 @@ public SchemaNameAPI(SolrCore solrCore) { } @GET - @Produces("applicat

[GitHub] [solr] epugh commented on a diff in pull request #975: Allow JAX-RS v2 API definition

2022-08-29 Thread GitBox
epugh commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r957746223 ## solr/core/src/java/org/apache/solr/core/PluginBag.java: ## @@ -27,8 +27,7 @@ import org.apache.solr.common.util.StrUtils; import org.apache.solr.handler.RequestHandlerBase

[GitHub] [solr] epugh commented on a diff in pull request #975: Allow JAX-RS v2 API definition

2022-08-29 Thread GitBox
epugh commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r957745742 ## solr/core/src/java/org/apache/solr/api/V2HttpCall.java: ## @@ -397,7 +399,7 @@ protected void handleAdmin(SolrQueryResponse solrResp) { @Override protected void execut

[GitHub] [solr] epugh commented on a diff in pull request #975: Allow JAX-RS v2 API definition

2022-08-29 Thread GitBox
epugh commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r957745294 ## solr/core/src/java/org/apache/solr/api/V2HttpCall.java: ## @@ -362,14 +363,15 @@ private void invokeJerseyRequest(CoreContainer cores, SolrCore core, Application /