1. 767ecb2 Try to add support for retaining type ids via TokenBuffer by Tatu Saloranta · 11 years ago
  2. 6501fca start adding support for writing native object ids by Tatu Saloranta · 11 years ago
  3. 8b5fd60 Add support for polymorphic deserialization using native type ids: initially needed by YAML module by Tatu Saloranta · 11 years ago
  4. 3bcbc29 javadoc adds by Tatu Saloranta · 11 years ago
  5. b02884d clean up by Tatu Saloranta · 11 years ago
  6. 8717127 Merge pull request #273 from christophercurrie/covariant by Tatu Saloranta · 11 years ago
  7. 38912fd Restore covariant returns on BeanPropertyDefiniton subclasses. by Christopher Currie · 11 years ago
  8. 467693e ... and more fixes by Tatu Saloranta · 11 years ago
  9. 46b65b5 try fixing issues with native type id serialization by Tatu Saloranta · 11 years ago
  10. 313deaa Start conversion of type id serialization to support use of native type ids (by YAML first) by Tatu Saloranta · 11 years ago
  11. 105c58a Implemented #269 by Tatu Saloranta · 11 years ago
  12. 8bdd49b Complete handling of property description -- need to test still by Tatu Saloranta · 11 years ago
  13. 1488cef Completing conversion to using PropertyName instead of String in most parts of API by Tatu Saloranta · 11 years ago
  14. e05e352 Start making changes to support full PropertyName passing, not just String name by Tatu Saloranta · 11 years ago
  15. 25d69f5 ... and cleanup. Mostly done by now. by Tatu Saloranta · 11 years ago
  16. ea0b0cd yet more warnings cleanup by Tatu Saloranta · 11 years ago
  17. fcbbccc cleanup by Tatu Saloranta · 11 years ago
  18. 907524b Start working on passing full property names by Tatu Saloranta · 11 years ago
  19. a455b53 Warning cleanup. by Tatu Saloranta · 11 years ago
  20. 156487d start adding support for bean property descriptions by Tatu Saloranta · 11 years ago
  21. f75585e eclipse warning cleanup, minor unit test additions by Tatu Saloranta · 11 years ago
  22. 7a81506 update refs to javadoc by Tatu Saloranta · 11 years ago
  23. d294c6c Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  24. 8d3ff9d Merge pull request #261 from sschuberth/master by Tatu Saloranta · 11 years ago
  25. eb509fd ... by Tatu Saloranta · 11 years ago
  26. 52ed80f ... by Tatu Saloranta · 11 years ago
  27. 3296684 Doing some work to maybe solve #265 eventually by Tatu Saloranta · 11 years ago
  28. 33d4db0 typo fix by Tatu Saloranta · 11 years ago
  29. b4b5903 Realizing that [JACKSON-890] has been fixed (markes as such). Also, adding a failing unit test for Unwrapped+Creator combo by Tatu Saloranta · 11 years ago
  30. 8b1d92e POJOPropertiesCollector: Use equals() to compare strings contents by Sebastian Schuberth · 11 years ago
  31. c641643 Merge fix for #259 from 2.2 branch by Tatu Saloranta · 11 years ago
  32. f0af8c1 Complete #239 implementation by Tatu Saloranta · 11 years ago
  33. 44ac79f Starting to implement #239: first part, serialization, now supported. by Tatu Saloranta · 11 years ago
  34. efdc0d4 Implemented #208 by Tatu Saloranta · 11 years ago
  35. 833680a Fix #238 by Tatu Saloranta · 11 years ago
  36. 9150a03 Refactoring; move more std deserializers out of JdkDeserializers container by Tatu Saloranta · 11 years ago
  37. 6c98fa9 Change JsonDeserializer._valueDeserializer to be fully immutable (yay) by Tatu Saloranta · 11 years ago
  38. e090cd8 Further improvements wrt #232: use `JsonGenerator` feature, instead of caller converting to String by Tatu Saloranta · 11 years ago
  39. c5122ec Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  40. de173f3 Partial fix for #251 by Tatu Saloranta · 11 years ago
  41. a9f447a ... by Tatu Saloranta · 11 years ago
  42. a3faa88 Merge pull request #247 from nicktelford/feature/inet-socket-address by Tatu Saloranta · 11 years ago
  43. 8242cd9 add a unit test for #251 by Tatu Saloranta · 11 years ago
  44. c6eaf4b Implemented #253 by Tatu Saloranta · 11 years ago
  45. b927a74 Minor improvement to conversion testing by Tatu Saloranta · 11 years ago
  46. 020ec62 Merge branch 'master' into feature/inet-socket-address by Nick Telford · 11 years ago
  47. ac40599 Add support for InetSocketAddress by Nick Telford · 11 years ago
  48. eb68099 Add BeanPropertyWriter.isUnwrapping() accessor` by Tatu Saloranta · 11 years ago
  49. 213803d Cleanup; remove a test debug statement; remove 'isHandled()' from JacksonAnnotationIntrospector by Tatu Saloranta · 11 years ago
  50. 21a81e1 Implement #215 by Tatu Saloranta · 11 years ago
  51. e4708eb Implemented #227 by Tatu Saloranta · 11 years ago
  52. 256c606 Start work on #227; add support for serialization by Tatu Saloranta · 11 years ago
  53. 3955abb Fixed #237 by Tatu Saloranta · 11 years ago
  54. df7fb3d Change master to do 2.3.0-SNAPSHOT by Tatu Saloranta · 11 years ago
  55. e80598a [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  56. b8d01a7 [maven-release-plugin] prepare release jackson-databind-2.2.2 by Tatu Saloranta · 11 years ago
  57. ef9e64f Prepare for 2.2.2 release by Tatu Saloranta · 11 years ago
  58. adc3c8a update deps a bit by Tatu Saloranta · 11 years ago
  59. 0f8da24 bit more immutability for SettableBeanProperty... by Tatu Saloranta · 11 years ago
  60. 7ac0b2e Working on #213, trying to make more things final (for eventual immutability) by Tatu Saloranta · 11 years ago
  61. d12a42f Fixed #226 by Tatu Saloranta · 11 years ago
  62. 1a38ab1 starting to work on fixing an unwrapping issue by Tatu Saloranta · 11 years ago
  63. 9cd4151 cleanup by Tatu Saloranta · 11 years ago
  64. e1d8adb Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  65. d2ec7c3 Fixed #232 by Tatu Saloranta · 11 years ago
  66. 47aa3dd Add a unit test for #226 by Tatu Saloranta · 11 years ago
  67. b7d896f Fixed #216 by Tatu Saloranta · 11 years ago
  68. 3ea7ccf Add a (failing) test for #222 by Tatu Saloranta · 11 years ago
  69. ded6b8a Bit more clean up for #217 by Tatu Saloranta · 11 years ago
  70. 8305056 Merge pull request #218 from karldmoore/master by Tatu Saloranta · 11 years ago
  71. 29552ca Fixed #220 by Tatu Saloranta · 11 years ago
  72. 88f44d8 Fix #223 by Tatu Saloranta · 11 years ago
  73. a1bb6f2 Fix a minor type on exception message by Tatu Saloranta · 11 years ago
  74. 535bce5 Minor fixes: BeanDeserializerBuilder copy ctor was not copying all settings by Tatu Saloranta · 11 years ago
  75. c698ae9 #217 - JSON parse exceptions are not wrapped like others by Karl Moore · 11 years ago
  76. f1c982a remove unnecesary license stuff from metadata by Tatu Saloranta · 11 years ago
  77. 7982605 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  78. 1cb7e91 [maven-release-plugin] prepare release jackson-databind-2.2.1 by Tatu Saloranta · 11 years ago
  79. cb28ddc ... by Tatu Saloranta · 11 years ago
  80. d77e5a7 Prepare for 2.2.1 by Tatu Saloranta · 11 years ago
  81. 580b85f Add MappingIterator.getCurrentLocation() by Tatu Saloranta · 11 years ago
  82. 3ef691c Fix #214, problems with Android packaging, LICENSE/NOTICE files by Tatu Saloranta · 11 years ago
  83. a31445a compiler warning fix by Tatu Saloranta · 11 years ago
  84. ca1b6ba typo fix by Tatu Saloranta · 11 years ago
  85. 688cbc1 Add graceful handling of primitive types for key lookups by Tatu Saloranta · 11 years ago
  86. ae6c56a [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  87. c63a436 [maven-release-plugin] prepare release 2.2.0c by Tatu Saloranta · 11 years ago
  88. 8aeec2a trying to fix 2.2.0 release by Tatu Saloranta · 11 years ago
  89. 3ee4fe0 ... by Tatu Saloranta · 11 years ago
  90. 2b1f952 ... by Tatu Saloranta · 11 years ago
  91. f592f7b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  92. f03eb1d [maven-release-plugin] prepare release jackson-databind-2.2.0 by Tatu Saloranta · 11 years ago
  93. 750b065 adding test for #211 (commented out) by Tatu Saloranta · 11 years ago
  94. 181320f javadoc improvements by Tatu Saloranta · 11 years ago
  95. ed8b607 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  96. b69f97f ... by Tatu Saloranta · 11 years ago
  97. c1661b6 fix 2 javadoc provs by Tatu Saloranta · 11 years ago
  98. 61ef4bf [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  99. 84785f8 [maven-release-plugin] prepare release jackson-databind-2.2.0-rc1 by Tatu Saloranta · 11 years ago
  100. e507a88 prepare for rc1 by Tatu Saloranta · 11 years ago