You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2019/12/03 19:50:07 UTC

[lucene-solr] branch master updated (323b214 -> 09df664)

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

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


    from 323b214  GitHub PR template: inform committers this can be removed
     add 09df664  SOLR-13998: Add thread safety annotations to classes (#1053)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |  3 +++
 .../common/annotation/SolrSingleThreaded.java}     | 23 +++++++++----------
 .../{JsonProperty.java => SolrThreadSafe.java}     | 26 +++++++++-------------
 3 files changed, 25 insertions(+), 27 deletions(-)
 copy solr/{core/src/java/org/apache/solr/api/Command.java => solrj/src/java/org/apache/solr/common/annotation/SolrSingleThreaded.java} (68%)
 copy solr/solrj/src/java/org/apache/solr/common/annotation/{JsonProperty.java => SolrThreadSafe.java} (66%)