Showing posts with the label Spring Boot

Spring Boot 3 Migration: Solving Jakarta EE Namespace Conflicts

Moving a production monolith or a fleet of microservices from Spring Boot 2.7 to 3.x is not a "bump the version and pray" task. I recentl…
Spring Boot 3 Migration: Solving Jakarta EE Namespace Conflicts

Migrating Spring Boot Monoliths to Microservices via DDD

Most enterprise teams face a breaking point when their Spring Boot monolith reaches a specific scale: the 20-minute CI/CD pipeline. I recently led …
Migrating Spring Boot Monoliths to Microservices via DDD

How to Fix BeanCurrentlyInCreationException in Spring Boot

You start your Spring Boot application, expecting a smooth startup, but instead, the console explodes with a BeanCurrentlyInCreationException . Thi…
How to Fix BeanCurrentlyInCreationException in Spring Boot
OlderHomeNewest