Spring Boot Version: 3.0.6 - Still happens on 3.0.7.
It was working on Spring Boot 2.7.X.
In application.properties, I have this setting, since migration to 3.0.4, there is no way for this setting to work, I searched and can't find documentation about this.
server.error.include-message = ALWAYS
server.error.include-binding-errors = ALWAYS
server.error.include-stacktrace = ALWAYS
server.error.include-exception = TRUE
Comment From: philwebb
Those properties are still supported. Please could you provide a sample application that shows the problem you're having?
Comment From: isaachjk
Those properties are still supported. Please could you provide a sample application that shows the problem you're having?
I made the demo that you asked me for, and in the demo it did work. the apologies of the case and thank you very much.