Feedback on checked exceptions and lambdas
A developer discusses feedback on handling checked exceptions in Java lambdas, comparing libraries like Vavr, Spring, and result4j.
A developer discusses feedback on handling checked exceptions in Java lambdas, comparing libraries like Vavr, Spring, and result4j.
Using a custom Java-based Linux scheduler to reproduce a tricky concurrency bug in the OpenJDK's JFR CPU-time sampler.
Explores the concept of 'carrier classes' in Java, a proposed generalization of records, and discusses recent developments in Project Amber.
A guide to programmatically reading and writing Java Flight Recorder (JFR) files, comparing built-in APIs and third-party libraries.
Explores three approaches to handle Java checked exceptions within lambda expressions, improving code conciseness and readability.
A technical guide to obtaining the Java version in under 1ms by reading the release file, avoiding the slow 'java -version' command.
A technical analysis comparing the startup performance of OpenJDK and GraalVM, focusing on the speed of the `java -version` command and underlying JVMCI initialization.
A look at Java's 2026 roadmap, covering updates on major OpenJDK projects like Valhalla, Leyden, Amber, and Loom from a Java Developer Advocate.
A guide to using the execjar tool to create executable JAR files for Java applications, compatible with UNIX systems.
Introduces JStall, a command-line tool for inspecting Java applications via thread dumps and profiling to identify CPU-intensive threads and deadlocks.
A review of Java's key developments in 2025, covering major OpenJDK projects like Panama, Loom, and Babylon, from the Inside Java Newscast.
Explains how Firefox's HTML5 parser is maintained in Java and automatically translated to C++ using a custom script.
Explores the effective and ineffective use of pattern matching in Java, including best practices, antipatterns, and corner cases.
Explains why using arrays and complex types in custom JDK Flight Recorder (JFR) events is problematic and should be avoided.
Author announces the publication of his book 'Hands-On Java with Kubernetes', explaining its motivation and content focused on Java app development for Kubernetes.
A developer shares their Java solutions for Advent of Code 2025 puzzles, focusing on code clarity and using Java 25 features.
Overview of new features in Java 26, including HTTP/3 support, G1 performance improvements, and updates to structured concurrency.
Overview of finalized features in Java 26, including JEPs for final field warnings, HTTP/3 support, and preview features like Structured Concurrency.
Guide to replacing Hibernate's deprecated @GenericGenerator with the new @IdGeneratorType annotation for custom entity IDs.
Explains how to implement API versioning using Spring Boot's built-in features for managing different REST endpoint versions.