Uploaded image for project: 'Maven Javadoc Plugin'
  1. Maven Javadoc Plugin
  2. MJAVADOC-442

Support new jdk9 java version scheme

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.10.4
    • None

    Description

      First of all JavadocUtil#parseJavadocVersion(String) must be improved according to the specs of JEP 223

      Next AbstractJavadocMojo#setFJavadocVersion(File) contains a fallback based on SystemUtils.JAVA_VERSION_FLOAT from commons-lang, either rewrite it ourselves or see how commons-lang will solve this.

      consequence:

      [INFO] --- maven-javadoc-plugin:2.10.3:javadoc (default-cli) @ version ---
      [WARNING] Unable to find the javadoc version: Unrecognized version of Javadoc: 'java version "9-ea"
      Java(TM) SE Runtime Environment (build 9-ea+113)
      Java HotSpot(TM) 64-Bit Server VM (build 9-ea+113, mixed mode)
      ' near index 37
      (?s).*?([0-9]+\.[0-9]+)(\.([0-9]+))?.*
                                           ^
      [WARNING] Using the Java the version instead of, i.e. 0.0

      both initial parsing and fallback version are wrong...

      Attachments

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              rfscholte Robert Scholte
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: