View Revisions: Issue #1058
Summary | 0001058: Add Java 11 support | ||
---|---|---|---|
Revision | 2019-06-11 09:47 by rijkr | ||
Description | IST-1: SavaPage fails to start on Java 11 with error message "module java.xml.bind not found". SOLL-1: Upgrade hibernate-c3p0 and hibernate-entitymanager to 5.4.2.Final, and hibernate-validator to 6.0.16.Final. This will resolve to the required jaxb dependencies, including java.xml.bind (jaxb-api). IST-2: When webapp.admin.dashboard.show-tech-info == Y a java.lang.reflect.InaccessibleObjectException occurs: Unable to make public long com.sun.management.internal.OperatingSystemImpl.getCommittedVirtualMemorySize() accessible: module jdk.management does not "opens com.sun.management.internal" to unnamed module SOLL-2: Add following argument to java command: --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED |
||
Revision | 2019-05-13 16:58 by rijkr | ||
Description | IST: SavaPage fails to start on Java 11 with error message "module java.xml.bind not found". SOLL: Upgrade hibernate-c3p0 and hibernate-entitymanager to 5.4.2.Final, and hibernate-validator to 6.0.16.Final. This will resolve to the required jaxb dependencies, including java.xml.bind (jaxb-api). |