You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2016/08/17 16:14:21 UTC

[jira] [Comment Edited] (LUCENE-7413) move legacy numeric support to backwards module

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

Uwe Schindler edited comment on LUCENE-7413 at 8/17/16 4:13 PM:
----------------------------------------------------------------

This has 2 reasons:
- modularization in Java 9 does not allow same package in different JAR files. We want at some point move master to java 9 and make 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.


was (Author: thetaphi):
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org