Re: ant-ivy git commit: IVY-1569 Avoid reflection warnings (or worse) in Java 9+

2018-02-04 Thread Gintautas Grigelionis
Ivy should be used standalone, so I'd rather implement Jaikiran's suggestion. Any comments about moving a public method TestHelper.getCurrentAuthenticator() over to IvyAuthenticator()? Gintas 2018-02-05 6:12 GMT+01:00 Stefan Bodewig : > On 2018-02-05, Jaikiran Pai wrote: > > > On 02/02/18 11:49

Re: ant-ivy git commit: IVY-1569 Avoid reflection warnings (or worse) in Java 9+

2018-02-04 Thread Stefan Bodewig
On 2018-02-05, Jaikiran Pai wrote: > On 02/02/18 11:49 PM, gin...@apache.org wrote: >> Repository: ant-ivy >> Updated Branches: >>refs/heads/master 1d3567f30 -> 7ebc8107a >> IVY-1569 Avoid reflection warnings (or worse) in Java 9+ >>>private static int getJavaVersion() { >>>//

Re: ant-ivy git commit: IVY-1569 Avoid reflection warnings (or worse) in Java 9+

2018-02-04 Thread Jaikiran Pai
On 02/02/18 11:49 PM, gin...@apache.org wrote: Repository: ant-ivy Updated Branches: refs/heads/master 1d3567f30 -> 7ebc8107a IVY-1569 Avoid reflection warnings (or worse) in Java 9+ +private static int getJavaVersion() { +// See https://docs.oracle.com/javase/8/docs/technot