java-rust-example icon indicating copy to clipboard operation
java-rust-example copied to clipboard

Use Java 8 idioms

Open brownian-motion opened this issue 5 years ago • 0 comments

This PR improves the readability of the Java code used in this example by adopting idioms introduced in Java 8 and earlier.

These changes intend to make the intent and behavior of the code more visible by reducing the amount of boilerplate code.

This change also updates various dependencies to the latest compatible minor version, in order to fix the build process on Java 8+ JDKs.

brownian-motion avatar Aug 20 '19 04:08 brownian-motion