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

Commit 9f0b6c8

Browse files
committed
OGM-1592: Add 5.4.2.Final migration guid
1 parent 5ea6b53 commit 9f0b6c8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[[ogm-migration]]
2+
3+
== 5.4.2.Final
4+
5+
=== MongoDB
6+
7+
==== MongoDB Java Driver
8+
9+
This patch release updates the underlying MongoDB Java driver from 3.11 to 4.11. It also fixes some incompatibilities
10+
with more recent versions of MongoDB that prevent 5.4.1.Final from executing native queries.
11+
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
13+
end of life in April 2021).
14+
15+
=== MongoDB Server
16+
17+
Recent versions of the MongoDB server have removed support for some features on which hibernate-ogm depend. In particular:
18+
19+
* MongoDB 4.2 removed support for the `$eval` command, on which hibernate-ogm support for stored procedures depends.
20+
21+
All other hibernate-ogm tests of MongoDB support are passing with MongoDB 3.6, up through the latest release of MongoDB
22+
(currently MongoDB 8.0).
23+
24+
25+
26+

0 commit comments

Comments
 (0)