Metadata GC Threshold in Java

The Java Garbage Collector plays a part in managing the memory of the metaspace, where information about classes is stored. We look at tuning parameters to help the JVM manage our application.

New Features in Java 20

Explore some of the new features and changes introduced as part of the incremental Java 20 release.

Guide to Java Project Panama

Project Panama aims to ease the interaction between Java and foreign (non-Java) APIs, i.e., native code written in C, C++, etc.

Memory Types in JVM

Learn about the different memory types in the Java Virtual Machine (JVM) and understand the reasons for some common memory-related errors.

Java Weekly, Issue 470

Pattern matching, GraalVM into OpenJDK, transactional MDC, event sourcing, and Postgres as a Message Queue!

Java Weekly, Issue 467

Panama improvements, fast Java startup in AWS lambda, Spring Boot error handling, TSID vs UUID, and dependency inversion!