mongo-java-driver
mongo-java-driver copied to clipboard
The official MongoDB drivers for Java, Kotlin, and Scala
JAVA-5104
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`....
CSOT
JAVA-3828
The intention is to reduce CI flakiness by retrying ClientEncryption operations that are known to fail occasionally in CI due to transient KMS errors.