You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kr...@apache.org on 2019/02/24 21:23:39 UTC

[lucene-solr] branch jira/solr-13268 updated (9a80088 -> be73f6c)

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

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


 discard 9a80088  SOLR-13268: SOLR-12055 log4j2 async test fixes
     new 5209762  SOLR-11883: reporting syntax errors as Bad Request instead of 500.
     new fe5a96a  SOLR-13268: Clean up any test failures resulting from SOLR-12055 (async logging). Kevin's upgrades
     new 9e7ec87  SOLR-9763: Remove the workaround implemented for HADOOP-12767 (Kevin Risden)
     new be73f6c  SOLR-13268: SOLR-12055 log4j2 async test fixes

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9a80088)
            \
             N -- N -- N   refs/heads/jira/solr-13268 (be73f6c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 31427 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 solr/CHANGES.txt                                   |  4 ++
 .../org/apache/solr/search/FunctionQParser.java    | 60 ++++++++++++++++------
 .../security/DelegationTokenKerberosFilter.java    | 15 +-----
 .../org/apache/solr/security/HadoopAuthFilter.java | 17 +-----
 .../org/apache/solr/util/StartupLoggingUtils.java  | 17 ------
 .../apache/solr/cloud/rule/ImplicitSnitchTest.java |  3 +-
 .../test/org/apache/solr/schema/UUIDFieldTest.java |  4 +-
 .../search/SignificantTermsQParserPluginTest.java  |  4 +-
 .../solr/search/function/TestFunctionQuery.java    | 47 +++++++++++++++++
 .../apache/solr/util/TestObjectReleaseTracker.java |  3 +-
 .../org/apache/solr/util/TestSystemIdResolver.java |  3 +-
 .../licenses/log4j-web-LICENSE-ASL.txt             |  2 +-
 .../{log4j-api-NOTICE.txt => log4j-web-NOTICE.txt} |  2 +-
 .../src/java/org/apache/solr/SolrTestCaseJ4.java   |  2 -
 14 files changed, 109 insertions(+), 74 deletions(-)
 copy lucene/licenses/commons-logging-LICENSE-ASL.txt => solr/licenses/log4j-web-LICENSE-ASL.txt (99%)
 copy solr/licenses/{log4j-api-NOTICE.txt => log4j-web-NOTICE.txt} (93%)