ctsms icon indicating copy to clipboard operation
ctsms copied to clipboard

test with debian 12

Open rkrenn opened this issue 8 months ago • 2 comments

the default-jdk was bumped from 11 to 17 in debian 12.5:

root@phoenix:~# java -version openjdk version "17.0.11" 2024-04-16 OpenJDK Runtime Environment (build 17.0.11+9-Debian-1deb12u1) OpenJDK 64-Bit Server VM (build 17.0.11+9-Debian-1deb12u1, mixed mode, sharing)

the nashorn javascript engine was replaced, so compiling fails:

Compilation failure: Compilation failure: [ERROR] /ctsms/build/ctsms/core/src/main/java/org/phoenixctms/ctsms/js/JSObjectMap.java:[7,33] package jdk.nashorn.api.scripting does not exist

rkrenn avatar Jun 10 '24 13:06 rkrenn