ms270169 commented on issue #4044: URL: https://github.com/apache/netbeans/issues/4044#issuecomment-1112867257
I made some further investigations with Google Gson library. Javadoc from source code works with [Gson 2.8.6](https://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.6/), and does not work with [Gson 2.9.0](https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/). I found out the very strange fact, that it does not matter on javadoc file (or folder), it depends on the library jar file. There are indeed structeral differences inside the library file `gson.jar`: * version 2.8.6 (good version): file `module-info.class` on root but no folder `versions` * version 2.9.0 (bad version): no file `module-info.class` on root but a folder `versions/9` which contains the file `module-info.class` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
