mongo-java-driver icon indicating copy to clipboard operation
mongo-java-driver copied to clipboard

The official MongoDB drivers for Java, Kotlin, and Scala

Results 64 mongo-java-driver issues
Sort by recently updated
recently updated
newest added

Two commits: 1. Bump gradle to the latest 7.6 release. 2. Decouple scala multi version plugin and remove Scala from the root `build.gradle`. Scala is now only configured by the...

Refactoring for JAVA-5379 Introduces throwTranslatedWriteException (in CSOT will allow replacing isExpired with onExpired). This also introduces a helper, and the second commit, which can be reviewed independently, is a simple...

Given that the current specification wording is internally inconsistent, I confirmed the actual intent with the spec author and created [DRIVERS-2901 Clarify the intent behind the list of deprioritized mongos'es...

I recommend reviewing the first four commits in this PR one at a time, as they are logically independent and don't conflict with each other. 1. Moved `native-image.properties` to `src/main/resources/META-INF/native-image/native-image.properties`....

The intention is to reduce CI flakiness by retrying ClientEncryption operations that are known to fail occasionally in CI due to transient KMS errors.