How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to disable MessageSourceAutoConfiguration from maven parent

calendar_today June 12, 2026 person Dario Viva domain spring-boot

We have some special requirements on how we need to use our message source. Thats why we have autoconfigured our own message source configuration beans. In Spring Boot 3 this worked just fine, we did not even need to exclude the MessageSourceAutoConfiguration bean.

open_in_new Read original post