- 23e52ab Fix #504 and #797 by Cowtowncoder · 9 years ago
- 48a21be minor number test refactoring by Cowtowncoder · 9 years ago
- f4d3a82 javadoc improvement by Cowtowncoder · 9 years ago
- d2ebacd [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
- 5286441 [maven-release-plugin] prepare release jackson-databind-2.6.0-rc1 by Tatu Saloranta · 9 years ago
- 4bca471 ... by Tatu Saloranta · 9 years ago
- 076f2b3 prepare for 2.6.0-rc1 by Tatu Saloranta · 9 years ago
- cbc4dc6 Unit test improvements to try to extend coverage by Cowtowncoder · 9 years ago
- 3c5989b Minor cleanup: remove unused helper class by Cowtowncoder · 9 years ago
- ee1c51a Fix #795 by Cowtowncoder · 9 years ago
- f0efb09 Merge branch '2.5' by Tatu Saloranta · 9 years ago
- e412926 Add tests wrt #795 by Tatu Saloranta · 9 years ago
- 1b9d148 Update javadoc wrt #794 by Tatu Saloranta · 9 years ago
- 6709f72 Work on #794: add the feature. by Tatu Saloranta · 9 years ago
- ad513ee Fix #77 by Tatu Saloranta · 9 years ago
- 01fc9dc minor test refactoring by Tatu Saloranta · 9 years ago
- 41e187e ... by Tatu Saloranta · 9 years ago
- d52679a Merge branch '2.5' 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
- cb6dddd Fix #296 by Tatu Saloranta · 9 years ago
- 4a8c637 Mark old-style json schema generator methods as deprecated by Tatu Saloranta · 9 years ago
- dbe68f6 Fix #95 (oldest fixed issue so far for 2.6!) by Tatu Saloranta · 9 years ago
- a341904 Merge branch '2.5' by Tatu Saloranta · 9 years ago
- 4b9e191 update release notes wrt #792 by Tatu Saloranta · 9 years ago
- 0d62e9c Test changes wrt #792 by Tatu Saloranta · 9 years ago
- f877926 Merge branch '2.5' by Cowtowncoder · 9 years ago
- ba20f65 Minor fix related to #792, may help (but not necessarily fully solve) by Cowtowncoder · 9 years ago
- 282cfdf ... by Cowtowncoder · 9 years ago
- 3d4e4ec Add a test to show #792 by Cowtowncoder · 9 years ago
- 541a3ca Update note on JDK baseline version by Cowtowncoder · 9 years ago
- c0b9552 Implement #689: Add `ObjectMapper.setDefaultPrettyPrinter(...)` by Tatu Saloranta · 9 years ago
- 4265e1d Unit test fix for #790 by Tatu Saloranta · 9 years ago
- cd2a819 Implement #790: external JsonNode comparator by Tatu Saloranta · 9 years ago
- 595c895 update README regarding streaming api by Cowtowncoder · 9 years ago
- 2e0453f Add ObjectMapper.setVisibility(VisibilityChecker) to replace setVisibilityChecker (which is non-chainable). by Cowtowncoder · 9 years ago
- a936f43 Implement #787 by Cowtowncoder · 9 years ago
- 0abef48 Fix a javadoc typo by Cowtowncoder · 9 years ago
- f8d3ced Fix problems with unit test refactoring, hard-coded class name comparison by Cowtowncoder · 9 years ago
- 7e9519c Merge branch '2.5' by Cowtowncoder · 9 years ago
- 340439a Merge branch '2.4' into 2.5 by Cowtowncoder · 9 years ago
- 7db1f44 Update release notes wrt #785, minor refactoring by Cowtowncoder · 9 years ago
- afb688a Merge pull request #785 from drcrallen/jackson-databind-2.4.4-mmx by Tatu Saloranta · 9 years ago
- 4768353 unit test refactoring now that 676 passes by Tatu Saloranta · 9 years ago
- 1d0e188 Merge branch '2.5' by Tatu Saloranta · 9 years ago
- f4ef389 Update release notes wrt #676 by Tatu Saloranta · 9 years ago
- a0d0836 ... by Tatu Saloranta · 9 years ago
- 74bd083 Merge branch '2.5' by Tatu Saloranta · 9 years ago
- bcda406 Merge branch '2.4' into 2.5 by Tatu Saloranta · 9 years ago
- c5a5f53 Fix #676 by Tatu Saloranta · 9 years ago
- 3858853 Add handlings for classes which are available in `Thread.currentThread().getContextClassLoader()` by Charles Allen · 9 years ago
- 41f8ca1 Implement #781 by Tatu Saloranta · 9 years ago
- 47661f2 Add support for verifying that required creator properties are indeed passed. by Tatu Saloranta · 9 years ago
- dc16286 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 9 years ago
- b979b02 Fix failing tests wrt creator properties. Next: add required-ness checks by Tatu Saloranta · 9 years ago
- 6586ab3 Minor fix to creator prop handling by Tatu Saloranta · 9 years ago
- 33f694b Start rewrite of creator property handling, to support requiredness by Tatu Saloranta · 9 years ago
- 12f6cee minor code cleanup by Tatu Saloranta · 9 years ago
- 33fc4b9 Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 9 years ago
- 7e2c229 Minor warning, unit test cleanup by Tatu Saloranta · 9 years ago
- 30b459b minor code cleanup by Cowtowncoder · 9 years ago
- e3cde7f Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 9 years ago
- 08efeba javadoc improvements by Cowtowncoder · 9 years ago
- b06494a One more fix wrt #741; explicitly allow throwing JsonMappingException from accessors. by Tatu Saloranta · 9 years ago
- 6727334 Cleaning up #741: can get rid of NullProvider in next minor release after current one (that is, remove in 2.7) by Tatu Saloranta · 9 years ago
- 984fda3 Fix #741 by Tatu Saloranta · 9 years ago
- 189795a More warnings cleanup by Tatu Saloranta · 9 years ago
- b79129c warnings removal by Tatu Saloranta · 9 years ago
- 335117e Javadoc improvements for ObjectMapper by Cowtowncoder · 9 years ago
- fa39015 ... by Tatu Saloranta · 10 years ago
- 8e9d4b2 Fix #664 by Tatu Saloranta · 10 years ago
- 07d0e79 Additional changes, similar to #769 by Tatu Saloranta · 10 years ago
- e4cb752 Merge pull request #769 from smaant/issues-177 by Tatu Saloranta · 10 years ago
- 9ab9aef Merge branch '2.5' by Cowtowncoder · 10 years ago
- b02bf06 Fix #774 for 2.5.4 by Cowtowncoder · 10 years ago
- c192063 minor test addition to ensure non-type-changing converters work by Cowtowncoder · 10 years ago
- a1ade3a Update release notes wrt #740 by Tatu Saloranta · 10 years ago
- ea1966a Minor improvements to AtomicReference handling by Tatu Saloranta · 10 years ago
- 9776f5f Fix #698, add new `ReferenceType` sub-class of SimpleType by Tatu Saloranta · 10 years ago
- c85438b Start work on supporting referential type as 1st class concept (and maybe general handling, in future) by Tatu Saloranta · 10 years ago
- a782d36 An improvement to schema-info handling for Enums with @JsonValue by Tatu Saloranta · 10 years ago
- 0e9d4dc Merge branch '2.5' by Tatu Saloranta · 10 years ago
- db612bb Fix #771 by Tatu Saloranta · 10 years ago
- c3ccf8e Merge branch '2.5' by Tatu Saloranta · 10 years ago
- 6dcb13f Streamlining `AnnotatedClass` slightly, trying to figure out #771 by Tatu Saloranta · 10 years ago
- 30e8a0f ... by Tatu Saloranta · 10 years ago
- 6c16195 Merge branch 'master' of github.com:FasterXML/jackson-databind by Cowtowncoder · 10 years ago
- e71fd16 add a failing test for mix-in problem by Cowtowncoder · 10 years ago
- 059d39e Merge branch '2.5' by Tatu Saloranta · 10 years ago
- 7d5c50b Minor fix to Enum/schema/toString() combination (backport from 2.6) by Tatu Saloranta · 10 years ago
- 54b2a5f ... by Cowtowncoder · 10 years ago
- 966729c Merge branch '2.5' by Cowtowncoder · 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
- 9543753 ... by Tatu Saloranta · 10 years ago
- 914f643 Fix #756 by Tatu Saloranta · 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