Posts tagged with Advent of Spring

Featured image for "New way to map enums with Spring Boot 4 and Hibernate 7"
Java

New way to map enums with Spring Boot 4 and Hibernate 7

Custom enum mappings in your entities became a lot easier in Spring Boot 4 thanks to some changes within Hibernate 7 and JPA 3.2. Check out this blogpost to learn more!

Read more →
Featured image for "Modularization of Spring Batch"
Java

Modularization of Spring Batch

Spring Boot 4 introduces a new default for Spring Batch, no longer requiring any database table. In this blogpost I'll talk more about the impact this has on your code.

Read more →
Featured image for "Improvements to HTTP interfaces"
Java

Improvements to HTTP interfaces

Spring Boot 4 simplifies HTTP exchange interfaces, eliminating the need for manual configuration.

Read more →
Featured image for "Spring Boot's Modularization"
Java

Spring Boot's Modularization

Spring Boot 4 modularizes autoconfigurations, starters and its testing libraries. In this blogpost I'll tell you all about them!

Read more →