Skip to content

Commit

Permalink
J-167: Clean-up deprecated APIs in Jersey code base.
Browse files Browse the repository at this point in the history
 - ResourceModelContext and ResourceModelListener removed
 - Migration Guide updated

Change-Id: I1bd0e77d9f3ac81070ad11f889ea7a9da778f902
Signed-off-by: Michal Gajdos <[email protected]>
  • Loading branch information
Michal Gajdos committed Jun 18, 2014
1 parent a77cf1a commit 0612671
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 119 deletions.

This file was deleted.

This file was deleted.

25 changes: 25 additions & 0 deletions docs/src/main/docbook/migration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,31 @@
xml:id="migration">
<title>Migration Guide</title>

<section xml:id="mig-2.11">
<title>Migrating from Jersey 2.10 to 2.11</title>

<section xml:id="mig-2.11-removed-deprecated">
<title>Removed deprecated APIs</title>
<para>Following, already deprecated, APIs were removed:</para>
<para>
<itemizedlist>
<listitem>
<para>
<literal>org.glassfish.jersey.server.model.ResourceModelContext</literal>
(not used)
</para>
</listitem>
<listitem>
<para>
<literal>org.glassfish.jersey.server.model.ResourceModelListener</literal>
(not used)
</para>
</listitem>
</itemizedlist>
</para>
</section>
</section>

<section xml:id="mig-2.9">
<title>Migrating from Jersey 2.8 to 2.9</title>

Expand Down

0 comments on commit 0612671

Please sign in to comment.