You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Obsolete("Using these extensions will allocte memory. New code should call EnterReadLock(), ExitReadLock(), EnterWriteLock() or ExitWriteLock() directly in a try/finally block. This class will be removed in 4.8.0 release candidate.")]
30
+
[Obsolete("Using these extensions will allocate memory. New code should call EnterReadLock(), ExitReadLock(), EnterWriteLock() or ExitWriteLock() directly in a try/finally block. This class will be removed in 4.8.0 release candidate.")]
Copy file name to clipboardExpand all lines: websites/site/contributing/how-to-setup-java-lucene-debugging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The Java Lucene 4.8 repository indicates that the following development environm
16
16
+ IntelliJ - IntelliJ IDEA can import the project out of the box.
17
17
+ NetBeans - Not tested.
18
18
19
-
In this document however, we will be using Eclipse because it's open source and widely used. Because Java Lucene 4.8 uses an old version of the Java JDK that has known security issues, the approach we take here is to setup a virtual machine vis VirtualBox to quarantine our use of the insecure JDK.
19
+
In this document however, we will be using Eclipse because it's open source and widely used. Because Java Lucene 4.8 uses an old version of the Java JDK that has known security issues, the approach we take here is to setup a virtual machine via VirtualBox to quarantine our use of the insecure JDK.
Copy file name to clipboardExpand all lines: websites/site/release-notes/version-4.8.0-beta00017.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ version: 4.8.0-beta00017
128
128
- Renamed classes from using Iterable and Iterator to Enumerable and Enumerator, where appropriate - some were missed in [#698](https://github.com/apache/lucenenet/pull/698).
129
129
- Normalize anonymous class names/accessibility. Fixes [#666](https://github.com/apache/lucenenet/pull/666).
130
130
- Lucene.Net.Util.Fst.BytesStore: Suffix anonymous classes with "AnonymousClass". See [#666](https://github.com/apache/lucenenet/pull/666).
131
-
- Renamed classes from using Iterable and Iterator to Enumerable and Enumerator, where appropropriate. See [#279](https://github.com/apache/lucenenet/pull/279).
131
+
- Renamed classes from using Iterable and Iterator to Enumerable and Enumerator, where appropriate. See [#279](https://github.com/apache/lucenenet/pull/279).
132
132
- Add a nested comment explaining why this method is empty. Fixes [#681](https://github.com/apache/lucenenet/pull/681).
133
133
- Lucene.Net.Benchmark.Support.TagSoup: Reviewed API for accessibility issues. Fixed error handling and guard clauses. Changed to generic collections. Renamed method arguments.
134
134
- Prefer 'AsSpan' over 'Substring' when span-based overloads are available. Fixes [#675](https://github.com/apache/lucenenet/pull/675).
0 commit comments