Consider adding `jackson-datatype-jsr310` to Web starter
See original GitHub issueIn a similar fashion like #9229, it would be nice if Web starter would pull in jackson-datatype-jsr310 module.
In addition, perhaps a case could be made for other modules that are a part of jackson-modules-java8.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Upgrading Spring Boot from 2.4.1 to 2.6.1, getting `java.time ...
At the point where you configure that ObjectMapper , you need to explicitly add the JSR 310 module. That can be done with...
Read more >Spring Boot - Customize the Jackson ObjectMapper
Here. we will be discussing how to customize the default ObjectMapper that Spring Boot uses. Application Properties and Custom Jackson Module.
Read more >Spring Boot: Customize the Jackson ObjectMapper - Baeldung
In this section, we'll see how to customize the default ObjectMapper that Spring Boot uses. 3.1. Application Properties and Custom Jackson Module.
Read more >Web on Servlet Stack - Spring
Parallel to Spring Web MVC, Spring Framework 5.0 introduced a reactive-stack web framework whose name, "Spring WebFlux," is also based on its source...
Read more >java.time.localdate` not supported by default: add module com ...
How do I enable the JSR310 support for LocalDate using Jackson? ... <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think a starter makes sense, we don’t want to duplicate the same dependencies all over the shop Perhaps we should call it something more general like
spring-boot-starter-json?Follow-up on that issue on #9391