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 06:53:08 UTC

[lucene-solr] branch master updated: 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 master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b74b0e  SOLR-13534 : Dynamic loading to support loading jars from a URL
0b74b0e is described below

commit 0b74b0ecc07fc4584299451f3fb830ee6f808804
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 0336152..4af2a04 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -127,6 +127,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
 ----------------------