On Mon, Jul 3, 2017 at 9:45 AM, Mark Thomas <[email protected]> wrote:
> On 03/07/17 15:26, Rémy Maucherat wrote: > > On Mon, Jul 3, 2017 at 4:48 AM, <[email protected]> wrote: > > > >> Author: markt > >> Date: Mon Jul 3 09:48:01 2017 > >> New Revision: 1800614 > >> > >> URL: http://svn.apache.org/viewvc?rev=1800614&view=rev > >> Log: > >> Restore the local definition of the web service annotations since the > JRE > >> provided versions are deprecated and Java 9 does not provide them by > >> default. > >> > > > > Ok, so I suppose you like this solution better than conditionally adding > > the command line option then ? > > Yes. > > Given that: > - they were added in Java 8; > - Java 9 disables them by default; and > - they will be removed from some (TBD) future Java version. > > We are going to have to add them back at some point and doing it now > looked to be the simple, future proof solution. > > Hmm, ok, that's better. Rémy
