From 764747e8b2f0980b50f39631054913937bd89a21 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 7327e88d7f8..f89e489df4f 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -120,6 +120,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 ----------------------