Re: Undocumented change in Javadocs in Java 8 u121

2017-01-27 Thread Jonathan Gibbons
Uwe, Unfortunately, the release note is incorrect and needs to be updated. All uses of JavaScript will be rejected, unless the enabling option is specified. This applies equally to JavaScript found in documentation comments and any command-line options used to specify fragments of HTML to be

Re: Undocumented change in Javadocs in Java 8 u121

2017-01-27 Thread Uwe Schindler
Thanks! If I understand correctly, it adds a warning for javadoc code comments that contain JS, but fails if the top or bottom parameter contains JS. Uwe Am 26. Januar 2017 23:10:21 MEZ schrieb Michel Trudeau : >Updated release notes for 8u121. > >http://www.oracle.com/technetwork/java/javase/

Re: Undocumented change in Javadocs in Java 8 u121

2017-01-26 Thread Michel Trudeau
Updated release notes for 8u121. http://www.oracle.com/technetwork/java/javase/8u121-relnotes-3315208.html -- --Michel Michel Trudeau January 24, 2017 at 5:44 PMvia Postbox

Re: Undocumented change in Javadocs in Java 8 u121

2017-01-24 Thread Michel Trudeau
Uwe, Thanks for reporting the issue. The new command line argument should have been documented in the release notes. We are fixing this. -- Thanks, Michel Uwe Schindler January 22, 2017 at 4:07 AM Hi, after updating our Jenkins server to Java 8 update 121

Undocumented change in Javadocs in Java 8 u121

2017-01-22 Thread Uwe Schindler
Hi, after updating our Jenkins server to Java 8 update 121, we noticed the folliwng error message while building Javadocs: [javadoc] Constructing Javadoc information... [javadoc] javadoc: error - Argument for -bottom contains JavaScript. [javadoc] Use --allow-script-in-comments to allow use of J