Friday, July 18, 2014

Java8 - See your dependencies

Critical Patch Update for java 8 - 8u11. Further details in http://www.oracle.com/technetwork/java/javase/8u11-relnotes-2232915.html

They added a nice tool to take a look at, jdeps: http://docs.oracle.com/javase/8/docs/technotes/tools/unix/jdeps.html . It will provide you all your dependencies


No comments:

Post a Comment

State machines in JS

You can read in previous blog posts the reasoning behind state machines: they simplify and unify the way we define states and transitions i...