David Ryan created LUCENE-9318: ---------------------------------- Summary: Fix Codec API to not rely on package-private classes as part of changes to support java module system Key: LUCENE-9318 URL: https://issues.apache.org/jira/browse/LUCENE-9318 Project: Lucene - Core Issue Type: Improvement Components: core/other Affects Versions: master (9.0) Reporter: David Ryan
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: [http://mail-archives.apache.org/mod_mbox/lucene-dev/202004.mbox/%3c0a5e01d60ff2$563f9c80$02bed580$@thetaphi.de%3e] This task is: {quote}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. {quote} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org