Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol authored and senivam committed Nov 18, 2022
1 parent 905ca33 commit b045db5
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions docs/src/main/docbook/migration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
<itemizedlist>
<listitem>
<para>
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 <literal>jakarta.</literal> namespace is introduced as a replacement
for javax namespace from Java EE.
</para>
<para>
Due to required jakartification several modules where omitted (because of not satisfied dependencies).
Or require higher JDK (11+).
</para>
<para>
Spring for now is not supported.
</para>
<para>
Helidon connector for now is not supported.
</para>
<para>
Examples and tests are reduced in quantity (so you probably will not find all those examples which were available
in the 2.32 version).
</para>
</listitem>
<listitem>
<para>
&jersey.server.ServerProperties.UNWRAP_COMPLETION_STAGE_IN_WRITER_ENABLE; is by default
<literal>true</literal>.
</para>
</listitem>
</itemizedlist>
</para>
</section>
Expand Down Expand Up @@ -96,12 +96,6 @@
supports JDK 8.
</para>
</listitem>
<listitem>
<para>
&jersey.server.ServerProperties.UNWRAP_COMPLETION_STAGE_IN_WRITER_ENABLE; is by default
<literal>true</literal>.
</para>
</listitem>
<listitem>
<para>
Since Jersey 3.1.0+ the <literal>getRequestHeader(String name)</literal> method of the
Expand Down

0 comments on commit b045db5

Please sign in to comment.