[GitHub] [solr] janhoy commented on a diff in pull request #1151: SOLR-16155 DocumentBuilder should not include field values in error msgs

2022-11-17 Thread GitBox
janhoy commented on code in PR #1151: URL: https://github.com/apache/solr/pull/1151#discussion_r1024939636 ## solr/core/src/test/org/apache/solr/update/processor/TolerantUpdateProcessorTest.java: ## @@ -260,8 +259,7 @@ public void testMaxErrors0() { "toleran

[GitHub] [solr] janhoy commented on a diff in pull request #1151: SOLR-16155 DocumentBuilder should not include field values in error msgs

2022-11-17 Thread GitBox
janhoy commented on code in PR #1151: URL: https://github.com/apache/solr/pull/1151#discussion_r1024939636 ## solr/core/src/test/org/apache/solr/update/processor/TolerantUpdateProcessorTest.java: ## @@ -260,8 +259,7 @@ public void testMaxErrors0() { "toleran

[GitHub] [solr] janhoy commented on a diff in pull request #1151: SOLR-16155 DocumentBuilder should not include field values in error msgs

2022-10-30 Thread GitBox
janhoy commented on code in PR #1151: URL: https://github.com/apache/solr/pull/1151#discussion_r1008915536 ## solr/CHANGES.txt: ## @@ -37,6 +37,11 @@ New Features * SOLR-16500: Added --enable-preview for JDK 19 to enable MemorySegment support in MMapDirectory (Kevin Risden)