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 2020/06/23 04:39:46 UTC

[lucene-solr] branch jira/solr14404 updated (35c057f -> 6dcbc20)

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

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


    from 35c057f  Merge branch 'master' into jira/solr14404
     add 6dcbc20  implemented feedback comments

No new revisions were added by this update.

Summary of changes:
 .../src/java/org/apache/solr/api/AnnotatedApi.java | 26 +++++++++++------
 solr/core/src/java/org/apache/solr/api/ApiBag.java |  4 +--
 .../apache/solr/api/CustomContainerPlugins.java    | 33 ++++++++++++++--------
 .../src/java/org/apache/solr/api/PayloadObj.java   |  4 +++
 .../java/org/apache/solr/pkg/PackageListeners.java |  3 +-
 .../apache/solr/handler/TestContainerPlugin.java   | 23 ++++++---------
 .../client/solrj/request/beans/PluginMeta.java     |  3 ++
 .../java/org/apache/solr/common/util/PathTrie.java |  8 ++++--
 .../org/apache/solr/common/util/TestPathTrie.java  |  2 +-
 9 files changed, 66 insertions(+), 40 deletions(-)