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/08/27 04:13:12 UTC

[lucene-solr] 02/02: SOLR-13710: Persist package jars locally & expose them over http at /api/node/blob

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 9d16380bce77c1d81c678c338d1da10c476ae0c9
Author: noble <no...@apache.org>
AuthorDate: Tue Aug 27 14:08:17 2019 +1000

    SOLR-13710: Persist package jars locally & expose them over http at /api/node/blob
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 4740ef1..94f24da 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -67,6 +67,9 @@ New Features
 
 * SOLR-13707: API to expose the currently used package name, details for each plugin (noble)
 
+* SOLR-13710: Persist package jars locally & expose them over http at /api/node/blob  (noble)
+
+
 Improvements
 ----------------------