From 9191d2f5d647bd354205bcb0acb76d507687af71 Mon Sep 17 00:00:00 2001 From: Nora Reidy Date: Thu, 30 Apr 2026 14:44:31 -0400 Subject: [PATCH 1/2] DOCSP-59564: Java server requirement note --- dbx/jvm/v5.7-wn-items.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dbx/jvm/v5.7-wn-items.rst b/dbx/jvm/v5.7-wn-items.rst index 8478145..72d0da5 100644 --- a/dbx/jvm/v5.7-wn-items.rst +++ b/dbx/jvm/v5.7-wn-items.rst @@ -1,2 +1,8 @@ +- :red:`Important:` The next minor release will drop support for MongoDB + Server version 4.2 and raise the minimum supported version to 4.4. We + recommend making changes to your application to accommodate breaking changes. + To learn more about upgrading your server version, see the :manual:`Release Notes ` + section in the MongoDB Server manual. + - Simplifies ``ServerMonitor`` thread names and removes the ``=`` character, which some monitoring systems cannot process. \ No newline at end of file From a3ef88b51ef6656e2d33ae12de68f45eb1c03b0b Mon Sep 17 00:00:00 2001 From: Nora Reidy Date: Fri, 1 May 2026 10:28:17 -0400 Subject: [PATCH 2/2] SA feedback --- dbx/jvm/v5.7-wn-items.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dbx/jvm/v5.7-wn-items.rst b/dbx/jvm/v5.7-wn-items.rst index 72d0da5..fc42e50 100644 --- a/dbx/jvm/v5.7-wn-items.rst +++ b/dbx/jvm/v5.7-wn-items.rst @@ -1,6 +1,9 @@ - :red:`Important:` The next minor release will drop support for MongoDB - Server version 4.2 and raise the minimum supported version to 4.4. We - recommend making changes to your application to accommodate breaking changes. + Server version 4.2 and raise the minimum supported version to 4.4. + This change aligns with the :website:`MongoDB Software Lifecycle Schedules + `. + + We recommend making changes to your application to accommodate breaking changes. To learn more about upgrading your server version, see the :manual:`Release Notes ` section in the MongoDB Server manual.