Links 2019-01-23
On Java …
- A guide to logging in Java, by Marco Behler
Developers can use this guide to discover, understand and use the right Java logging library for their applications, like Log4j2, Logback, or java.util.logging.
- Introducing Amazon Corretto, a No-Cost Distribution of OpenJDK with Long-Term Support | AWS Open Source Blog
Java is one of the most popular languages in use by AWS customers, and we are committed to supporting Java and keeping it free.
- Using Java 11 In Production: Important Things To Know | IntelliJ IDEA Blog
If you stay up to date on news from the Java community, you may have heard that Oracle have changed their support model for Java. Some news is even suggesting that we now have to pay to use Java – this is not true!
- All You Need To Know For Migrating To Java 11 – blog@CodeFX
Java 11 is released today! Formally it marks the end of a monumental shift in the Java ecosystem.
- Quick Tips for Fast Code on the JVM, by Daniel Spiewak
It occurred to me that, really, I had more or less picked up all of it by word of mouth and experience, and there just aren’t any good reference sources on the topic. So… here’s my word of mouth.
- The JVM in Docker 2018, by Christopher Batey
Later JDK versions have made it far easier to run a JVM application in a Linux container.