Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring-boot-starter-parent 3.2.4 controller advise issue #40148

Closed
mbanaszkiewicz-vonage opened this issue Apr 2, 2024 · 1 comment
Closed
Labels
for: external-project For an external project and not something we can fix status: duplicate A duplicate of another issue

Comments

@mbanaszkiewicz-vonage
Copy link

mbanaszkiewicz-vonage commented Apr 2, 2024

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).

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 2, 2024
@bclozel
Copy link
Member

bclozel commented Apr 2, 2024

Thanks for the report and sample project. I think this is a duplicate of spring-projects/spring-framework#32538 and I'm closing this issue as a result.

@bclozel bclozel closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2024
@bclozel bclozel added status: duplicate A duplicate of another issue for: external-project For an external project and not something we can fix and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: external-project For an external project and not something we can fix status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants