All Categories - Blog of Vincent VAUBAN
July 17, 2026 ยท
๐No Tomcat, No real network... When testing Spring MVC applications, you have probably used: ...
Spring and Spring Boot are not competing frameworks. Spring Boot is built on top of Spring. It...
July 17, 2026 ยท
Spring Data makes repository creation incredibly easy: But this also exposes findAll() by...
July 17, 2026 ยท
๐ธ TL;DR In Spring Security, authorization is not only about protecting URLs. Sometimes the...
๐ ๏ธ๐ SPRING TOOLS 5.2.0: BETTER IDE support for Spring developers ๐ธ TL;DR Spring Tools is the...
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...
๐ธ TL;DR JSpecify is becoming a BIG DEAL for Java null-safety. With Spring Boot 4 and Spring...
๐โ SECURE BY DESIGN: STOP PUTTING JAVA SECRETS IN YOUR CODE inspired by Java Champion Alex Soto
July 11, 2026 ยท
That simple prompt starts Alex Sotoโs demo on protecting Java applications with HashiCorp Vault...
July 11, 2026 ยท
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 โช๏ธ...
#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. ๐
...

