[lucenenet] branch master updated (26c0145 -> f9e8fc0)

2020-02-08 Thread nightowl888
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 26c0145 Fixed merge conflict: Removed CommonAssemblyKeys.cs reference from Lucene.Net.csproj new

[lucenenet] 35/35: BUG: Lucene.Net.Search.BooleanClause::Equals(BooleanClause): Fixed potential null reference exception when Query is set to null

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit f9e8fc0c8f71448927f91b015d3582d7b6675fd1 Author: Shad Storhaug AuthorDate: Sat Feb 8 19:42:53 2020 +0700

[lucenenet] 03/35: Lucene.Net.Facet, Lucene.Net.QueryParser: Factored out LurchTable in favor of J2N's implementation

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit e315e918275dd9760e12e953bc30da8f8c06689b Author: Shad Storhaug AuthorDate: Thu Feb 6 20:10:55 2020 +0700

[lucenenet] 18/35: BREAKING: Lucene.Net.Support.IO: Marked BinaryReaderDataInput, BinaryReaderDataOutput and ByteArrayOutputStream internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit d8edac296b8cbebf8b7aebeff18ac4a6a86f263a Author: Shad Storhaug AuthorDate: Fri Feb 7 10:05:11 2020 +0700

[lucenenet] 28/35: BREAKING: Lucene.Net.TestFramework.Support.JavaCompatibility.AbstractBeforeAfterRule: Moved from Lucene.Net.Support namespace to Lucene.Net.Util

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 86d16944d56a0804a841b39e023c1c131f267701 Author: Shad Storhaug AuthorDate: Sat Feb 8 17:39:00 2020 +0700

[lucenenet] 33/35: Lucene.Net.Support.IO.FileStreamExtensions::Read(): Moved to StreamExtensions class and optimized to read bytes in bulk instead of one byte at a time (fixes LUCENENET-643)

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 5da2567ea771538a31566918066d01bde3b6af0f Author: Shad Storhaug AuthorDate: Fri Feb 7 12:38:54 2020 +0700

[lucenenet] 30/35: BREAKING: Lucene.Net.Util.NumberFormat, Lucene.Net.QueryParsers.Flexible.Standard.Config.NumberDateFormat: Changed protected locale field to private, made property named Culture, an

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 4452aa4b8bef6399c8c379e4317cb80da07c7d50 Author: Shad Storhaug AuthorDate: Sat Feb 8 21:03:16 2020 +0700

[lucenenet] 29/35: BREAKING: Lucene.Net.TestFramework.Support: Changed namespace of ApiScanTestBase, CultureInfoSupport, and ExceptionSerializationTestBase to Lucene.Net.Util

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 

[lucenenet] 27/35: BREAKING: Lucene.Net.Support.NumberFormat: Moved to Lucene.Net.Util namespace

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit f062c04891b997f392dd79e24cdcd91b5b0e1677 Author: Shad Storhaug AuthorDate: Sat Feb 8 17:20:59 2020 +0700

[lucenenet] 20/35: BREAKING: Lucene.Net.Support.IO: Marked SafeTextWriterWrapper internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 6cd02b49524ae2a0e6b87076e5eefc914b29e061 Author: Shad Storhaug AuthorDate: Fri Feb 7 10:15:07 2020 +0700

[lucenenet] 10/35: BREAKING: Lucene.Net.Support: Marked ICallable interface internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 20f75fda2ef0a151d958a77c3642eb6399353d6c Author: Shad Storhaug AuthorDate: Thu Feb 6 23:07:42 2020 +0700

[lucenenet] 31/35: BREAKING: Lucene.Net.Support: Moved SystemProperties class to Lucene.Net.Util namespace

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 79eeb85385820445b78e4c3a050da5f599b975c4 Author: Shad Storhaug AuthorDate: Sat Feb 8 21:41:45 2020 +0700

[lucenenet] 07/35: BREAKING: Lucene.Net.Support.Threading: Marked ReentrantLock internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit e29dc7cafb8f70e629cfc50f52c672e8aff776ae Author: Shad Storhaug AuthorDate: Thu Feb 6 20:35:04 2020 +0700

[lucenenet] 08/35: BREAKING: Lucene.Net.Support.Threading: Marked LimitedConcurrencyLevelTaskScheduler internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit de0f1491b55f0b84a681cd0c07d3dfd23549b132 Author: Shad Storhaug AuthorDate: Thu Feb 6 20:37:07 2020 +0700

[lucenenet] 04/35: BREAKING: Lucene.Net.Support.Threading: Deleted unused ThreadLock class

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 933e3459425382c31edd968f785eae77d0e18e1d Author: Shad Storhaug AuthorDate: Thu Feb 6 20:18:10 2020 +0700

[lucenenet] 12/35: BREAKING: Lucene.Net.Support: Marked AssemblyUtils internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit d12e918ad5333fb8df019aff36785e9274f38f09 Author: Shad Storhaug AuthorDate: Thu Feb 6 23:32:28 2020 +0700

[lucenenet] 24/35: BREAKING: Lucene.Net.Support.CRC32, Lucene.Net.Support.IChecksum, Lucene.Net.Store.BufferedChecksum: Marked internal now to prevent a future breaking change, since the plan is to us

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 6e8897762faf2ab8b9ef4bc485f47db314f12c4f Author: Shad Storhaug AuthorDate: Sat Feb 8 14:40:12 2020 +0700

[lucenenet] 06/35: BREAKING: Lucene.Net.Support.Threading: Deleted unused DisposableThreadLocalProfiler

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 30efa4454f62fc731141fe6da2e907bdac9c0dc5 Author: Shad Storhaug AuthorDate: Thu Feb 6 20:32:01 2020 +0700

[lucenenet] 01/35: Upgraded J2N to 2.0.0-beta-0002 and ICU4N to 60.1.0-alpha.203

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 9843db64b0eedf86f9afb2488ad19fecc28629fc Author: Shad Storhaug AuthorDate: Sat Feb 8 00:11:44 2020 +0700

[lucenenet] 09/35: BREAKING: Factored out Lucene.Net.Support.AssemblyExtensions in favor of J2N's implementation

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 81946c4e228abe62d99fefd6e4601924fc6961d9 Author: Shad Storhaug AuthorDate: Thu Feb 6 22:43:59 2020 +0700

[lucenenet] 23/35: BREAKING: Lucene.Net.Support: Marked RectangularArrays internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit f3962315c192caaa797ac68868380368fe928b14 Author: Shad Storhaug AuthorDate: Sat Feb 8 12:45:22 2020 +0700

[lucenenet] 02/35: azure-pipelines.yml, run-tests-on-os.yml: Upgraded UseDotNet task to version 2

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 57cd889c78464a14596c8a2e9f4c33b3b139c55c Author: Shad Storhaug AuthorDate: Tue Feb 4 23:16:38 2020 +0700

[lucenenet] 15/35: BREAKING: Lucene.Net.Support: Marked Number class internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 9f66ace040e6ed60452820bee113af5a0e6470d2 Author: Shad Storhaug AuthorDate: Thu Feb 6 23:49:53 2020 +0700

[lucenenet] 32/35: BREAKING: Lucene.Net.Benchmark.Support: Moved EnglishNumberFormatExtensions to Lucene.Net.Util namespace

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 67013f10205ac0f4ef0b4900647f19d4c89b0893 Author: Shad Storhaug AuthorDate: Sat Feb 8 22:07:09 2020 +0700

[lucenenet] 34/35: Upgraded Morfologik.Stemming to 2.1.6-beta-0004

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 039f380b52da7ba136ba2343e70c351b96c9f5fd Author: Shad Storhaug AuthorDate: Sat Feb 8 01:50:16 2020 +0700

[lucenenet] 25/35: BREAKING: Lucene.Net.Support: Moved ExceptionExtensions to Lucene.Net.Util namespace

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 6412f5d95e57c2f5f4f6fa652ecf2e37621ce2bb Author: Shad Storhaug AuthorDate: Sat Feb 8 14:49:53 2020 +0700

[lucenenet] 05/35: BREAKING: Lucene.Net.Support.Threading: Marked ICompletionService and TaskSchedulerCompletionService internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 3eb9d39d62193ed81482601d74c08ebb8f69c62c Author: Shad Storhaug AuthorDate: Thu Feb 6 20:29:43 2020 +0700

[lucenenet] 14/35: BREAKING: Lucene.Net.Support: Marked DictionaryExtensions, EnumerableExtensions, and SetExtensions internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 22d52a9ab0b947f42a818193af00c805f53515eb Author: Shad Storhaug AuthorDate: Thu Feb 6 23:45:53 2020 +0700

[lucenenet] 17/35: BREAKING: Lucene.Net.Support: Marked IdentityWeakReference internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 608bbe3d85f27078016396b3ea003eadfa65d0d0 Author: Shad Storhaug AuthorDate: Fri Feb 7 00:13:36 2020 +0700

[lucenenet] 16/35: BREAKING: Lucene.Net.Support: Marked Time class internal, factored out CurrentTimeMilliseconds() in favor of J2N's

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 3fe42031d2c25996f0ce4bf24688217a94bdaa41 Author: Shad Storhaug AuthorDate: Fri Feb 7 00:01:14 2020 +0700

[lucenenet] 13/35: BREAKING: Lucene.Net.Support: Marked BitArrayExtensions internal

2020-02-08 Thread nightowl888
This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git commit 9c867a128e9e1701e15cb692b3ed61cc1a8d6f05 Author: Shad Storhaug AuthorDate: Thu Feb 6 23:34:53 2020 +0700