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/17 11:30:11 UTC

[lucene-solr] branch jira/SOLR-13822 updated (7f9c3d5 -> af78d90)

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

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


    from 7f9c3d5  More tests and made more robust
     add af78d90  Support for per collection override of package versions

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/solr/core/RequestParams.java   |  9 +++++
 .../src/java/org/apache/solr/core/SolrCore.java    |  2 +-
 .../java/org/apache/solr/pkg/PackageListeners.java | 28 ++++++++++----
 .../java/org/apache/solr/pkg/PackageLoader.java    | 44 +++++++++++++---------
 .../org/apache/solr/pkg/PackagePluginHolder.java   | 39 +++++++++++++++----
 .../src/test/org/apache/solr/pkg/TestPackages.java | 30 +++++++++++++++
 6 files changed, 119 insertions(+), 33 deletions(-)