The 12.0
release of
Jetty saw its most important architectural change:
the split of its Jetty-Core API and enterprise Java APIs. The Jetty-Core API is
fully functional for Java server and client development, and is the first
version of Jetty that being …
Modular Java was introduced in JDK 9, and considered to be the largest architectural change
in Java, ever. The core of Java libraries were split into several modules, sits in $JAVA_HOME/jmods.
The bloated, monolithic rt.jar is no more.
Modular Java requires you to include a module-info.java for …
After another year of development, I'm proud to announce a new major release of
my Clojure RPC library, slacker. This
release, 0.15.0, includes an update on wire protocol, some performance
improvement and bugfix.
The request extension
This release of slacker client use v6 protocol by default. The server …