spring-boot-starter-parent 3.2.4 controller advise issue #40148
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
Looks like spring-boot-starter-parent 3.2.4 changed some behavior vs 3.2.3, reproduction steps:
clone https://github.com/mbanaszkiewicz-vonage/controller-advise-repro
run the app, go to http://localhost:9000/test - you should see default error page with http 400 status & no stacktrace in app logs.
change spring-boot-starter-parent from 3.2.3 to 3.2.4, refresh maven deps, build & re-run the app, go to http://localhost:9000/test - now default error page shows http 500 & there is a stacktrace, IllegalArgumentException was not properly converted to ResponseStatusException(BAD_REQUEST).
The text was updated successfully, but these errors were encountered: