SOLR-13534 : Dynamic loading to support loading jars from a URL

This commit is contained in:
Noble Paul 2019-06-17 16:52:45 +10:00
parent 562c462ee3
commit 0c529cb968
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ New Features
* SOLR-13552: Add recNum Stream Evaluator (Joel Bernstein)
* SOLR-13534 : Dynamic loading to support loading jars from a URL (noble)
Bug Fixes
----------------------