mongo-java-driver
mongo-java-driver copied to clipboard
The official MongoDB drivers for Java, Kotlin, and Scala
* Updated NettyByteBuf so that it does its own reference counting as the internals of Netty can also retain and release the netty ByteBuf implementation. * Updated CommandMessage as CompositeByteBuf...
Ensuring collection write concern options are ignored when inside a transaction. JAVA-5684
> clients MUST NOT clear the connection pool and MUST NOT mark the server Unknown when a connection establishment fails with network errors or timeouts
[JAVA-5911](https://jira.mongodb.org/browse/JAVA-5911) Added SBOM Generation Script and SBOM Verification to Evergreen. 1. Generation script will be used by developer to update sbom.json 2. Verification evergreen task will check PRs for package...
Bumps [driver-core/src/test/resources/specifications](https://github.com/mongodb/specifications) from `ace53b1` to `909b4d6`. Commits 909b4d6 DRIVERS-3313 Fix OpenTelemetry tests (#1850) 03795d2 DRIVERS-2782: Expose snapshotTime (#1843) d41d48b DRIVERS-3294 Update $lookup prose test to support 8.2+ (#1846) f3a5702 DRIVERS-2295...
For some reason, type parameters weren't passed to fallback property codec, which caused an exception when trying to access them. Now, this issue is fixed.
## Problem The test had a commented-out Pattern test with TODO note: ```java // TODO: Pattern doesn't override equals method! ``` This prevented Pattern from being tested alongside other primitive...
Moved specifications submodule out of driver-core into a testing directory. Deleted old copy of bson specification tests and updated to use the submodule Fixed Json output for positive exponents to...