Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-7651

Javadocs build fails with Java 8 update 121

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 6.4
    • 6.4.1, 6.5, 7.0
    • general/javadocs
    • Java 8 update 121

    • New

    Description

      Oracle released the recent Java 8 security update (u121). The Jenkins builds fail with the following error while building the Javadocs:

        [javadoc] Constructing Javadoc information...
        [javadoc] javadoc: error - Argument for -bottom contains JavaScript.
        [javadoc] Use --allow-script-in-comments to allow use of JavaScript.
        [javadoc] 1 error
      

      This is caused by the Javascript added to pretty-print code examples. We load this in the page footer "<bottom>" parameter.

      Surely, it will be posisble to simply add the mentioned argument, but this will break builds with earlier Java 8 versions.

      This is nowhere documented, I haven't seen any documentation about this flag nowhere, so I assume this is a bug in Java. They can't change or add command line parameters in minor updates of Java 8. I will ask on the OpenJDK mailing lists if this is a bug (maybe accidentally backported from Java 9).

      Attachments

        1. LUCENE-7651.patch
          54 kB
          Uwe Schindler
        2. LUCENE-7651.patch
          51 kB
          Uwe Schindler
        3. LUCENE-7651.patch
          51 kB
          Uwe Schindler
        4. LUCENE-7651.patch
          3 kB
          Uwe Schindler

        Activity

          People

            uschindler Uwe Schindler
            uschindler Uwe Schindler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: