Dear OS,
Nicolai mentioned starting with yuuvis 7.x every microservice will run with Java 11 by default.
https://qa-rad.yuuvis.com/index.php?qa=1612&qa_1=java-11-uprade-jdk&show=1612#q1612
We changed all our microservices to java 11 and the microservices don't start.
a.changelistenerservice.10050 : Exception in thread "main" java.lang.UnsupportedClassVersionError: de/gema/zpue/changelistener/ChangelistenerApplication has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
We are using yuuvis 7.10 but service-manager/jdk/bin/java.exe is Java 8
and service-manager/jdk_64/bin/java.exe is also Java 8
core-service/jdk/bin/java.exe is Java 11.
We cannot change the JAVA_HOME to the core-service Java Version because core-service and service-manager are not running on the same machine. Do we have to install OpenJDK 11 on the machine and change JAVA_HOME to it or should yuuvis 7.x by default come with Java 11?
Thank you