[
https://issues.apache.org/jira/browse/LUCENE-8738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16818181#comment-16818181
]
Uwe Schindler commented on LUCENE-8738:
---------------------------------------
While cycling home and thinking about the problem, I have an idea how to fix it:
The problem mostly occurs when stuff wants to refer from a module to
lucene-core (at in the errors above). As duplicate packages are a bad thing and
also in previous versions it was not fully working correctly (e.g., referals to
other modules were not working we avoided those), I'd suggest to patch all
module "package-list / element-list" files and just remove the common packages
from them. I'd just add a "grep" ant task after buildinmg javadocs, that
removes all the common ones like "org.apache.lucene.search" packages from all
module list files (just emulating what previous Javadocs did). This should fix
the issue.
But we should rellay work on modularizing lucene, so we have to remove
duplicate/split packages anyways.
> Bump minimum Java version requirement to 11
> -------------------------------------------
>
> Key: LUCENE-8738
> URL: https://issues.apache.org/jira/browse/LUCENE-8738
> Project: Lucene - Core
> Issue Type: Improvement
> Components: general/build
> Reporter: Adrien Grand
> Priority: Minor
> Labels: Java11
> Fix For: master (9.0)
>
> Attachments: LUCENE-8738-solr-CoreCloseListener.patch
>
>
> See vote thread for reference: https://markmail.org/message/q6ubdycqscpl43aq.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]