| 
3 | 3 | 
  | 
4 | 4 |     DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.  | 
5 | 5 | 
  | 
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.  | 
7 | 7 | 
  | 
8 | 8 |     The contents of this file are subject to the terms of either the GNU  | 
9 | 9 |     General Public License Version 2 only ("GPL") or the Common Development  | 
 | 
51 | 51 |          xml:id="migration">  | 
52 | 52 |     <title>Migration Guide</title>  | 
53 | 53 | 
 
  | 
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">  | 
57 | 57 |             <title>Breaking Changes</title>  | 
58 | 58 |             <para>  | 
59 | 59 |                 <itemizedlist>  | 
60 | 60 |                     <listitem>  | 
61 | 61 |                         <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.  | 
64 | 64 |                         </para>  | 
65 | 65 |                         <para>  | 
66 | 66 |                             As a consequential change, one of the modules was dropped, the<literal>rx-client-jsr166e</literal>.  | 
 | 
83 | 83 |                 </itemizedlist>  | 
84 | 84 |             </para>  | 
85 | 85 |         </section>  | 
86 |  | -        <section xml:id="mig-2.26-injection-manager">  | 
 | 86 | +        <section xml:id="mig-2.27-injection-manager">  | 
87 | 87 |             <title>Breaking Changes - Injection Manager</title>  | 
88 | 88 |             <para>Following breaking changes are caused by removing and replacing HK2 (<literal>ServiceLocator</literal>) by  | 
89 | 89 |             &jersey.common.internal.inject.InjectionManager;. Jersey injection API is considered as an internal API (except  | 
 | 
0 commit comments