This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 201
Commits on Aug 30, 2024
-
OGM-1588: Upgrade MongoDB driver dependency to mongodb-driver-legacy …
…4.11.3 * Use mongodb-driver-legacy since mongo-java-driver uber jar is not published as of 4.0. * Replace find modifiers, which were removed in 4.0, with calls to `FindIterable` methods * Remove support for $maxScan, which is no longer supported by MongoDB * Remove support for $explain. The only way to explain with the 4.x driver is by calling `FindIterable#explain`. We could do that, and then use `SingleTupleIterator`, but is it worth it? Is explain only supported by OGM as a native query? * Handle breaking changes in WriteConcern class * Handle breaking changes related to MongoCredential
Configuration menu - View commit details
-
Copy full SHA for 6705f22 - Browse repository at this point
Copy the full SHA 6705f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a03cb - Browse repository at this point
Copy the full SHA 81a03cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 095854f - Browse repository at this point
Copy the full SHA 095854fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb28015 - Browse repository at this point
Copy the full SHA bb28015View commit details -
Continue to use JsonMode.STRICT for JSON comparison
In the 4.0 Java driver, the default mode changed from STRICT to RELAXED for Document#toJson. Explicitly setting the mode to STRICT in tests so that JSON comparisons continue to work.
Configuration menu - View commit details
-
Copy full SHA for ddf96f1 - Browse repository at this point
Copy the full SHA ddf96f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce2220 - Browse repository at this point
Copy the full SHA 3ce2220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa5a98 - Browse repository at this point
Copy the full SHA 0aa5a98View commit details -
Add bson-record-codec exclusion
The bson-record-codec module is not needed for hibernate-ogm, and needs to be excluded at least for tests because the class files in that module are compiled for Java 17 (the minimum LTS release required for record support).
Configuration menu - View commit details
-
Copy full SHA for bc2abfc - Browse repository at this point
Copy the full SHA bc2abfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30584eb - Browse repository at this point
Copy the full SHA 30584ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1350d5f - Browse repository at this point
Copy the full SHA 1350d5fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.