question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider adding `jackson-datatype-jsr310` to Web starter

See original GitHub issue

In 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
philwebbcommented, May 29, 2017

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?

0reactions
snicollcommented, Jun 2, 2017

Follow-up on that issue on #9391

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found