From 9d16380bce77c1d81c678c338d1da10c476ae0c9 Mon Sep 17 00:00:00 2001 From: noble Date: Tue, 27 Aug 2019 14:08:17 +1000 Subject: [PATCH] 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 4740ef13da2..94f24da50f1 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 ----------------------