Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 0612671

Browse files
author
Michal Gajdos
committed
J-167: Clean-up deprecated APIs in Jersey code base.
- ResourceModelContext and ResourceModelListener removed - Migration Guide updated Change-Id: I1bd0e77d9f3ac81070ad11f889ea7a9da778f902 Signed-off-by: Michal Gajdos <[email protected]>
1 parent a77cf1a commit 0612671

File tree

3 files changed

+25
-119
lines changed

3 files changed

+25
-119
lines changed

core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelContext.java

Lines changed: 0 additions & 60 deletions
This file was deleted.

core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelListener.java

Lines changed: 0 additions & 59 deletions
This file was deleted.

docs/src/main/docbook/migration.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,31 @@
5252
xml:id="migration">
5353
<title>Migration Guide</title>
5454

55+
<section xml:id="mig-2.11">
56+
<title>Migrating from Jersey 2.10 to 2.11</title>
57+
58+
<section xml:id="mig-2.11-removed-deprecated">
59+
<title>Removed deprecated APIs</title>
60+
<para>Following, already deprecated, APIs were removed:</para>
61+
<para>
62+
<itemizedlist>
63+
<listitem>
64+
<para>
65+
<literal>org.glassfish.jersey.server.model.ResourceModelContext</literal>
66+
(not used)
67+
</para>
68+
</listitem>
69+
<listitem>
70+
<para>
71+
<literal>org.glassfish.jersey.server.model.ResourceModelListener</literal>
72+
(not used)
73+
</para>
74+
</listitem>
75+
</itemizedlist>
76+
</para>
77+
</section>
78+
</section>
79+
5580
<section xml:id="mig-2.9">
5681
<title>Migrating from Jersey 2.8 to 2.9</title>
5782

0 commit comments

Comments
 (0)