Re: OpenJDK 11 -- testing needed

2018-09-15 Thread Emmanuel Bourg
Le 11/08/2018 à 18:33, Emmanuel Bourg a écrit : > Unfortunately we can't use the version of Gradle in experimental without > modifying gradle-debian-helper first. Gradle breaks the APIs used by > gradle-debian-helper, and the fix isn't trivial. I'm considering adding > a hook in Gradle that

Re: OpenJDK 11 -- testing needed

2018-08-11 Thread Emmanuel Bourg
Le 11/08/2018 à 17:56, Markus Koschany a écrit : > Can't we just use that and move on and package OpenJFX 11? > This is the package I would volunteer to work on. Unfortunately we can't use the version of Gradle in experimental without modifying gradle-debian-helper first. Gradle breaks the APIs

Re: OpenJDK 11 -- testing needed

2018-08-11 Thread Markus Koschany
Am 11.08.2018 um 17:27 schrieb Emmanuel Bourg: [...] > My next target will be Gradle 4.x because it's blocking OpenJFX 11 and > other packages which have been fixed upstream to work with Java 9+ but > require a more recent version of Gradle. We have to adapt > gradle-debian-helper to work with

Re: OpenJDK 11 -- testing needed

2018-08-11 Thread Emmanuel Bourg
Le 11/08/2018 à 09:37, Markus Koschany a écrit : > I'm a bit lost what is needed to switch to OpenJDK 11. Mostly JAX-WS at this point. I'm almost done, all the dependencies are ready thanks to the FTP masters who have kindly validated the packages during DebConf. I just have a last tricky Maven

Re: OpenJDK 11 -- testing needed

2018-08-03 Thread Emmanuel Bourg
Le 20/07/2018 à 23:28, Emmanuel Bourg a écrit : > For a smooth transition I think we should switch the default JRE to > OpenJDK 11 once jaxws lands in sid. JAXB is also being removed from Java 11. We already have the src:jaxb package building the libraries, but it's missing the command line

Re: OpenJDK 11 -- testing needed

2018-07-31 Thread Emmanuel Bourg
Le 31/07/2018 à 09:05, PICCA Frederic-Emmanuel a écrit : > I got this error report also [1] > > [1] > http://www.tango-controls.org/community/forum/c/general/installation/installing-jive-on-debian-stretch/?page=1 Thank you for pointing this out, I overlooked CORBA which is also removed from

Re: OpenJDK 11 -- testing needed

2018-07-31 Thread Emmanuel Bourg
Le 31/07/2018 à 01:34, Matthias Klose a écrit : > this has now landed. Anything else to update before we do the switch? JAX-WS isn't fully there yet, there are a couple of packages missing, I'm still working on them. Emmanuel Bourg

Re: OpenJDK 11 -- testing needed

2018-07-30 Thread Matthias Klose
On 20.07.2018 23:28, Emmanuel Bourg wrote: > Le 20/07/2018 à 22:14, Markus Koschany a écrit : > >> I think the sooner we make OpenJDK 11 the default the better. This makes >> it more likely that we detect runtime issues before the freeze. I >> suppose there will be some FTBFS fallout again but I

Re: OpenJDK 11 -- testing needed

2018-07-20 Thread Emmanuel Bourg
Le 20/07/2018 à 22:14, Markus Koschany a écrit : > I think the sooner we make OpenJDK 11 the default the better. This makes > it more likely that we detect runtime issues before the freeze. I > suppose there will be some FTBFS fallout again but I expect it to be in > the same range when we

Re: OpenJDK 11 -- testing needed

2018-07-20 Thread Markus Koschany
Hi, Am 20.07.2018 um 21:43 schrieb Matthias Klose: > Hi, > > OpenJDK now is feature complete, and the package in unstable should migrate to > testing soonish. I didn't do any test rebuilds with 11 yet, but I think now > it's time to start doing these. Chris West did these for 10, but doesn't