This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 4219e36 Fixed merge conflicts/other issues for patch LUCENE-5644 (see
#208)
new ff2db42 SWEEP: Removed unnecessary .NET Framework references from all
test projects
new ed2bf96 Directory.Build.targets: Added FEATURE_THREAD_INTERRUPT and
implemented throughout solution
new 5fcbaf2 Added conditional compilation for FEATURE_THREAD_PRIORITY
new a2abd1f Directory.Build.targets: Added FEATURE_THREAD_YIELD
new 556bf82 Lucene.Net.Tests.QueryParser.Xml.TestQueryTemplateManager:
Changed conditional compilation to FEATURE_XSLT
new 5bfe1e1 Directory.Build.targets: Added
FEATURE_CULTUREINFO_CURRENTCULTURE_SETTER and implemented throughout solution
new f6ac6f4 Directory.Build.targets: Added
FEATURE_CULTUREINFO_GETCULTURES and implemented throughout solution
new 5338b79 Directory.Build.targets: Added
FEATURE_SECURITYPERMISSIONS_HOSTPROTECTION and FEATURE_ARGITERATOR and
implemented in Lucene.Net.Util.SystemConsole class
new ef7c48a Directory.Build.targets: Added
FEATURE_METHODBASE_GETMETHODBODY and implemented throughout solution
new d371ed1 Directory.Build.targets: Added FEATURE_TEXTWRITER_CLOSE,
FEATURE_TEXTWRITER_CREATEOBJREF, and
FEATURE_TEXTWRITER_INITIALIZELIFETIMESERVICE and implemented throughout solution
new 4c55677 Directory.Build.targets: Added FEATURE_ENCODINGPROVIDERS and
implemented throughout solution
new 529aa4d Lucene.Net.Util.Constants: Refactored to use
RuntimeInformation on .NET Framework
new d8a37cb Lucene.Net.Tests.TestFramework.DependencyInjection: Hard
wired to net48 so it is unaffected if the rest of the solution is changed to
test .NET Framework versions that do not support
Microsoft.Extensions.DependencyInjection lower than the current version
new c047ae9 Directory.Build.targets: Added NETFRAMEWORK compilation symbol
new 20b0e37 Directory.Build.targets: Added
FEATURE_TYPE_GETMETHOD__BINDINGFLAGS_PARAMS and implemented throughout solution
new 6fe133e Directory.Build.targets: Added
FEATURE_APPDOMAIN_ISFULLYTRUSTED and implemented throughout solution
new 4a78048 Directory.Build.targets: Added
FEATURE_APPDOMAIN_BASEDIRECTORY and implemented throughout solution
new a38e089 Directory.Build.targets: Added
FEATURE_ASSEMBLY_GETCALLINGASSEMBLY and implemented throughout solution
new c39e793 Directory.Build.targets: Added
FEATURE_APPDOMAIN_GETASSEMBLIES and implemented throughout solution
new d0f676d Directory.Build.targets: Added FEATURE_BITARRAY_COPYTO and
implemented throughout solution
new a5a4aed Directory.Build.targets: Added
FEATURE_MEMORYMAPPEDFILESECURITY and implemented throughout solution
new c8af45f Directory.Build.targets: Added
FEATURE_STACKOVERFLOWEXCEPTION__ISCATCHABLE and implemented throughout solution
new dd62c71 Directory.Build.targets: Renamed NETSTANDARD1_6 to
NETSTANDARD1_X so it isn't dependent on the minor version number
new bf7a1c5 Directory.Build.targets: Inverted FEATURE_STACKTRACE so it is
on when System.Diagnostics.StackTrace is available
new 172be69 Lucene.Net.Expressions: Eliminated .NET settings file and
reused JavascriptCompiler.properties file in .NET Framework so we don't have to
branch for different target platforms. Simplified reading the settings by using
J2N PropertyExtensions.
The 25 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:
Directory.Build.targets | 49 +++-
.../Analysis/Util/BufferedCharFilter.cs | 10 +-
.../Dict/BinaryDictionary.cs | 6 +-
.../JapaneseTokenizerFactory.cs | 2 +-
.../Tools/DictionaryBuilder.cs | 2 +-
src/Lucene.Net.Analysis.SmartCn/AnalyzerProfile.cs | 8 +-
.../JS/JavascriptCompiler.cs | 38 +--
.../Lucene.Net.Expressions.csproj | 22 +-
.../Properties/Settings.Designer.cs | 326 ---------------------
.../Properties/Settings.settings | 101 -------
src/Lucene.Net.Expressions/app.config | 108 -------
.../Analysis/BaseTokenStreamTestCase.cs | 4 +-
.../Store/BaseDirectoryTestCase.cs | 2 +-
.../Store/MockDirectoryWrapper.cs | 2 +-
.../Store/SlowClosingMockIndexInputWrapper.cs | 2 +-
.../Store/SlowOpeningMockIndexInputWrapper.cs | 4 +-
.../Support/ApiScanTestBase.cs | 4 +-
.../Support/CultureInfoSupport.cs | 4 +-
.../Support/StackTraceHelper.cs | 23 +-
.../Util/LuceneTestCase.cs | 6 +-
.../Util/TestRuleSetupAndRestoreClassEnv.cs | 4 +-
.../Util/ThrottledIndexOutput.cs | 4 +-
.../Analysis/Util/TestBufferedCharFilter.cs | 2 +-
.../Lucene.Net.Tests.Analysis.Common.csproj | 2 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Analysis.Kuromoji.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Analysis.Morfologik.csproj | 5 -
.../Lucene.Net.Tests.Analysis.OpenNLP.csproj | 5 -
.../Language/StringEncoderAbstractTest.cs | 4 +-
.../Lucene.Net.Tests.Analysis.Phonetic.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Analysis.SmartCn.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Analysis.Stempel.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Benchmark.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Classification.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Codecs.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Demo.csproj | 5 -
.../Lucene.Net.Tests.Expressions.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Facet.csproj | 5 -
src/Lucene.Net.Tests.Facet/SlowRAMDirectory.cs | 4 +-
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Grouping.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Highlighter.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Join.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Memory.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Misc.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Queries.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.QueryParser.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Xml/TestQueryTemplateManager.cs | 10 +-
.../Lucene.Net.Tests.Replicator.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Sandbox.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Spatial.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests.Suggest.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
....Tests.TestFramework.DependencyInjection.csproj | 3 +
.../Support/TestApiConsistency.cs | 2 +-
.../Lucene.Net.Tests._A-D.csproj | 5 -
.../Lucene.Net.Tests._E-I.csproj | 5 -
.../Lucene.Net.Tests._I-J.csproj | 5 -
.../Lucene.Net.Tests._J-S.csproj | 5 -
.../Lucene.Net.Tests._T-Z.csproj | 5 -
.../Index/TestDocumentsWriterDeleteQueue.cs | 4 +-
.../Index/TestDocumentsWriterStallControl.cs | 6 +-
src/Lucene.Net.Tests/Index/TestIndexWriter.cs | 6 +-
.../Index/TestIndexWriterExceptions.cs | 2 +-
.../Index/TestIndexWriterNRTIsCurrent.cs | 4 +-
.../Index/TestIndexWriterReader.cs | 4 +-
.../Index/TestIndexWriterWithThreads.cs | 4 +-
.../Index/TestSnapshotDeletionPolicy.cs | 4 +-
.../Search/TestControlledRealTimeReopenThread.cs | 12 +-
src/Lucene.Net.Tests/Search/TestSearcherManager.cs | 4 +-
.../Search/TestTimeLimitingCollector.cs | 2 +-
src/Lucene.Net.Tests/Support/TestApiConsistency.cs | 2 +-
src/Lucene.Net.Tests/Support/TestToStringUtils.cs | 4 +-
src/Lucene.Net.Tests/TestWorstCaseTestBehavior.cs | 10 +-
src/Lucene.Net.Tests/Util/TestConstants.cs | 4 +-
.../Util/TestRamUsageEstimatorOnWildAnimals.cs | 2 +-
src/Lucene.Net.Tests/Util/TestSetOnce.cs | 2 +-
src/Lucene.Net.Tests/Util/TestVersion.cs | 2 +-
src/Lucene.Net.Tests/Util/TestWeakIdentityMap.cs | 8 +-
.../Index/DocumentsWriterFlushControl.cs | 4 +-
.../Index/DocumentsWriterStallControl.cs | 4 +-
src/Lucene.Net/Index/IndexWriter.cs | 14 +-
src/Lucene.Net/Index/MergePolicy.cs | 4 +-
.../Search/ControlledRealTimeReopenThread.cs | 8 +-
src/Lucene.Net/Search/IndexSearcher.cs | 2 +-
src/Lucene.Net/Search/TimeLimitingCollector.cs | 4 +-
src/Lucene.Net/Store/Lock.cs | 4 +-
src/Lucene.Net/Store/MMapDirectory.cs | 2 +-
src/Lucene.Net/Store/RateLimiter.cs | 4 +-
src/Lucene.Net/Support/AssemblyUtils.cs | 10 +-
src/Lucene.Net/Support/BitArrayExtensions.cs | 14 +-
.../Support/Compatibility/NullableAttributes.cs | 2 +-
src/Lucene.Net/Support/IO/SafeTextWriterWrapper.cs | 11 +-
src/Lucene.Net/Support/Index/TaskMergeScheduler.cs | 6 +-
src/Lucene.Net/Support/Util/NamedServiceFactory.cs | 6 +-
src/Lucene.Net/Support/Util/SystemConsole.cs | 80 ++---
src/Lucene.Net/Util/Constants.cs | 143 ++-------
src/Lucene.Net/Util/IOUtils.cs | 4 +-
src/Lucene.Net/Util/VirtualMethod.cs | 8 +-
.../Lucene.Net.Tests.ICU.csproj | 5 -
.../Support/TestApiConsistency.cs | 2 +-
119 files changed, 295 insertions(+), 1072 deletions(-)
delete mode 100644 src/Lucene.Net.Expressions/Properties/Settings.Designer.cs
delete mode 100644 src/Lucene.Net.Expressions/Properties/Settings.settings
delete mode 100644 src/Lucene.Net.Expressions/app.config