- a582875 Prepare for 2.5.5 by Tatu Saloranta · 9 years ago
- 73f54a64 Try to reproduce #899 by Cowtowncoder · 9 years ago
- 2e364ba Add test for #889, passes with 2.5 by Tatu Saloranta · 9 years ago
- 4312a24 Fix #878 by Cowtowncoder · 9 years ago
- 726b6e0 Fixed #844 by Cowtowncoder · 9 years ago
- 9317e54 Follow-up to #852, add unit test by Cowtowncoder · 9 years ago
- b4547f8 Tinkering with #827 test by Cowtowncoder · 9 years ago
- 99fc2ec add unit test for #827 to show the problem by Cowtowncoder · 9 years ago
- 93d5900 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
- f693ae5 [maven-release-plugin] prepare release jackson-databind-2.5.4 by Tatu Saloranta · 9 years ago
- 37ea55e Prepare for 2.5.4 by Tatu Saloranta · 9 years ago
- e9fa042 Update release notes for #816 by Tatu Saloranta · 9 years ago
- 6671559 Merge pull request #817 from wingspan/2.5 by Tatu Saloranta · 9 years ago
- d4923ea update release ntoes as well by Tatu Saloranta · 9 years ago
- 6456a9a Fix #815, for specific case of ObjectNode deserializer access. by Tatu Saloranta · 9 years ago
- 3cbb7bc Allow date-only ISO strings to have no time zone. #816 by Andrew Goodale · 9 years ago
- ea2c9a4 update release notes wrt #801 by Cowtowncoder · 9 years ago
- 5f09320 Merge pull request #801 from Kamil-Benedykcinski/2.5 by Tatu Saloranta · 9 years ago
- 0e8d641 Using JsonCreator cause generating invalid path reference in JsonMappingException by Kamil Benedykcinski · 9 years ago
- 4773b89 Using JsonCreator cause generating invalid path reference in JsonMappingException by Kamil Benedykcinski · 9 years ago
- a3249d7 Using JsonCreator cause generating invalid path reference in JsonMappingException by Kamil Benedykcinski · 9 years ago
- e412926 Add tests wrt #795 by Tatu Saloranta · 9 years ago
- f92a6b3 Merge branch '2.4' into 2.5 by Tatu Saloranta · 9 years ago
- a143c05 Fix #793 by Tatu Saloranta · 9 years ago
- 3da7c45 ... by Tatu Saloranta · 9 years ago
- 4b9e191 update release notes wrt #792 by Tatu Saloranta · 9 years ago
- ba20f65 Minor fix related to #792, may help (but not necessarily fully solve) by Cowtowncoder · 9 years ago
- 340439a Merge branch '2.4' into 2.5 by Cowtowncoder · 10 years ago
- 7db1f44 Update release notes wrt #785, minor refactoring by Cowtowncoder · 10 years ago
- afb688a Merge pull request #785 from drcrallen/jackson-databind-2.4.4-mmx by Tatu Saloranta · 10 years ago
- f4ef389 Update release notes wrt #676 by Tatu Saloranta · 10 years ago
- bcda406 Merge branch '2.4' into 2.5 by Tatu Saloranta · 10 years ago
- c5a5f53 Fix #676 by Tatu Saloranta · 10 years ago
- 3858853 Add handlings for classes which are available in `Thread.currentThread().getContextClassLoader()` by Charles Allen · 10 years ago
- b02bf06 Fix #774 for 2.5.4 by Cowtowncoder · 10 years ago
- db612bb Fix #771 by Tatu Saloranta · 10 years ago
- 6dcb13f Streamlining `AnnotatedClass` slightly, trying to figure out #771 by Tatu Saloranta · 10 years ago
- 7d5c50b Minor fix to Enum/schema/toString() combination (backport from 2.6) by Tatu Saloranta · 10 years ago
- 47d5186 [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 10 years ago
- a29cb29 [maven-release-plugin] prepare release jackson-databind-2.5.3 by Cowtowncoder · 10 years ago
- 13968e6 Prepare for 2.5.3 by Cowtowncoder · 10 years ago
- 7577766 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
- ed7b0c3 [maven-release-plugin] prepare release jackson-databind-2.4.6 by Tatu Saloranta · 10 years ago
- e92e450 prepare for 2.4.6 by Tatu Saloranta · 10 years ago
- 46d7037 Merge branch '2.5' of github.com:FasterXML/jackson-databind into 2.5 by Cowtowncoder · 10 years ago
- 035b24d Merge branch '2.4' into 2.5 by Tatu Saloranta · 10 years ago
- 7dc9c73 Add unit tests to try to tease out #767, no luck yet by Tatu Saloranta · 10 years ago
- a52e6c5 Fix incorrect jackson-core dep (was 2.5.1) by Cowtowncoder · 10 years ago
- cb7342b Update release notes by Cowtowncoder · 10 years ago
- f517d63 Merge pull request #766 from agilbert314/2.5 by Tatu Saloranta · 10 years ago
- 309bb14 Fix Infinite recursion (StackOverflowError) when serializing a SOAP object. by Alain Gilbert · 10 years ago
- 3470803 Backport #761 fix in 2.5(.3) by Cowtowncoder · 10 years ago
- ae10786 bacport test for 761 by Cowtowncoder · 10 years ago
- c94ec60 Unit test refactoring: move failing #749 tests under failing; need further work to solve, not an easy fix by Cowtowncoder · 10 years ago
- 6dce67b Minor fix to EnumMapSerializer (deprecated, but might be resurrected) by Cowtowncoder · 10 years ago
- 4bbda5a Work on #749, solving one problem, parts remain by Cowtowncoder · 10 years ago
- 8d486db ... by Cowtowncoder · 10 years ago
- cbda007 Add unit tests for #749; failure to dynamically use WRITE_ENUMS_USING_TO_STRING by Cowtowncoder · 10 years ago
- 119ddc9 Fix #731 by Cowtowncoder · 10 years ago
- fa1c2ff prune temp 2.4.6-only fix for #744 after merge by Cowtowncoder · 10 years ago
- 2f7a430 Merge branch '2.4' into 2.5 by Cowtowncoder · 10 years ago
- 85282b1 (and actual #744 fix here, doh) by Cowtowncoder · 10 years ago
- 58f4c95 Backport #744 fix by Cowtowncoder · 10 years ago
- 817a45a Fix #744 by Cowtowncoder · 10 years ago
- 0ec81c0 Update release notes wrt #742 by Cowtowncoder · 10 years ago
- 59af571 Fix #742 for 2.5.3 by Cowtowncoder · 10 years ago
- 50ea083 Backport #745 fix for 2.5.3 by Cowtowncoder · 10 years ago
- 61c226c back port test for #745 from master by Cowtowncoder · 10 years ago
- b6e3fbf [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
- 636018b [maven-release-plugin] prepare release jackson-databind-2.5.2 by Tatu Saloranta · 10 years ago
- fd54177 Prepare for 2.5.2 by Tatu Saloranta · 10 years ago
- ec1820d Fix #738 by Cowtowncoder · 10 years ago
- 48617c8 Simplify failing test by Cowtowncoder · 10 years ago
- c568ff2 Add a test for #738 by Cowtowncoder · 10 years ago
- 841a1a7 Merge branch '2.4' into 2.5 by Cowtowncoder · 10 years ago
- 7ff745c More complete fix for #735 by Cowtowncoder · 10 years ago
- 6098024 Merge branch '2.4' into 2.5 by Cowtowncoder · 10 years ago
- de5642e Add an improved test for #735: turns out there is still at least one, ordering-dependant issue by Cowtowncoder · 10 years ago
- 503018b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
- 19ac8a4 [maven-release-plugin] prepare release jackson-databind-2.4.5.1 by Tatu Saloranta · 10 years ago
- ee8cccd Prepare for 2.4.5.1 by Tatu Saloranta · 10 years ago
- 05db853 Merge branch '2.4' into 2.5 (plus related #735 follow-up regards to 2.5.x additions) by Cowtowncoder · 10 years ago
- 1d57c20 Fix #735 by Cowtowncoder · 10 years ago
- 436c309 Fixed #733 by Tatu Saloranta · 10 years ago
- 66bfe66 Fix #609, Fix #728 by Tatu Saloranta · 10 years ago
- 66e8ac6 Javadoc improvements: add a note to MapperFeature#CAN_OVERRIDE_ACCESS_MODIFIERS indicating that disabling can have drastic performance consequences. by Cowtowncoder · 10 years ago
- d7d31ca Minor improvement to handling of custom value instantiator, for delegating creator by Cowtowncoder · 10 years ago
- 6e7744d ... by Cowtowncoder · 10 years ago
- 466f706 Fix #705 for 2.5.2 by Cowtowncoder · 10 years ago
- 6262dd7 Last refactoring wr #706, to make new base class public for other uses too by Cowtowncoder · 10 years ago
- bf59bfb More refactoring wrt #706 by Cowtowncoder · 10 years ago
- 52a49b8 Merge branch '2.4' into 2.5 by Cowtowncoder · 10 years ago
- 36d9b59 Update release notes wrt #706 by Cowtowncoder · 10 years ago
- 7d6f62a Merge pull request #706 from ciderale/jsonschema-support-jsonunwrapped by Tatu Saloranta · 10 years ago
- e57b7c2 Merge branch '2.4' into 2.5 by Cowtowncoder · 10 years ago
- cc05493 Fixed #707 by Cowtowncoder · 10 years ago
- 0b05963 support json schema generation for @JsonUnwrapped (#271) by Alain Lehmann · 10 years ago
- 195e9b5 Backport #703 fix by Francisco by Cowtowncoder · 10 years ago
- bff35ba Add a (failing) test for #700: most likely can only fix in 2.6 by Cowtowncoder · 10 years ago
- f24064c Minor fix to release notes. by Tatu Saloranta · 10 years ago