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

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

Hi,
it's indeed like said before: jTIDY can't process HTML5 - plain simple. It 
passes the check on Java 11 when I add the {{-html4}} parameter to Javadocs 
call (currentöly it uses {{-html5}}, but that param is obsolete as this is the 
default).

I just had to disable the javadocs warning check to make build pass, otherwise 
it failed:

{noformat}
  [javadoc] javadoc: warning - You have specified the HTML version as HTML 4.01 
by using the -html4 option.
  [javadoc] The default is currently HTML5 and the support for HTML 4.01 will 
be removed
  [javadoc] in a future release. To suppress this warning, please ensure that 
any HTML constructs
  [javadoc] in your comments are valid in HTML5, and remove the -html4 option.
{noformat}

I see currently only one possibility: disable jTIDY until we find a 
replacement. I will do this now and add a TODO. I will also remove the obsolete 
{{-html5}} parameter.

> 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