Fork me on GitHub
#pedestal
<
2023-12-24
>
souenzzo13:12:09

In pedestal README we have > Pedestal requires Java 1.11+ and Servlet 3.1 We know that java used to be 1.5,1.6,1.7,1.8.. But after 1.8 seems that java dropped the 1....

$ java -version
openjdk version "11.0.21" 2023-10-17
OpenJDK Runtime Environment (build 11.0.21+9)
OpenJDK 64-Bit Server VM (build 11.0.21+9, mixed mode)
$ java --version
openjdk 11.0.21 2023-10-17
OpenJDK Runtime Environment (build 11.0.21+9)
OpenJDK 64-Bit Server VM (build 11.0.21+9, mixed mode)

hifumi12305:12:33

internally the JDK still uses that prefix, but I agree that they should adopt the new version naming that has existed since 1.8 / java 8

hlship07:12:11

The new base line will be Clojure 1.10, Java 8, and Servlet 4.