-
Notifications
You must be signed in to change notification settings - Fork 892
Labels
Upgrade LibraryLibrary (Dependency) UpgradeLibrary (Dependency) Upgradepriority:highHigh priority issue that should, if possible, be fixed in next releaseHigh priority issue that should, if possible, be fixed in next release
Milestone
Description
codebase:
9EC77E2507F9CC01756964C71D91EFD8154A8C47 org.apache.lucene:lucene-core:3.6.2 - https://github.com/search?q=repo%3Aapache%2Fnetbeans+org.netbeans.libs.lucene+language%3AXML&type=code&l=XML
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
Committer
- I acknowledge that I am a maintainer/committer in the Apache NetBeans project.
Sub-issues
Metadata
Metadata
Assignees
Labels
Upgrade LibraryLibrary (Dependency) UpgradeLibrary (Dependency) Upgradepriority:highHigh priority issue that should, if possible, be fixed in next releaseHigh priority issue that should, if possible, be fixed in next release