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/10/12 06:08:55 UTC

[lucene-solr] branch master updated (84126ea -> 88f457e)

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

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


    from 84126ea  SOLR-13787: Better error logging
     add 88f457e  SOLR-13821: refactored the code to change the API to suit package loader

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/solr/core/CoreContainer.java   |  3 +
 .../apache/solr/filestore/DistribPackageStore.java | 60 ++++++--------
 .../org/apache/solr/filestore/PackageStore.java    |  6 +-
 .../org/apache/solr/filestore/PackageStoreAPI.java | 86 +++++++++++++++++++-
 .../src/java/org/apache/solr/util/CryptoKeys.java  | 20 +++++
 .../solr/filestore/TestDistribPackageStore.java    | 92 +++++++++++++---------
 6 files changed, 187 insertions(+), 80 deletions(-)