1. 479da17 Bit more cleanup wrt #2457 by Tatu Saloranta · 5 years ago
  2. 4c448ee Fix #1895 by Tatu Saloranta · 7 years ago
  3. 574d2bc Add failing test for #1649 by Tatu Saloranta · 7 years ago
  4. 5e3bf08 Replace "can not" by "cannot" in comments by Oliver Kopp · 7 years ago
  5. 48902b1 Fix #1474 by Tatu Saloranta · 8 years ago
  6. 4c853f1 test cleanup by Tatu Saloranta · 8 years ago
  7. d0daf23 Fix #1428 by Tatu Saloranta · 8 years ago
  8. e1375b0 Fix #476 by Tatu Saloranta · 8 years ago
  9. ec059aa Simplify string-specific serializers a bit by Tatu Saloranta · 8 years ago
  10. faf68c5 more refactoring, test adds by Tatu Saloranta · 8 years ago
  11. 7ad6bae Implement part of #865 by Tatu Saloranta · 8 years ago
  12. 03b8407 yet more fixing of serialization inclusion for ref-types (AtomicReference) by Tatu Saloranta · 8 years ago
  13. 1fddc00 Improve Map.Entry serialization wrt @JsonInclude by Tatu Saloranta · 8 years ago
  14. 5721b49 bit more testing wrt #888 by Tatu Saloranta · 8 years ago
  15. 5288401 fix 2 of unit tests by Tatu Saloranta · 8 years ago
  16. cdf8041 More work on #888; rewriting Map-include handling, adding temporarily test failures by Tatu Saloranta · 8 years ago
  17. 7a69571 Add unit test for #877; can not replicate the issue by Tatu Saloranta · 8 years ago
  18. 082cc7d more work to allow config overrides for `@JsonIgnoreProperties` by Tatu Saloranta · 8 years ago
  19. 24407a4 Refactorings to use JsonIgnoreProperties.Value to allow config overrides by Tatu Saloranta · 8 years ago
  20. e9df815 Fix #1211 by Tatu Saloranta · 8 years ago
  21. 97c5a0e minor tweaking for JsonInclude.Value by Tatu Saloranta · 8 years ago
  22. 3f89674 ... by Tatu Saloranta · 8 years ago
  23. 9efe3bd more testing, cleanup by Tatu Saloranta · 8 years ago
  24. df0408c Merge branch '2.6' by Tatu Saloranta · 9 years ago
  25. 386e9f7 Merge branch '2.5' into 2.6 by Tatu Saloranta · 9 years ago
  26. 70d961b Fix #1073 by Tatu Saloranta · 9 years ago
  27. df7f407 Fixed #952 by Tatu Saloranta · 9 years ago
  28. 52ae85f Fix #997 by Tatu Saloranta · 9 years ago
  29. 3243c9f More work on refactoring type-handling by Tatu Saloranta · 9 years ago
  30. 38386bd Completed #932 implementation by Cowtowncoder · 9 years ago
  31. 07d946c Fixed #76 -- and also rewrote the whole type resolution system, which will require cascading changes in various datatype modules by Cowtowncoder · 9 years ago
  32. 3e67143 Further refactoring to allow per-type format, serialization-inclusion defaults by Tatu Saloranta · 9 years ago
  33. 486234f Complete refactoring of property inclusion, allowing global defaults for value inclusion too by Cowtowncoder · 9 years ago
  34. 7c75568 Further coalescing of type refinements, now for serialization by Tatu Saloranta · 9 years ago
  35. 37b4ad5 Fix #957 by Cowtowncoder · 9 years ago
  36. 04cb084 Further fixes to #943 by Cowtowncoder · 9 years ago
  37. 279e386 Incremental improvements to Enum serialization; fixing incorrect unit tests by Cowtowncoder · 9 years ago
  38. a92e2be Fix #848 by Cowtowncoder · 9 years ago
  39. c930a0c javadoc cleanup, as per javadoclint. Also disabling said option (Wtf Oracle?) by Tatu Saloranta · 9 years ago
  40. 9ed3abf Finish support for per-property unwrap-single-elem-arrays feature via JsonFormat(with=...) by Tatu Saloranta · 9 years ago
  41. aae4082 Fix #222 by Cowtowncoder · 9 years ago
  42. c1516a4 One fix wrt #811: Maps were not handling NON_ABSENT; added a test to ensure they now do. by Cowtowncoder · 9 years ago
  43. dbe68f6 Fix #95 (oldest fixed issue so far for 2.6!) by Tatu Saloranta · 9 years ago
  44. ea1966a Minor improvements to AtomicReference handling by Tatu Saloranta · 9 years ago
  45. 9776f5f Fix #698, add new `ReferenceType` sub-class of SimpleType by Tatu Saloranta · 9 years ago
  46. 9039a9b Refactoring to prepare for fixing #312 by Tatu Saloranta · 10 years ago
  47. 28c4ada Verified #594 works for 2.5.0, improved access handling by Tatu Saloranta · 10 years ago
  48. 662dc3d Unit test improvements for ObjectWriter.writeValues() by Tatu Saloranta · 10 years ago
  49. ead4e32 Fix #47, one of oldest open bugs (yay!): support @JsonValue for Map keys by Tatu Saloranta · 10 years ago
  50. 7e62d7e Merge branch '2.4' by Tatu Saloranta · 10 years ago
  51. fd4eb1b Fix #601 by Tatu Saloranta · 10 years ago
  52. ab3e1b7 Minor fixes to schema productions for BigDecimal/BigInteger by Cowtowncoder · 10 years ago
  53. 6e08455 Merge branch '2.4' by Cowtowncoder · 10 years ago
  54. b3f6f6c minor cleanup by Cowtowncoder · 10 years ago
  55. 2705b17 more work on supporting Map/include values by Tatu Saloranta · 10 years ago
  56. 2e9defe Fix #572 by Tatu Saloranta · 10 years ago
  57. 2944617 Initial work to support Map.Entry; now serialization works, some improvements to type handling as well by Cowtowncoder · 10 years ago
  58. 5087367 Implement a fix for #465 by Tatu · 10 years ago
  59. 46c6679 Working on #425 by Tatu Saloranta · 10 years ago
  60. 953eab2 minor cleanup by Tatu Saloranta · 10 years ago
  61. cd61052 Working on being able to plug-in SerializableString replacements for 2.4 by Tatu Saloranta · 11 years ago
  62. 4b60bfe cleanup, removing unnecessary 'instance' members by Tatu Saloranta · 11 years ago
  63. 32f3489 ... by Tatu Saloranta · 11 years ago
  64. d19514a Remove one factory class by Tatu Saloranta · 11 years ago
  65. 6d12ad7 start refactoring to remove one factory class by Tatu Saloranta · 11 years ago
  66. 59d1b2c Remove calls deprecated JsonNode methods by Tatu Saloranta · 11 years ago
  67. cc7524c Implemented #307 by Tatu Saloranta · 11 years ago
  68. b69857b Implement #315 by Tatu Saloranta · 11 years ago
  69. 07bcd04 Fix #280 by Tatu Saloranta · 11 years ago
  70. 44ac79f Starting to implement #239: first part, serialization, now supported. by Tatu Saloranta · 11 years ago
  71. ac40599 Add support for InetSocketAddress by Nick Telford · 11 years ago
  72. bba2bad more cleanup by Tatu Saloranta · 11 years ago
  73. 0251775 Refactoring optional XML handlers to reduce startup time, code duplication by Tatu Saloranta · 11 years ago
  74. afda778 More simplification, remove ref to optional handler factory by Tatu Saloranta · 11 years ago
  75. 3aca284 ... by Tatu Saloranta · 11 years ago
  76. 43307b4 Fixed #23 by Tatu Saloranta · 12 years ago
  77. cc73752 Improvements to Converter, added StdConverter base class by Tatu Saloranta · 12 years ago
  78. be97826 Completed (?) #124 implementation: now Converters seem to work ok by Tatu Saloranta · 12 years ago
  79. d5daa45 Working on #124, serializer converters by Tatu Saloranta · 12 years ago
  80. 8416dde Completed [Issue#120] implementation by Tatu Saloranta · 12 years ago
  81. ed453eb Added most modifiers for #120 by Tatu Saloranta · 12 years ago
  82. 70c2de9 serialization... by Tatu Saloranta · 12 years ago
  83. ab511e5 Completed SerializerFactory clean up; factories now should not get or expect BeanProperty, as that is only applicable for contextualSerializers by Tatu Saloranta · 12 years ago
  84. bd3ded1 More SerializerFactory clean up, getting read of BeanProperty arg by Tatu Saloranta · 12 years ago
  85. 65b73d9 Starting to clean up SerializerFactory, to remove/reduce passing of BeanProperty, which in general is not available at time of call. by Tatu Saloranta · 12 years ago
  86. 191577b Second part of fix for [Issue#75], handle property-overrides for content (value) serializer by Tatu Saloranta · 12 years ago
  87. 8075bfa Fixed [Issue#75], problem with KeySerializer caching by Tatu Saloranta · 12 years ago
  88. 18aa301 Added getters (issue#65) by Dmitry Katsubo · 12 years ago
  89. e268dd5 Resolving Eclipse warnings (missing overrides etc) by Tatu Saloranta · 12 years ago
  90. 8fb3c43 added bit more testing for map key handling by Tatu Saloranta · 12 years ago
  91. 15d6ea2 Implemented [Issue#25] (enums as JSON Object); started implementation of [Issue#40] (Collections as JSON Objects) by Tatu Saloranta · 12 years ago
  92. a063b79 Fixes to make TokenBuffer (etc) support 'readBinaryValue()'; also improve handling of by Tatu Saloranta · 12 years ago
  93. ae4ea6e Fix [JACKSON-829] by Tatu Saloranta · 12 years ago
  94. 1421af6 Implement [JACKSON-805], SerializationFeature.WRITE_SINGLE_ELEM_ARRAYS_UNWRAPPED by Tatu Saloranta · 13 years ago
  95. 2880872 Implement [JACKSON-795]: @JsonValue will now work with Maps, Collections too by Tatu Saloranta · 13 years ago
  96. 034319b Implement [JACKSON-789], support for java.nio.charset.Charset by Tatu Saloranta · 13 years ago
  97. eafafff Reorg things a bit: SerializationConfig, DeserializationConfig back at main level (so widely used), BeanPropertyDefinition moved under introspect by Tatu Saloranta · 13 years ago
  98. 0c1d95c Minor cleanup by Tatu · 13 years ago
  99. 82b474d Fix 3 unit test failures by Tatu · 13 years ago
  100. 9610aff Implemented [JACKSON-777] (renamed SerializationConfig.Feature, DeserializationConfig.Feature); various other restructure by Tatu · 13 years ago