A Compendium of 2021 Java & OpenJDK Predictions
Now that 2021 is well underway, many prominent Java developers have taken the time to predict what 2021 may bring to the Java universe!
Now that 2021 is well underway, many prominent Java developers have taken the time to predict what 2021 may bring to the Java universe!

Did you know Java Flight Recorder offers a public API for controling JFR programmatically or to read events from a JFR file? Read on!

Continuing from part 1, to exploit the recording by analyzing it, we have a tool named jfr that ships with the JDK. Let's get started!
Java Flight Recorder is the profiler you can use in production, continuously, it is a feature in the JVM that traces the JVM with events.

When I first came across the notion of Live Templates, I couldn't figure out what was 'live' about them. Did they need feeding?
In this article, I will explain how you can fix vulnerabilities in third-party libraries when using Maven, even when it is not obvious.

EclipseCon Community Day is on Monday, October 19 14:00 to 18:00 CET (the day before the start of the main EclipseCon conference).

There’s a lot going on when you first load IntelliJ IDEA. Here’s my experience of using IntelliJ IDEA for the first time!