1. 05f2555 Minor improvements to verified by cowtowncoder · 14 years ago
  2. 6a91601 Add a simple Smile-doc verifier test (manually run) to make it easy/-ier to compare round-trippability of smile docs by cowtowncoder · 14 years ago
  3. aaac020 ... by cowtowncoder · 14 years ago
  4. 8e8ddc4 Add auto-converted set of smile documents, to improve testing of smile docs, interoperability by cowtowncoder · 14 years ago
  5. 3a5e388 Add an osgi dep to jaxrs to make build work again by cowtowncoder · 14 years ago
  6. b3b18ce Implemented [JACKSON-602], JsonSerialize.Inclusion.NON_EMPTY by cowtowncoder · 14 years ago
  7. c88e516 ... by cowtowncoder · 14 years ago
  8. 2bf1d70 Further work on [JACKSON-616], hopefully complete now by cowtowncoder · 14 years ago
  9. 0c16615 Implemented [JACKSON-616], better NPE avoidance with primitive deserializers by cowtowncoder · 14 years ago
  10. b396368 Implement [JACKSON-578], ability to use @JsonView on JAX-RS resource methods by cowtowncoder · 14 years ago
  11. deb61fd Add a unit test to see what's up with [JACKSON-628]; not a bug, just issue with typing by cowtowncoder · 14 years ago
  12. c010795 ... by cowtowncoder · 14 years ago
  13. d189c9c Implement [JACKSON-531]; make JsonSerialize.Inclusion.NON_DEFAULT work for arrays too by cowtowncoder · 14 years ago
  14. 0e20aa4 Implemented [JACKSON-620]; allow "" to translate to null for Maps, arrays, Collections by cowtowncoder · 14 years ago
  15. eb2f446 Fixed [JACKSON-632]: broken handling of UTF-8 BOM... by cowtowncoder · 14 years ago
  16. 71e4091 one more fix wrt base64 decoding; TokenBuffer should work correctly now too by cowtowncoder · 14 years ago
  17. d55995b Fixed [JACKSON-631]: problems decoding Base64Variants.MODIFIED_FOR_URL encoded data by cowtowncoder · 14 years ago
  18. cf7f037 ... by cowtowncoder · 14 years ago
  19. e814dd8 ... by cowtowncoder · 14 years ago
  20. dc833de Implement [JACKSON-619], SmileParser not reporting byte offsets for location by cowtowncoder · 14 years ago
  21. 20207cd Add a 'missing' copy constructor back in BeanSerializer (had a semi-accidental type change) by cowtowncoder · 14 years ago
  22. fa29167 Implemented [JACKSON-584] by cowtowncoder · 14 years ago
  23. df284da Implement [JACKSON-595], terse visibility config by cowtowncoder · 14 years ago
  24. c23ce29 Fixed [JACKSON-629], problem with SmileParser, name, buffer boundary by cowtowncoder · 14 years ago
  25. 9023e12 Add unit test for [JACKSON-629], SmileParser boundary problem by cowtowncoder · 14 years ago
  26. c7b99a0 (part of earlier fix to handle wrapped values, JsonNode) by cowtowncoder · 14 years ago
  27. 979e950 Implemented [JACKSON-613] by cowtowncoder · 14 years ago
  28. 7e56b52 Implement [JACKSON-621], addition fluent method for VisibilityChecker by cowtowncoder · 14 years ago
  29. 6f4bbd3 Fixed [JACKSON-627], one more boundary-error for custom character escapes by cowtowncoder · 14 years ago
  30. 9dcee37 ... by cowtowncoder · 14 years ago
  31. 4a2d334 ... by cowtowncoder · 14 years ago
  32. dab2eb1 ... by cowtowncoder · 14 years ago
  33. 84ce1be Fix [JACKSON-605], problem deserilializing parameterized class properties by cowtowncoder · 14 years ago
  34. 952e6a8 Implemented [JACKSON-612] (add readValues() methods to JsonParser, ObjectCodec) by cowtowncoder · 14 years ago
  35. 4ef01b9 ... by cowtowncoder · 14 years ago
  36. c1db633 Implemented [JACKSON-594], ability to deserializer values of non-static inner classes by cowtowncoder · 14 years ago
  37. e0605cf Minor refactoring; changing deserializer assignment to be more immutable-style by cowtowncoder · 14 years ago
  38. 4ae7803 Start work on [JACKSON-594]... added unit test by cowtowncoder · 14 years ago
  39. 38d0581 Completed [JACKSON-132] implementation! by cowtowncoder · 14 years ago
  40. d162ba0 ... by cowtowncoder · 14 years ago
  41. 4d240f0 Ok, making some progress with [JACKSON-132]; serialization now works by cowtowncoder · 14 years ago
  42. 25e945d Starting to work on [JACKSON-132] by cowtowncoder · 14 years ago
  43. c1e0506 Implement [JACKSON-604], small simplification to StdKeySerializer by cowtowncoder · 14 years ago
  44. 025435f Completed [JACKSON-580], ValueInstantiator support by cowtowncoder · 14 years ago
  45. a3bc0a3 minor tweaks to start reducing amt of memory allocations during class introspection by cowtowncoder · 14 years ago
  46. ecf3b4a ... by cowtowncoder · 14 years ago
  47. c2d6047 Refactoring for ValueInstantiator by cowtowncoder · 14 years ago
  48. 9c1b297 Implement [JACKSON-599] by cowtowncoder · 14 years ago
  49. a096918 ... more with ValueInstantiator; can now handle "manual polymorphic deserialization" case too! by cowtowncoder · 14 years ago
  50. 0c2a2aa Yet more work with ValueInstantiator; verified that property-based approach works, too. by cowtowncoder · 14 years ago
  51. e9b8a60 Further unit test additions, fixes to issues with delegate-based creation by cowtowncoder · 14 years ago
  52. eb88fcc ... by cowtowncoder · 14 years ago
  53. 1e470f0 ... by cowtowncoder · 14 years ago
  54. 909332e Fix issues found wrt Collection instantiation; now POJO/Map/Collection all work with ValueInstantiator by cowtowncoder · 14 years ago
  55. b57599d Improve value instantiation to work will map types also by cowtowncoder · 14 years ago
  56. ae8ac0a Add ValueInstantiator registration mechanism to SimpleModule by cowtowncoder · 14 years ago
  57. fffd36e Refactoring earlier approach to ValueInstantiators, to decouple it from BeanDeserializerBuilder by cowtowncoder · 14 years ago
  58. bd187a1 Work on [JACKSON-580], ability to add custom value instantiators... by cowtowncoder · 14 years ago
  59. d904dad ... by cowtowncoder · 14 years ago
  60. 1005e1f Refactor build process by cowtowncoder · 14 years ago
  61. fbfd511 Remove @JsonClass, @JsonKeyClass, @JsonContentClass, which have been deprecated since 1.1 by cowtowncoder · 14 years ago
  62. b1939de Minor fix to omit checks for pretty-printer, for smile generator (since none can be used) by cowtowncoder · 14 years ago
  63. 8db6e18 ... by cowtowncoder · 14 years ago
  64. f83888b Small performance change to smile parser by cowtowncoder · 14 years ago
  65. 4fc2d5f Fix a small problem with Smile-parser (regression from refactoring); was not releasing all buffers. by cowtowncoder · 14 years ago
  66. 49fd32e ... by cowtowncoder · 14 years ago
  67. 2ddce71 Implemented [JACKSON-593], ObjectMapper.readTree() with URL. byte[] by cowtowncoder · 14 years ago
  68. 3f83d4f (forgot to include boolean for JACKSON-597) by cowtowncoder · 14 years ago
  69. c1d2fa0 Fix [JACKSON-597]: Improve ClassDeserializer to support primitive types by cowtowncoder · 14 years ago
  70. 37e493e ... by cowtowncoder · 14 years ago
  71. 16a3cb7 Significant refactoring, to eventually implement [JACKSON-580], ability to register custom bean value instantiators by cowtowncoder · 14 years ago
  72. f7d20f2 ... by cowtowncoder · 14 years ago
  73. 3b4d134 ... by cowtowncoder · 14 years ago
  74. f0f8c68 Refactoring to share bit more common code by cowtowncoder · 14 years ago
  75. c79378c Flatten ReaderBased parsers bit too by cowtowncoder · 14 years ago
  76. 9a2f15d Flatten smile-generator a bit by cowtowncoder · 14 years ago
  77. 6f00273 Remove package-info classes from jars by cowtowncoder · 14 years ago
  78. b6fe250 And yet more flattening; now eliminated StreamBasedParserBase from under Utf8StreamParser by cowtowncoder · 14 years ago
  79. d1fb197 Bit of refactoring, trying to further flatten JsonParser impl hierarchy by cowtowncoder · 14 years ago
  80. 6fbf5c2 ... by cowtowncoder · 14 years ago
  81. 6c7917d Fix [JACKSON-591]; JodaDeserializers not properly throwing exceptions by cowtowncoder · 14 years ago
  82. 4864239 minor eclipse warning cleanup by cowtowncoder · 14 years ago
  83. 33d3e0a Add one accessor to BeanDeserializerBuilder, to allow overriding of properties during post-processing by cowtowncoder · 14 years ago
  84. e917995 Add a copy-constructor for SettableBeanProperty by cowtowncoder · 14 years ago
  85. da171f5 Fix a minor typo by cowtowncoder · 14 years ago
  86. 5841dd8 Add null-check for null Strings, SmileGenerator by cowtowncoder · 14 years ago
  87. 5efdee9 ... by cowtowncoder · 14 years ago
  88. 94b614c Fix [JACKSON-587] by cowtowncoder · 14 years ago
  89. 430e274 ... by cowtowncoder · 14 years ago
  90. b60989d Implemented [JACKSON-581], add ObjectMapper.readTree(File) by cowtowncoder · 14 years ago
  91. 64c0cb5 ... by cowtowncoder · 14 years ago
  92. 5c95e65 ... by cowtowncoder · 14 years ago
  93. e4f90cb ... by cowtowncoder · 14 years ago
  94. d456a6f Implement [JACKSON-254], suppression of empty Collections, arrays by cowtowncoder · 14 years ago
  95. 5a7fffa Java by cowtowncoder · 14 years ago
  96. 9aa9aec Some more minor optimizations for binding "untyped" objects by cowtowncoder · 14 years ago
  97. f352411 Minor improvements to JsonNode deserializer by cowtowncoder · 14 years ago
  98. fe63f83 Minor refactoring for reader-based parser by cowtowncoder · 14 years ago
  99. f54caea Minor refactoring, flattening reader-based parser by one class by cowtowncoder · 14 years ago
  100. 81d6d19 Streamline local perf helper code, remove refs to json-simple, json-tools by cowtowncoder · 14 years ago