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
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