Re: Java versions we wish to support

2018-07-19 Thread Willem Jiang
+1 for declaring the dependencies directly. User can always override the version by introducing the dependencies management or just exclude them. and adding the dependencies supports most of cases. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jul 20, 2018 at 3:16 AM, Pascal

Re: Java versions we wish to support

2018-07-19 Thread Pascal Schumacher
Am 19.07.2018 um 16:42 schrieb Zoran Regvart: Hello, while doing the exploration of running tests on Java 11 I found out that from that version onward Java EE APIs are no longer distributed with Java[1]. I think this makes a difference in how we declare the dependencies. So for instance JAXB

Java versions we wish to support

2018-07-19 Thread Zoran Regvart
Hello, while doing the exploration of running tests on Java 11 I found out that from that version onward Java EE APIs are no longer distributed with Java[1]. I think this makes a difference in how we declare the dependencies. So for instance JAXB API is no longer available, we need to add it and