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

Uwe Schindler edited comment on LUCENE-8738 at 3/25/19 5:38 PM:
----------------------------------------------------------------

Hi,
next to updating the {{-release}} flag in the JDK (and removal for the legacy 
{{-source/target}} switch in the build), there are some thing to take care of:
- Remove outdated if/then/else in build.xml files (release/source/target); 
remove unused properties
- Remove MR-JARs: Replace Future* stuff by native Java APIs and remove the 
build.xml code
- Update ECJ so it can process Java 11 source code
- Update Javadocs Linter Python to understand the new Javadocs Doclet output 
format. In our current builds when it detects Java 9+ it disables the python 
linter, as the HTML output format of Java 9+ is incompatible. I'd let the 
if/else available, as the recent changes in JDK 13 will make the linter 
incompatible again. So we should only lint if its processed with the expected 
JDK version.
- Enable the Javadoc search field by using the new doclet.



was (Author: thetaphi):
Hi,
next to updating the {{-release}} flag in the JDK (and removal for the legacy 
{{-source/target}} switch in the build), there are some thing to take care of:
- Remove outdated if/then/else in build.xml files (release/source/target); 
remove unused properties
- Remove MR-JARs: Replace Future* stuff by native Java APIs and remove the 
build.xml code
- Update ECJ so it can process Java 11 source code
- Update Javadocs Linter Python to understand the new Javadocs Doclet output 
format. In our current builds when it detects Java 9+ it disables the python 
linter, as the HTML output format of Java 9+ is incompatible
- Enable the Javadoc search field by using the new doclet.


> Bump minimum version requirement to 11
> --------------------------------------
>
>                 Key: LUCENE-8738
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8738
>             Project: Lucene - Core
>          Issue Type: Improvement
>            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