I have a Spring MVC application which was using the following dependencies
- p4java (version - 2019.1.1873579)
- sardine (version – 129)
- commons-httpclient (version – 3.1)
- org.w3c
- org.xml
Edit: I am migrating from Oracle java version "1.8.0_202" to openjdk version "1.8.0_241"
But I have to now migrate from Oracle Java to Azul Zulu Open SDK. Are there any known issues with the above dependencies with Azul Open SDK. I tried looking for the same but could not find any information on this. How do I analyse if there could be any regression issues due to this migration.
Since the Oracle JDK is built from OpenJDK just as Zulu is, there will be no functional differences that would affect an application. Both are also TCK tested, ensuring that the builds conform to the Java SE specification.
However...
If you migrate from Oracle JDK 8u202 to Zulu 8u241 there will be differences due to the inclusion of various security patches and bug fixes between u202 and u241.
A couple of suggestions: