RE: Split package in Lucene 8.2.0

2019-09-05 Thread Uwe Schindler
Hi, this issue is known and cannot be solved by just patching lucene, it affects the whole lucene infrastrcuture. A change on this would break almost any app out there so it needs to be done on a major release. In addition, as Lucene uses SPI / service loaders, auto-modules don't works anyways

Split package in Lucene 8.2.0

2019-09-05 Thread Philippe Cadé
Dear all, We are working on getting rid of all split packages in our product and our dependencies. We have included Lucene 8.2.0 and noticed that both the lucene-core-8.2.0.jar and lucene-analyzers-common-8.2.0.jar files use the org.apache.lucene.analysis.standard package. This is not allowed anym