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

Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder #31380

Closed
wants to merge 1 commit into from

Conversation

bramhaag
Copy link
Contributor

@bramhaag bramhaag commented Oct 8, 2023

Closes #31379

@pivotal-cla
Copy link

@bramhaag Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@bramhaag Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Oct 8, 2023
@sdeleuze sdeleuze self-assigned this Oct 9, 2023
@sdeleuze sdeleuze added in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Oct 9, 2023
@sdeleuze sdeleuze added this to the 6.0.13 milestone Oct 9, 2023
@sdeleuze sdeleuze closed this in 5f05340 Oct 10, 2023
@sdeleuze sdeleuze modified the milestones: 6.0.13, 6.1.0-RC1 Oct 11, 2023
@sdeleuze
Copy link
Contributor

Notice this raises to Jackson baseline to 2.14, so I will revert the commit in 6.0.x branch, keep it in main and have updated https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x to mention this updated requirement for Spring Framework 6.1.

eddumelendez added a commit to eddumelendez/spring-boot that referenced this pull request Oct 14, 2023
Both, `EnumFeature` and `JsonNodeFeature` implement `DataTypeFeature`,
which was recently added in spring-framework. This commits introduces
support to allow the configuration via properties.

See spring-projects/spring-framework#31380
wilkinsona pushed a commit to spring-projects/spring-boot that referenced this pull request Oct 16, 2023
Both `EnumFeature` and `JsonNodeFeature` implement `DataTypeFeature`
which was recently added in Spring Framework. This commits introduces
support to allow the configuration via properties.

See spring-projects/spring-framework#31380

See gh-37885
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) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jackson2ObjectMapperBuilder does not support DatatypeFeature
4 participants