due to Nashorn being discontinued we are currently trying to change our (still Java 8) application (very big monolith) from Nashorn to GraalVM. Due to the application being used as library in multiple projects, instead of using the whole GraalVM runtime we decided to just adding the necessary jars to the class path (which seem to work so far). To
Tag: graalvm
Javascript strptime() is adding one month extra
From an Spring boot project we are calling GraalVM for processing some rules written in JavaScript. The GraalVM version is ‘org.graalvm.sdk=1.0.0-rc11’. When we are using strptime(), it’s adding one …