[
https://issues.apache.org/jira/browse/LUCENE-10260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448791#comment-17448791
]
Dawid Weiss commented on LUCENE-10260:
--------------------------------------
Although the information from meta inf does not seem to be completely ignore -
try describing an automatic module in 9.0 and you'll see this:
{code}
>java --module-path lucene/luke/build/lucene-luke-10.0.0-SNAPSHOT --add-modules
>org.apache.logging.log4j --describe-module lucene.core
[email protected] file:///.../lucene-core-10.0.0-SNAPSHOT.jar
automatic
requires java.base mandated
provides org.apache.lucene.index.SortFieldProvider with
org.apache.lucene.search.SortField$Provider
org.apache.lucene.search.SortedNumericSortField$Provider
org.apache.lucene.search.SortedSetSortField$Provider
provides org.apache.lucene.codecs.KnnVectorsFormat with
org.apache.lucene.codecs.lucene90.Lucene90HnswVectorsFormat
provides org.apache.lucene.codecs.DocValuesFormat with
org.apache.lucene.codecs.lucene90.Lucene90DocValuesFormat
provides org.apache.lucene.analysis.TokenizerFactory with
org.apache.lucene.analysis.standard.StandardTokenizerFactory
provides org.apache.lucene.codecs.Codec with
org.apache.lucene.codecs.lucene90.Lucene90Codec
provides org.apache.lucene.codecs.PostingsFormat with
org.apache.lucene.codecs.lucene90.Lucene90PostingsFormat
{code}
So it seems SPI providers are converted properly.
> Luke's about window no longer shows version number
> --------------------------------------------------
>
> Key: LUCENE-10260
> URL: https://issues.apache.org/jira/browse/LUCENE-10260
> Project: Lucene - Core
> Issue Type: Bug
> Components: luke
> Affects Versions: 9.0
> Reporter: Uwe Schindler
> Priority: Major
>
> This seems to be caused by the module change. It looks like the modularized
> (automodule) no longer can get the Implementation verison using class
> LuceneVersion (in root package).
>
> We should fix this in case of respin, otherwise it is cosmetical only.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]