[ 
https://issues.apache.org/jira/browse/LUCENE-7413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15424822#comment-15424822
 ] 

Uwe Schindler commented on LUCENE-7413:
---------------------------------------

This has 2 reasons:
- modularization in Java 9 does not allow same package in different JAR files. 
We want art some point move matter to java 9 and makes real modules or of it.
- javadocs in Java 8 already have the duplicate packages problem! It isn't able 
to handle same package in different compilation units.

> move legacy numeric support to backwards module
> -----------------------------------------------
>
>                 Key: LUCENE-7413
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7413
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Robert Muir
>             Fix For: master (7.0)
>
>         Attachments: LUCENE-7413.patch
>
>
> This code is deprecated since 6.0, but still sits in master branch in core. 
> I think we should move it to the backwards module as a step towards removing 
> it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to