Eugene Bova created MJAVADOC-580:
------------------------------------
Summary: 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
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'
'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
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)