-
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
Bump com.fasterxml.jackson:jackson-base from 2.16.2 to 2.18.2 #173
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. |
…ementation in java a8
Ah, got it. The test was checking a bug present only in Java 8's implementation of |
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.
@thetric Thanks a lot for your contribution! ❤️
Closes #167
Closes #172
Fixes #166