nmorel / gwt-jackson

gwt-jackson is a JSON parser for GWT. It uses Jackson 2.x annotations to customize the serialization/deserialization process.
Apache License 2.0
111 stars 55 forks source link

Update Jackson to 2.9.6 #148

Closed freddyboucher closed 6 years ago

freddyboucher commented 6 years ago

Also re-enable some @Ignore JUnit tests that now works with Jackson 2.9.6

nmorel commented 6 years ago

Thanks!