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

Remove deprecated constructors and factory methods

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 5.0.0
    • Affects Version/s: None
    • Component/s: API
    • Labels:
      None
    • Minor Change
    • Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

                  com.mongodb 
                      MongoBulkWriteException
                          MongoBulkWriteException(BulkWriteResult, List<BulkWriteError>, WriteConcernError, ServerAddress)
                      MongoCursorNotFoundException
                          MongoCursorNotFoundException(long, ServerAddress) 
                      MongoQueryException
                          MongoQueryException(ServerAddress, int, String)
                          MongoQueryException(ServerAddress, int, String, String)
                          MongoQueryException(MongoCommandException
                  com.mongodb.bulk
                      BulkWriteResult 
                          acknowledged(Type, int, List<BulkWriteUpsert>)  
                          acknowledged(Type, int, Integer, List<BulkWriteUpsert>) 
                          acknowledged(int, int, int, Integer, List<BulkWriteUpsert>)<String>)  
                  com.mongodb.client.model.changestream
                      ChangeStreamDocument
                          ChangeStreamDocument(String, BsonDocument, BsonDocument, BsonDocument, TDocument, TDocument, BsonDocument, ...)  
                          ChangeStreamDocument(String, BsonDocument, BsonDocument, BsonDocument, TDocument, BsonDocument, BsonTimestamp, ...)  
                          ChangeStreamDocument(OperationType, BsonDocument, BsonDocument, BsonDocument, TDocument, BsonDocument, BsonTimestamp, ...) 
             com.mongodb.event 
                      CommandEvent
                          CommandEvent(RequestContext, int, ConnectionDescription, String) 
                      CommandFailedEvent  
                          CommandFailedEvent(RequestContext, int, ConnectionDescription, String, long, Throwable)
                          CommandFailedEvent(int, ConnectionDescription, String, long, Throwable)
                      CommandStartedEvent 
                          CommandStartedEvent(RequestContext, int, ConnectionDescription, String, String, BsonDocument) 
                          CommandStartedEvent(int, ConnectionDescription, String, String, BsonDocument) 
                      CommandSucceededEvent
                          CommandSucceededEvent(RequestContext, int, ConnectionDescription, String, BsonDocument, long) 
                          CommandSucceededEvent(int, ConnectionDescription, String, BsonDocument, long)
                      ConnectionCheckedInEvent 
                          ConnectionCheckedInEvent(ConnectionId)
                      ConnectionCheckedOutEvent 
                          ConnectionCheckedOutEvent(ConnectionId, long)
                          ConnectionCheckedOutEvent(ConnectionId)
                      ConnectionCheckOutFailedEvent
                          ConnectionCheckOutFailedEvent(ServerId, long, Reason) 
                          ConnectionCheckOutFailedEvent(ServerId, Reason)
                      ConnectionCheckOutStartedEvent
                          ConnectionCheckOutStartedEvent(ServerId) 
                      ConnectionReadyEvent 
                          ConnectionReadyEvent(ConnectionId)
                      ServerHeartbeatFailedEvent
                          ServerHeartbeatFailedEvent(ConnectionId, long, Throwable)  
                      ServerHeartbeatSucceededEvent  
                          ServerHeartbeatSucceededEvent(ConnectionId, BsonDocument, long)  
      

            Assignee:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: