-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test with debian 12 #308
Comments
@josharmenta building in new debian now works. |
Thanks Rene, I'll test this over the week. |
while building in debian 12 works meanwhile, running dbtool.sh bails out with
fixed by 61c279b finally, debian12 also replaced tomcat9 by tomcat10, which requires extensive migration, see https://tomcat.apache.org/migration-10.html. we will priorize this now since github actions worker instances moved to debian12 just recently. |
|
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
The text was updated successfully, but these errors were encountered: