-
Notifications
You must be signed in to change notification settings - Fork 135
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 test lib's #105
Update test lib's #105
Conversation
e3c9fda
to
04ac727
Compare
04ac727
to
027f2e2
Compare
027f2e2
to
ab652c4
Compare
ab652c4
to
b7de6d6
Compare
d80f83d
to
7f5930b
Compare
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.
Looks good. Thanks! Left a couple of trivial comments.
src/main/java/com/github/fabienrenaud/jjb/stream/Serialization.java
Outdated
Show resolved
Hide resolved
Indeed. I can't find the source for senthilganeshs/jsonp anymore... Let's remove it in a separate PR. If tonivade/purejson uses the same API, let's switch the dependency from senthilganeshs.purejson to tonivade.purejson. Thank you for your contribution and help. |
baa7682
to
47fe058
Compare
I just wanted to update the Jackson lib, but then i ended up checking the whole list ;)
After some fighting with (non-semver) breaking changes in avaje-jsonb and json-io i was able to execute both
./run ser
and.run/deser
successfully.Some notable points:
git revert 91d279b
before merging (i may also simply rebase and drop the commit if desired)