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

Uwe Schindler commented on LUCENE-8738:
---------------------------------------

Sorry, forget about it. I will try to fix it in 8.x branch in a separate issue. 
The problem is:
- If you have branch 8.x checked out (or the current master still on java 8) 
and you build the javadocs with Java 8, all works fine.
- If you then switch without "ant clean" to Java 11 and rebuild code/javadocs, 
it fails, as the Java 11 javadocs tool looks for the new package-list name when 
referring to other Lucene modules.

So my wish would be to make javadoc tool in Lucene 8.x produce the same 
package-list files on all JVMs. If you compile and build javadocs on Lucene 8.x 
with Java 11 it produces element-list and fails. But that's more an issue of 
8.x only.

This issue was getting on my nerves yesterday. But sorry for the hassle here, 
it just looked like the same problem...

> 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)
>
>
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to