All Categories - Blog of Vincent VAUBAN
July 11, 2026 ·
Hibernate’s second-level cache does NOT store complete Java object graphs. It stores entity...
July 11, 2026 ·
🔸 TL;DR Immutable data is data that represents the SAME fact over time. Not “an object...
July 11, 2026 ·
AI can generate code. Sometimes very good code. But clients do not only pay developers...
July 11, 2026 ·
🔸 TL;DR JSpecify is becoming a BIG DEAL for Java null-safety. With Spring Boot 4 and Spring...
July 11, 2026 ·
That simple prompt starts Alex Soto’s demo on protecting Java applications with HashiCorp Vault...
Spring Data 2026.0, also known as Spring Data 4.1, is now generally available from Maven Central....
July 11, 2026 ·
🔸 THE QUESTION Which Java version first made this code valid? ▪️ Java 1.1 ▪️ Java 1.3 ▪️...
July 11, 2026 ·
#Java #OpenJDK #Java25 #Java17 #PatternMatching #Records #SealedClasses #SoftwareEngineering ...
July 11, 2026 ·
“You are the sum of the people you surround yourself with.” 🔸 TL;DR Your environment shapes...
July 11, 2026 ·
🔸 TL;DR Calling Oracle stored procedures and functions from JPA/Hibernate is not hard. The...
JWT security in Spring Boot is powerful… but only when we separate responsibilities clearly. A...
July 11, 2026 ·
Clean Code is not only about syntax. It is also about habits, discipline, and mindset. Here is...
June 29, 2026 ·
In software engineering, “done” can mean very different things depending on the team, the product...
If you care about Java performance and the future of the JVM, Cay Horstmann’s talk on Project...
Migrating a Spring Boot application is not just about changing a version number in pom.xml. 😅 ...
June 29, 2026
I’ve often heard people say “networking only really works in person” and that online events are...
June 29, 2026 ·
Logging, auditing, performance monitoring… these concerns often appear across many services. ...
June 29, 2026 ·
AI is transforming how we build software; but that does not mean every developer task should...
June 29, 2026 ·
A Java or Spring certification syllabus may initially look like a long list of technical concepts...
June 20, 2026 ·
Spring Boot 4.1.0 brings two practical upgrades: lazy JDBC connection fetching and first-class...

