- 71430dd Implement #1029 (add support for `@JsonAlias`) by Tatu Saloranta · 8 years ago
- f66df3d minor cleanup by Tatu Saloranta · 8 years ago
- 76381c5 minor simplification by Tatu Saloranta · 8 years ago
- e5e475f minor clean up, prepare for `@JsonAlias` testing by Tatu Saloranta · 8 years ago
- 5285e4a Bit more work on #1313 to also support `@JsonFormat` way of per-property allowance (or not) of case-insensitivity by Tatu Saloranta · 8 years ago
- 15d4fe2 Merge pull request #1520 from AnaEliza/master by Tatu Saloranta · 8 years ago
- cb38b3d Merge branch '2.8' by Tatu Saloranta · 8 years ago
- 5bd7605 Minor tweaks to #1533 by Tatu Saloranta · 8 years ago
- 10d5ab3 Merge pull request #1534 from Tillerino/2.8 by Tatu Saloranta · 8 years ago
- d55d422 Unit tests for #1533 by Tillerino · 8 years ago
- 54fb5a3 Start work to support aliases by Tatu Saloranta · 8 years ago
- 310f35c minor refactoring to try simplify/unify property type checks by Tatu Saloranta · 8 years ago
- 1971732 Fix #1533: Respect ACCEPT_EMPTY_STRING_AS_NULL_OBJECT for polymorphism. by Tillerino · 8 years ago
- ce37efc [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
- b30845f [maven-release-plugin] prepare release jackson-databind-2.8.7 by Tatu Saloranta · 8 years ago
- df7e794 prepare for 2.8.7 by Tatu Saloranta · 8 years ago
- 23a30a7 Merge branch '2.8' by Tatu Saloranta · 8 years ago
- 64967c4 Fixed #1513 by Tatu Saloranta · 8 years ago
- dc02cea Add a passing test to try to repro #1513 by Tatu Saloranta · 8 years ago
- c59ad69 improve issue template by Tatu Saloranta · 8 years ago
- f8c0acc complete (?) implementation of configurable null-deserialization by Tatu Saloranta · 8 years ago
- 08f9955 Add a test for small regression wrt List<String>, Collection<String> polymorphic serialization by Tatu Saloranta · 8 years ago
- 2177e1c Fixes to determination of type for properties, annotation applicability by Tatu Saloranta · 8 years ago
- 0baca76 more work on testing null-value alternatives (skip, fail, set-as-empty) by Tatu Saloranta · 8 years ago
- 6636ea2 null handling; add "fail" mode for primitive arrays by Tatu Saloranta · 8 years ago
- 10b6d51 New IgnoreCase feature to deserialize enums by AnaEliza · 8 years ago
- af2129c Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
- 04cb1a2 Fixed #1367 by Tatu Saloranta · 8 years ago
- 42a1089 refactor test by Tatu Saloranta · 8 years ago
- 4033c89 Add support "skip nulls" for content values. by Tatu Saloranta · 8 years ago
- 0ec28dd add mroe tests. by Tatu Saloranta · 8 years ago
- ea66599 ... by Tatu Saloranta · 8 years ago
- 41e31e1 test fixes by Tatu Saloranta · 8 years ago
- 2339988 intermediate commit, apologies for breakage; refactoring empty/null handling by Tatu Saloranta · 8 years ago
- 3fc3177 more work on null handling wrt containers by Tatu Saloranta · 8 years ago
- ca3ef05 Start implementing "content nulls" handling for some of collections by Tatu Saloranta · 8 years ago
- 2e9df7d Merge branch '2.8' by Tatu Saloranta · 8 years ago
- d31312c Try to improve handling of class annotations for `AnnotatedClass` by Tatu Saloranta · 8 years ago
- 2f8eded Complete refactoring of form `@JsonSetter(merge=)` into `@JsonMerge()` by Tatu Saloranta · 8 years ago
- 3cde225 ... by Tatu Saloranta · 8 years ago
- 4600a16 More complete implementation of "nulls as empty values" now for Collections, POJOs, Maps. by Tatu Saloranta · 8 years ago
- acb20e6 some more work on null handling by Tatu Saloranta · 8 years ago
- 08c593c Bit more work on null handling by Tatu Saloranta · 8 years ago
- 23d4d27 Fix initial 'no nulls' implementation; now throws exception as expected by Tatu Saloranta · 8 years ago
- df7102c Starting to implement #1402; failing with "fail on nulls" so far, but getting closer. by Tatu Saloranta · 8 years ago
- e743a8c Minor cleanup by Tatu Saloranta · 8 years ago
- f5ac379 Merge branch '2.8' by Tatu Saloranta · 8 years ago
- ff441e8 Fixed #1505 by Tatu Saloranta · 8 years ago
- 4d34006 Fix #935 by Tatu Saloranta · 8 years ago
- 2bb770b fix a tiny problem with a failing test by Tatu Saloranta · 8 years ago
- 581ba1f Merge branch '2.8' by Tatu Saloranta · 8 years ago
- cc478a2 Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
- 16d7725 more tweaking for handling of static inner class deserialization (or failure thereof) by Tatu Saloranta · 8 years ago
- a66b4e0 Merge branch '2.8' by Tatu Saloranta · 8 years ago
- 55f0f3e Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
- 58a7f7b Add failing tests for #1502, #1503 by Tatu Saloranta · 8 years ago
- f33142a Merge branch '2.8' by Tatu Saloranta · 8 years ago
- dfd864f Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
- 63afa52 Fix #1501 by Tatu Saloranta · 8 years ago
- d83a0db Merge branch '2.8' by Tatu Saloranta · 8 years ago
- a4a6338 Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
- d3874eb minor improvement to error detection wrt creator property index (for deser) by Tatu Saloranta · 8 years ago
- 1bc5874 Merge branch '2.8' by Tatu Saloranta · 8 years ago
- 749edaa Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
- 23a7332 Fix #1506 by Tatu Saloranta · 8 years ago
- c9c78f3 Merge branch '2.8' by Tatu Saloranta · 8 years ago
- 95f1df1 minor cleanup by Tatu Saloranta · 8 years ago
- 703e2b4 Merge branch '2.8' by Tatu Saloranta · 8 years ago
- 9972618 Fix #1317 by Tatu Saloranta · 8 years ago
- 0f9a4a5 Add a failing test for #1317 by Tatu Saloranta · 8 years ago
- 1850fab Fix #1407 by Tatu Saloranta · 8 years ago
- 34954bb testing by Tatu Saloranta · 8 years ago
- 3275341 Merge branch '2.8' by Tatu Saloranta · 8 years ago
- 2dae72f [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
- 9dbe3d2 [maven-release-plugin] prepare release jackson-databind-2.8.6 by Tatu Saloranta · 8 years ago
- f18a260 prepare for 2.8.6 by Tatu Saloranta · 8 years ago
- 96716d3 Add one more convenience method by Tatu Saloranta · 8 years ago
- af3bdbf Merge branch '2.8' by Tatu Saloranta · 8 years ago
- d7155de Fix #1493 by Tatu Saloranta · 8 years ago
- 66054e2 test refactoring by Tatu Saloranta · 8 years ago
- 8a231f1 Merge branch '2.8' by Tatu Saloranta · 8 years ago
- 7fe2d4f Merge branch '2.7' into 2.8 by Tatu Saloranta · 8 years ago
- d44600d Fix #1476 by Tatu Saloranta · 8 years ago
- 48902b1 Fix #1474 by Tatu Saloranta · 8 years ago
- ef9d6cf Merge branch '2.8' by Tatu Saloranta · 8 years ago
- 75b7049 minor test refactoring by Tatu Saloranta · 8 years ago
- 427f4f6 Merge pull request #1483 from robinkanters/patch-1 by Tatu Saloranta · 8 years ago
- 473795f Fixed typo in issue template by Robin Kanters · 8 years ago
- ae7122f Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 8 years ago
- 2851335 Merge branch '2.8' by Tatu Saloranta · 8 years ago
- 522f2ba Fix #1473 by Tatu Saloranta · 8 years ago
- 521314a test refactoring by Tatu Saloranta · 8 years ago
- 9434f51 Fix #357 properly. Finally! by Tatu Saloranta · 8 years ago
- c799b42 Start working on proper fix for #357 by Tatu Saloranta · 8 years ago
- 06c1f89 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 8 years ago
- 4c853f1 test cleanup by Tatu Saloranta · 8 years ago
- 181a715 release note typo fix by Tatu Saloranta · 8 years ago
- ebeb315 Fixed #1450 by Tatu Saloranta · 8 years ago
- fe0a2e3 fix a problem introduced by IDE via refactoring by Tatu Saloranta · 8 years ago
- 7a87f97 ... by Tatu Saloranta · 8 years ago