Spring Boot Versions Explorer
SpringDiff lets you compare any two Spring Boot versions side by side — starters, properties, auto-configurations, and release notes in one place.
SpringDiff lets you compare any two Spring Boot versions side by side — starters, properties, auto-configurations, and release notes in one place.
Spring Boot 4.0 adopts JSpecify as its null annotation standard. Find out what changes, why it matters, and how it improves your code with four before/after examples.
What is coming in Java 26 for developers
Stop wasting JVM threads on WordPress bots. Here is how to block PHP scanners at the Cloudflare, Nginx, and Spring Security levels to keep your Java logs clean.
Is Lombok a bad citizen or a Superhero?
Transitioning a legacy Java monolith to Kotlin sounds like a modern developer’s dream, but when that project relies on Hibernate and Lombok, the "100% interoperability" promise quickly unravels. This post explores the deep-rooted architectural conflicts that occur when Kotlin’s opinionated, null-sa…
Learn how to fix the “Port 8080 already in use” error in Spring Boot. Find and kill the process on Mac, Linux, or Windows and prevent future port conflicts.
How to handle mixed http requests in Spring
Lombok and JDK compatibility
The origin of the technical debt
Code review lessons. A simple question about a query challenged the online solutions.
Is Quarkus a real alternative to Spring Boot? How to choose between the two?
Java 23 Lombok compilation error, how to fix it.
How to configure hibernate to show execution performances
What are Java patterns
Use MinIO as alternative to AWS S3 and Azure Storage
How to use arrays in JPA using Kotlin
What is coming with the new Java release
Java CI/CD pipeline with Gitlab
Size your JVM for docker to avoid surprises
Java HttpClient example
How to define specific properties for a Spring Boot test class
Organise and tests the exceptions using ControllerAdvice
Handle Oracle compatibility while testing with H2 in Java projects, including dialect, SQL differences, and migration-safe practices.