90% of distributed traces observability gone after Spring Boot upgrade

After upgrading Spring Boot version to 3.3.1 we notice that 90% of our distributed tracing in our observability tool were gone. In this post we tell the story

Created: July 17, 2024 · Modified: November 13, 2024 · João Vieira (JV) ·  Software Engineering

How upgrading from Spring Boot 3.2.5 to 3.3.1 broke our object mapper

After upgrading Spring Boot from version 3.2.5 to 3.3.1 we started to have a serialization issue with the Optional class. Check how to fix it in this post

Created: July 15, 2024 · Modified: November 13, 2024 · João Vieira (JV) ·  Software Engineering