Tag: java
All the articles with the tag "java".
Should I use Java 25 Compact Object Headers?
Published: at 05:00 AMWith the release of Java 25, should you consider using Compact Object Headers for better memory efficiency?
Spring Boot 4 - What is JSpecify?
Published: at 12:00 PMAn article walking through JSpecify support in Spring Boot 4.
Always Set Up AuditorAware in Spring JPA
Published: at 12:00 PMAuditorAware is a powerful feature in Spring JPA that allows you to automatically populate auditing fields like createdBy and lastModifiedBy. In this post, I explain why I always set it up in my projects and how it can simplify your code.
JLink - Java Runtime Optimization Reference Guide
Published: at 12:00 PMComplete reference guide for using JLink to create optimized Java runtime images and reduce application size by 60%.
Multiple OAuth2 Resource Servers with Spring Boot 3.5.0
Published: at 12:00 PMHow to configure Spring Boot to handle multiple OAuth2 Resource Servers using JwtDecoder based on token issuer
Spring Data Pagination Serialization Warning
Published: at 12:00 PMA short post detailing a common serialization error and the potential solutions