We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
codebase:
netbeans/ide/libs.lucene/external/binaries-list
Line 17 in 3ebd6cb
runtime:
Lucene 3.x is making misc.Unsafe calls, this was resolved in 5.x. apache/lucene#7301
sun/misc/Unsafe#addressSize org.apache.lucene.util.Constants.<clinit>(Line:79) sun/misc/Unsafe#arrayBaseOffset org.apache.lucene.util.RamUsageEstimator.<clinit>(Line:210) sun/misc/Unsafe#arrayIndexScale org.apache.lucene.util.RamUsageEstimator.<clinit>(Line:171) sun/misc/Unsafe#objectFieldOffset org.apache.lucene.util.RamUsageEstimator.<clinit>(Line:191)
those warnings will become errors in JDK 26, see parent issue #8259
updating it won't be trivial since it is exposed via editor API https://lucene.apache.org/core/4_0_0/MIGRATE.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
codebase:
netbeans/ide/libs.lucene/external/binaries-list
Line 17 in 3ebd6cb
runtime:
Lucene 3.x is making misc.Unsafe calls, this was resolved in 5.x. apache/lucene#7301
those warnings will become errors in JDK 26, see parent issue #8259
updating it won't be trivial since it is exposed via editor API
https://lucene.apache.org/core/4_0_0/MIGRATE.html
Committer
The text was updated successfully, but these errors were encountered: