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

2022-09-13 Thread GitBox
gerlowskija commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r969971947 ## solr/solrj/src/java/org/apache/solr/common/util/Utils.java: ## @@ -916,7 +926,10 @@ public static void reflectWrite( } private static List getReflectData( Rev

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

2022-09-13 Thread GitBox
gerlowskija commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r969831939 ## solr/core/src/java/org/apache/solr/jersey/SolrJerseyResponse.java: ## @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * c

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

2022-09-09 Thread GitBox
gerlowskija commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r967292221 ## solr/core/src/java/org/apache/solr/jersey/RequestEventLogger.java: ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * c

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

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

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

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

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

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

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

2022-09-08 Thread GitBox
gerlowskija commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r966176044 ## solr/core/src/java/org/apache/solr/core/PluginBag.java: ## @@ -213,6 +237,24 @@ public PluginHolder put(String name, PluginHolder plugin) { apiBag.re