Java Weekly, Issue 246

Native support for the maven surefire and failsafe plugins finally comes to JUnit 5, plus a fresh look at the four pillars of continuous testing.

Java Weekly, Issue 241

This edition is chock full of advice for getting more out of your logs, plus an interesting piece on simulating localization to strengthen your UI development.

Java Weekly, Issue 236

Some great writeups this week, as ACID transactions arrive in Spring Data MongoDB, plus a brief look at a clever language for achieving attribute-based access control in Spring Security.

Introduction to Joda-Time

Learn about the most widely used date and time processing library, before the release of Java 8 – Joda-Time.

Java Weekly, Issue 234

Busy week for upgrades, especially in the Spring ecosystem, plus a cool write-up on a fast and lean Java collections library.

Java Weekly, Issue 233

Interesting Java 10 functionality as well as notes on what’s happening with Jakarta EE, plus Zuul 2 finally being open sourced. A good week all around.

Java Weekly, Issue 226

This week, among others, OracleCodeOne announcement, JDK 11 schedule, and a comprehensive write-up about breaking a monolith.

Quick Guide to java.lang.System

Learn all the cool tips and tricks you never heard of with java.lang.System, like how to redirect System.out and safe use of System.nanoTime