Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-2976

Generate Javadoc for version 3.8

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 3.8.0, 3.8.1
    • Component/s: Documentation
    • Labels:
      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@mongodb.com Ross Lawley
            Reporter:
            fares.hassak@gmail.com Farès Hassak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: