You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2019/06/17 07:01:00 UTC

[lucene-solr] 02/02: SOLR-13534 : Dynamic loading to support loading jars from a URL

This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 0c529cb968ee619c1e2620e7613f5140ceb4258a
Author: Noble Paul <no...@apache.org>
AuthorDate: Mon Jun 17 16:52:45 2019 +1000

    SOLR-13534 : Dynamic loading to support loading jars from a URL
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index cff498f..9ac6f99 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -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
 ----------------------