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

Refine Jackson2ObjectMapperBuilder#configureFeature exception handling #29859

Closed
sdeleuze opened this issue Jan 20, 2023 · 0 comments
Closed
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement
Milestone

Comments

@sdeleuze
Copy link
Contributor

FatalBeanException is currently thrown, IllegalArgumentException seems more suitable for that use case.

@sdeleuze sdeleuze added in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement for: backport-to-5.3.x Marks an issue as a candidate for backport to 5.3.x labels Jan 20, 2023
@sdeleuze sdeleuze added this to the 6.0.5 milestone Jan 20, 2023
@sdeleuze sdeleuze self-assigned this Jan 20, 2023
@github-actions github-actions bot added status: backported An issue that has been backported to maintenance branches and removed for: backport-to-5.3.x Marks an issue as a candidate for backport to 5.3.x labels Jan 20, 2023
sdeleuze added a commit to sdeleuze/spring-framework that referenced this issue Jan 20, 2023
This commit changes the FatalBeanException previously thrown for
an IllegalArgumentException which seems more suitable for that
use case.

Closes spring-projectsgh-29859
mdeinum pushed a commit to mdeinum/spring-framework that referenced this issue Jun 29, 2023
This commit changes the FatalBeanException previously thrown for
an IllegalArgumentException which seems more suitable for that
use case.

Closes spring-projectsgh-29859
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant