Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit efc897a

Browse files
jyeminDavideD
authored andcommitted
OGM-1592: Respond to PR comments.
1 parent 7754c1e commit efc897a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

documentation/manual/src/main/asciidoc/migration/index.asciidoc

+6-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@
99
This patch release updates the underlying MongoDB Java driver from 3.11 to 4.11. It also fixes some incompatibilities
1010
with more recent versions of MongoDB that prevent 5.4.1.Final from executing native queries.
1111

12-
As a consequence of the driver update, the oldest MongoDB server release that hibernate-ogm will connect to is now 3.6 (which reached
12+
As a consequence of the driver update, the oldest MongoDB server release that Hibernate OGM will connect to is now 3.6 (which reached
1313
end of life in April 2021).
1414

1515
=== MongoDB Server
1616

17-
Recent versions of the MongoDB server have removed support for some features on which hibernate-ogm depend. In particular:
17+
Recent versions of the MongoDB server have removed support for some features on which Hibernate OGM depend. In particular:
1818

19-
* MongoDB 4.2 removed support for the `$eval` command, on which hibernate-ogm support for stored procedures depends.
19+
* MongoDB 4.2 removed support for the `$eval` command, on which Hibernate OGM support for stored procedures depends.
20+
* MongoDB 4.0 removed support for the `$snapshot` and `$maxscan` query modifiers, and these modifiers are now ignored for
21+
native queries.
2022

21-
All other hibernate-ogm tests of MongoDB support are passing with MongoDB 3.6, up through the latest release of MongoDB
23+
All other Hibernate OGM tests of MongoDB support are passing with MongoDB 3.6, up through the latest release of MongoDB
2224
(currently MongoDB 8.0).
2325

2426

0 commit comments

Comments
 (0)