-
Type: Improvement
-
Resolution: Works as Designed
-
Priority: Minor - P4
-
None
-
Affects Version/s: 3.11.0
-
Component/s: Documentation
-
None
I'm trying to reference MongoDB java driver classes' javadoc from my project which is done using maven-javadoc-plugin. It was working fine in v3 of the driver. Links do not show up when I upgraded to v4.
Upon investigation, the issue seems to be v4 of the java driver docs do not have the package-list }}file. This is required by the plugin and part of the javadoc specification Only versions 3.4-3.10 have the {{package-list file (checked on https://github.com/mongodb/mongo-java-driver/find/gh-pages).
I tried building the docs using gradle docs and the file is there so I think it's just being excluded when it's deployed to Github pages.