Our project is a legacy project running on Java 7 and we plan to migrate from Oracle Java 7 to OpenJDK 8 (Zulu). We use following 3rd party libraries and I wanted to know if migrating to Zulu's OpenJDK 8 will have any impact on using these 3rd party libraries.
OpenJDK version: -
openjdk version "1.8.0_282" OpenJDK Runtime Environment (Zulu 8.52.0.23-CA-win64) (build 1.8.0_282-b08) OpenJDK 64-Bit Server VM (Zulu 8.52.0.23-CA-win64) (build 25.282-b08, mixed mode)
Libraries used by the project: -
hibernate-commons-annotations-3.2.0.Final.jar hibernate-core-3.6.10.Final.patched.jar hibernate-jpa-2.0-api-1.0.1.Final.jar h2-1.3.173.jar spring-aop-3.0.4.RELEASE.jar spring-asm-3.0.4.RELEASE.jar spring-aspects-3.0.4.RELEASE.jar spring-beans-3.0.4.RELEASE.jar spring-context-3.0.4.RELEASE.jar spring-context-support-3.0.4.RELEASE.jar spring-core-3.0.4.RELEASE.jar spring-expression-3.0.4.RELEASE.jar spring-test-3.0.4.RELEASE.jar spring-tx-3.0.4.RELEASE.jar xstream-1.4.7.jar
Please let me know if there is any link or blog where the compatibility is mentioned or if there is any impact on these libraries and we will need to upgrade the mentioned libraries too ?