-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Consider adding jackson-datatype-jsr310
to Web starter
#9297
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Comments
There are more than one starter where Jackson is provided. I guess A dedicated starter would make #400 much easier to implement in a customization though. |
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 |
I take it back. This would be a transitive dependency of a starter chosen on the initializr so that wouldn't change anything. |
That change breaks the glassfish integration test. Looks like Glassfish 4.1 provides Jackson 2.5 |
This dependency breaks Glassfish integration tests and was not strictly required by #9297.
Follow-up on that issue on #9391 |
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
.The text was updated successfully, but these errors were encountered: