Hi
TL;DR: We wish to upgrade to JDK 11, and still be able to process TIFF images with aspose.words for java. What is the upgrade path?
Details:
We have been using Aspose.words for java running on the openJdk:8 docker image. We need to handle TIFF images so we install the java media extensions. We use the instructions in the System Requirements.
https://docs.aspose.com/display/wordsjava/system+requirements#SystemRequirements-InstallingNativeJAIandImageIOonLinux
We now have a requirement to upgrade to JDK 11. JDK 9 removed the the Java Extension Mechanism. This means we cannot use the above install instructions.
In addition, reading and writing of image formats such as TIFF was added in JDK 9 see http://openjdk.java.net/jeps/262. This means that it should not be necessary to install JAI and ImageIO for JDK >= 9.
I have tried running our application without the extensions. So far I have found that I needed to add jaxb dependencies, and that the image is missing fonts.