Easier Than It Looks

Sometimes difficult to solve problems are obvious in hindsight. I’ve mentioned my need to build an MR JAR for Simplestub, and my dissatisfaction with the existing solutions. So I started playing around with Gunnar Morling’s […]

Looking for MR Good JAR

The JEP-238 Multi-Release JAR feature, introduced with Java 9, allows a single JAR to contain multiple implementations that work with different versions of the JDK. As noted in my last post, This is especially important given […]

Ch- ch- ch- changes!

Java 9 was, in a number of ways, possibly the most disruptive change to the language, largely due to the introduction of the Java Platform Module System (JPMS), which for the first time enforces the […]