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 recently led a migration for a fintech platform where we …
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 a migration for a fintech platform where a single …
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 . This error is the technical manifestation of the &quo…
How to Fix BeanCurrentlyInCreationException in Spring Boot
OlderHomeNewest