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

Commit 5cede4f

Browse files
committed
Updated 2.27 migration guide.
Change-Id: I73a730bdf06d9f4ff32f02d577add5a5e31d2565
1 parent 43d213f commit 5cede4f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/main/docbook/migration.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 2012-2017 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2012-2018 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
@@ -51,16 +51,16 @@
5151
xml:id="migration">
5252
<title>Migration Guide</title>
5353

54-
<section xml:id="mig-2.26">
55-
<title>Migrating from Jersey 2.23 to 2.26</title>
56-
<section xml:id="mig-2.26-breaking-changes">
54+
<section xml:id="mig-2.27">
55+
<title>Migrating from Jersey 2.23 to 2.27</title>
56+
<section xml:id="mig-2.27-breaking-changes">
5757
<title>Breaking Changes</title>
5858
<para>
5959
<itemizedlist>
6060
<listitem>
6161
<para>
62-
The most fundamental change in Jersey 2.26 is that all the modules (including the client module) are
63-
now being built with Java SE 8 and with 1.8 language level.
62+
The most fundamental change in Jersey 2.26 and later is that all the modules (including the client
63+
module) are now being built with Java SE 8 and with 1.8 language level.
6464
</para>
6565
<para>
6666
As a consequential change, one of the modules was dropped, the<literal>rx-client-jsr166e</literal>.
@@ -83,7 +83,7 @@
8383
</itemizedlist>
8484
</para>
8585
</section>
86-
<section xml:id="mig-2.26-injection-manager">
86+
<section xml:id="mig-2.27-injection-manager">
8787
<title>Breaking Changes - Injection Manager</title>
8888
<para>Following breaking changes are caused by removing and replacing HK2 (<literal>ServiceLocator</literal>) by
8989
&jersey.common.internal.inject.InjectionManager;. Jersey injection API is considered as an internal API (except

0 commit comments

Comments
 (0)