You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Empty JavaDoc JAR is hinders set-up time with the SDK.
What's missing from this upgrade guide is a link to any v6 JavaDocs. The javadoc jar on Maven Central is empty, nothing but a META-INF directory. Ditto for all the other v6 versions I checked. I'm trying to upgrade a v5 app and frustrated by the lack of JavaDocs. In particular, I'm stumbling around trying to find the import and API for classes like PageIterator, RequestConfiguration , etc. If you won't provide JavaDocs, then at least show the imports in your examples.
I agree with you. The JavaDoc does not work in Intellij. The reason is that the *-javadoc.jar file has only one manifest file in it. The other libraries in the *-javadoc.jar archive contain many files and weigh several megabytes. If I do the following workaround, then JavaDoc works in Intellij. Microsoft should do something similar and provide us with a working JavaDoc!
WORKAROUND TO USE THE JAVA DOC FOR MS GRAPH 6 in Intellij on Windows 10
Describe the bug
Empty JavaDoc JAR is hinders set-up time with the SDK.
What's missing from this upgrade guide is a link to any v6 JavaDocs. The javadoc jar on Maven Central is empty, nothing but a
META-INF
directory. Ditto for all the other v6 versions I checked. I'm trying to upgrade a v5 app and frustrated by the lack of JavaDocs. In particular, I'm stumbling around trying to find theimport
and API for classes likePageIterator
,RequestConfiguration
, etc. If you won't provide JavaDocs, then at least show theimport
s in your examples.Originally posted by @johnthad in #2070 (comment)
Expected behavior
JavaDoc Jar to contain relevant docs
How to reproduce
,
SDK Version
6.x
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: