We're close to a new release of the javadoc-maven-plugin, which will have
support for javadoc with the modular system.
This would be a good moment to verify if it works as expected:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0-SNAPSHOT</version>
</plugin>
<repository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
Any feedback is appreciated
thanks,
Robert
On Mon, 18 Feb 2019 20:02:53 +0100, Martin Buchholz <marti...@google.com>
wrote:
Adding Robert Scholte, who may best know if this backport would fix a
problem related tohttps://issues.apache.org/jira/browse/MJAVADOC-555
Adding jdk-updates-dev, as suggested at
https://openjdk.java.net/projects/jdk-updates/codereview.html
On Mon, Feb 18, 2019 at 10:04 AM Aleksey Shipilev <sh...@redhat.com>
wrote:
On 2/18/19 6:51 PM, Martin Buchholz wrote:
Over in
https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2019-February/000452.html
youvolunteered to look at javadoc problems, and this bug is one of
them, so perhaps you can add itto your list?
Yeah, the test failure I mentioned at jdk-updates-dev@ is the leftover
from applying your backport.
I did not manage to test it properly yet before suggesting for jdk11u
backport.
I expected this bug to be backported to Oracle jdk11, but there's no
backport record in JIRA. Idon't know why my bug fix apparently does
not resolve the serious maven-related problems seen in
jdk11. My own backport seems to "work", but I don't whether an actual
important bug is beingfixed.
There is no record for 11u in JIRA, because there is no backport to
11u. Replying in JIRA comment is
not enough, you need to follow this process:
https://openjdk.java.net/projects/jdk-updates/ -- and,
given the patch does not apply cleanly to 11u, the additional RFR for
11u.
I am trying to follow the process - this thread is the RFR for 11u !