You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Eugene Bova (JIRA)" <ji...@apache.org> on 2019/02/28 09:59:00 UTC

[jira] [Updated] (MJAVADOC-580) javadoc:javado detects wrong java API link when running on openjdk 11.0.2

     [ https://issues.apache.org/jira/browse/MJAVADOC-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eugene Bova updated MJAVADOC-580:
---------------------------------
    Description: 
Running javadoc:javadoc version 3.1.0-SNAPSHOT (2/28/2019) results in the following argument passed to the javadoc tool

-linkoffline
 '[https://docs.oracle.com/en/java/javase/11.0.2/docs/api|https://docs.oracle.com/en/java/javase/*11.0.2*/docs/api]' 'd:/jdk11-migration/javadoc-test/target/javadoc-bundle-options'

 

 Expected behavior: 
 The plugin should generate link [https://docs.oracle.com/en/java/javase/11/docs/api|https://docs.oracle.com/en/java/javase/*11*/docs/api]

This might be a regression from MJAVADOC-566
 This issue doesn't occur in 3.0.2-SNAPSHOT

  was:
Running javadoc:javadoc version 3.1.0-SNAPSHOT (2/28/2019) results in the following argument passed to the javadoc tool

-linkoffline
 '[https://docs.oracle.com/en/java/javase/11.0.2/docs/api|https://docs.oracle.com/en/java/javase/*11.0.2*/docs/api]' 'd:/jdk11-migration/javadoc-test/target/javadoc-bundle-options'

 

 

Expected behavior: 
 The plugin should generate link [https://docs.oracle.com/en/java/javase/11/docs/api|https://docs.oracle.com/en/java/javase/*11*/docs/api]

This might be a regression from MJAVADOC-566
 This issue doesn't occur in 3.0.2-SNAPSHOT


> javadoc:javado detects wrong java API link when running on openjdk 11.0.2
> -------------------------------------------------------------------------
>
>                 Key: MJAVADOC-580
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-580
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>          Components: javadoc
>    Affects Versions: 3.1.0
>         Environment: OS: Windows 7 x64
> openjdk version "11.0.2" 2019-01-15
> OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
> OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
>            Reporter: Eugene Bova
>            Priority: Major
>
> Running javadoc:javadoc version 3.1.0-SNAPSHOT (2/28/2019) results in the following argument passed to the javadoc tool
> -linkoffline
>  '[https://docs.oracle.com/en/java/javase/11.0.2/docs/api|https://docs.oracle.com/en/java/javase/*11.0.2*/docs/api]' 'd:/jdk11-migration/javadoc-test/target/javadoc-bundle-options'
>  
>  Expected behavior: 
>  The plugin should generate link [https://docs.oracle.com/en/java/javase/11/docs/api|https://docs.oracle.com/en/java/javase/*11*/docs/api]
> This might be a regression from MJAVADOC-566
>  This issue doesn't occur in 3.0.2-SNAPSHOT



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)