Hibernate 7.4: What's new for Spring Boot developers
Hibernate 7.4 introduces temporal entities, auditing, and safer pagination—key upgrades for Spring Data JPA developers.
Hibernate 7.4 introduces temporal entities, auditing, and safer pagination—key upgrades for Spring Data JPA developers.
A quick Spring Boot 4 migration diary: moved packages, split deps, and stricter tests.
A full-stack document intelligence demo using Angular, Spring Boot, Spring AI 2.0, and Mistral OCR 4 to extract markdown, layout blocks, tables, images, confidence signals, and structured JSON.
Fix Java/Kotlin interop issues in VS Code and VSCodium with Maven compiler settings, Kotlin source roots, and Java-facing service contracts.
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.
Learn the trade-offs between using interfaces and CGLIB for AOP proxying in Spring Boot applications.
Lombok and JDK compatibility
How to handle multipart requests containing JSON and a file in Spring
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