uschindler commented on code in PR #2175: URL: https://github.com/apache/solr/pull/2175#discussion_r1442595590
########## solr/core/src/java/org/apache/solr/schema/IndexSchema.java: ########## @@ -652,6 +657,7 @@ protected void readSchema(ConfigSetService.ConfigResource is) { loadCopyFields(rootNode); postReadInform(); + fieldTypes.values().forEach(this::informResourceLoaderAwareObjectsForFieldType); Review Comment: move this line into the `postReadInform()` method called before. ########## solr/core/src/java/org/apache/solr/schema/ManagedIndexSchema.java: ########## @@ -1307,37 +1299,6 @@ protected void postReadInform() { } Review Comment: remove this whole method, too -- 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