diff --git a/docs/src/main/docbook/migration.xml b/docs/src/main/docbook/migration.xml
index 9389341065..bf9a3a2d96 100644
--- a/docs/src/main/docbook/migration.xml
+++ b/docs/src/main/docbook/migration.xml
@@ -36,7 +36,7 @@
- The most fundamental change in Jersey &version; and later is namespace change.
+ The most fundamental change in Jersey 3.0.0 and later is namespace change.
Since Jakarta EE 9 the jakarta. namespace is introduced as a replacement
for javax namespace from Java EE.
@@ -44,17 +44,17 @@
Due to required jakartification several modules where omitted (because of not satisfied dependencies).
Or require higher JDK (11+).
-
- Spring for now is not supported.
-
-
- Helidon connector for now is not supported.
-
Examples and tests are reduced in quantity (so you probably will not find all those examples which were available
in the 2.32 version).
+
+
+ &jersey.server.ServerProperties.UNWRAP_COMPLETION_STAGE_IN_WRITER_ENABLE; is by default
+ true.
+
+
@@ -96,12 +96,6 @@
supports JDK 8.
-
-
- &jersey.server.ServerProperties.UNWRAP_COMPLETION_STAGE_IN_WRITER_ENABLE; is by default
- true.
-
-
Since Jersey 3.1.0+ the getRequestHeader(String name) method of the