Re: Java 9 test failures

2018-01-29 Thread Gintautas Grigelionis
So, what can we do about com.sun.image.codec.jpeg that is finally gone in Java 9? BTW, I looked into the package dependencies in Java 8, and com.sun.image.codec.jpeg needs sun.awt.image.codec which in turn has JNI to native libraries. The possible alternatives seem to be using ImageIO/Java 2D or dr

Re: Java 9 test failures

2018-01-29 Thread Stefan Bodewig
On 2018-01-29, Gintautas Grigelionis wrote: > So, what can we do about com.sun.image.codec.jpeg that is finally gone in > Java 9? > BTW, I looked into the package dependencies in Java 8, and > com.sun.image.codec.jpeg needs sun.awt.image.codec which in turn has JNI to > native libraries. > The pos

Re: Java 9 test failures

2018-01-29 Thread Gintautas Grigelionis
Well, the task wil not work with any future Java releases since the internal APIs are not comming back. Meanwhile, a quick search shows that while there is quite a lot activity with image io, there is no equivalent of JAI.create() for image transformations (on which the image task is based). Maybe

AW: Java 9 test failures

2018-01-29 Thread jhm
> Well, the task wil not work with any future Java releases since the > internal APIs are not comming back. > > Meanwhile, a quick search shows that while there is quite a lot > activity with image io, there is no equivalent of JAI.create() for > image transformations (on which the image task is b

Re: Java 9 test failures

2018-01-29 Thread Stefan Bodewig
On 2018-01-29, Jan Matèrne (jhm) wrote: >> Well, the task wil not work with any future Java releases since the >> internal APIs are not comming back. >> Meanwhile, a quick search shows that while there is quite a lot >> activity with image io, there is no equivalent of JAI.create() for >> image t