Re: Java 9 issues

2017-07-28 Thread Dawid Weiss
> it will be good if Lucene team can share their plans for a full java 9 > support (e.g. named modules of Lucene libraries) So, here it is: we plan to support it. (*) Dawid (*) When it's stabilized and documented (it still isn't) [1]. And when somebody has the time to do it (patches welcome, it'

Re: Java 9 issues

2017-07-28 Thread Abu Abdullah
ber JAR file using >> Maven Shade plugin and use that as a "single huge module". >> >> Uwe >> >> - >> Uwe Schindler >> Achterdiek 19, D-28357 Bremen >> http://www.thetaphi.de >> eMail: u...@thetaphi.de >> >> > -Original Mess

RE: Java 9 issues

2017-07-27 Thread Uwe Schindler
t; > From: Abu Abdullah [mailto:falcon.sh...@gmail.com] > > Sent: Friday, July 28, 2017 6:33 AM > > To: java-user@lucene.apache.org > > Subject: Java 9 issues > > > > Hi, > > > > I'm trying to compile my app in java 9 where i hit an issue related t

RE: Java 9 issues

2017-07-27 Thread Uwe Schindler
hterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Abu Abdullah [mailto:falcon.sh...@gmail.com] > Sent: Friday, July 28, 2017 6:33 AM > To: java-user@lucene.apache.org > Subject: Java 9 issues > > Hi, > > I&#

Java 9 issues

2017-07-27 Thread Abu Abdullah
Hi, I'm trying to compile my app in java 9 where i hit an issue related to the module system of java 9. the current lucene libraries (JARs) have the same classes in multiple JARs (considered modules in java9). the error thrown is: error: module ant reads package org.apache.lucene.analysis.standar