Generate Javadoc for version 3.8

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Minor - P4
    • None
    • Affects Version/s: 3.8.0, 3.8.1
    • Component/s: Documentation
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Hello,

      it seems that the java documentation was not generated for version 3.8. 

      For example in MongoCollection interface : 

      The javadoc does not contains new methods like  countDocuments

      http://mongodb.github.io/mongo-java-driver/3.8/javadoc/com/mongodb/client/MongoCollection.html

      And this method exists in java class com.mongodb.client.MongoCollection :

       

      * @return the number of documents in the collection
       * @since 3.8
       */
       long countDocuments();
      

            Assignee:
            Ross Lawley
            Reporter:
            Farès Hassak
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: