-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update to Jackson 2.18.2 #173
base: master
Are you sure you want to change the base?
Conversation
One test class to go 🥳 |
Ah, I now understand why the tests failed. Upstream has introduced a new Jackson module |
public final class ThreeTenModule extends SimpleModule | ||
{ | ||
@Deprecated // since 2.18 | ||
public final class ThreeTenModule extends SimpleModule { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated in favor of ThreeTenTimeModule
Hm, this seems to be an issue with Java 8. The other versions just work fine? |
Any idea what's causing the difference? The purpose of this library is supporting older Java versions, after all. |
Superceds #167, #172. Fixes #166