-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: master (9.0)
-
Fix Version/s: master (9.0)
-
Component/s: core/other
-
Lucene Fields:New
To allow Lucene to be modularised with Java module system there are a few preparatory tasks to be completed prior to this being possible. These are detailed by Uwe on the mailing list here:
This task is:
Fix Codec API to not rely on package-private classes, so we can have a completely public API with abstract classes for codecs, so stuff in backwards-codecs does not need to have access to package private stuff in core.
- is a child of
-
LUCENE-9499 Clean up package name conflicts between modules (split packages)
-
- Resolved
-
- links to