1. 619ccf1 Change trunk to 1.7.0-SNAPSHOT by cowtowncoder · 14 years ago
  2. 36d7b34 ... by cowtowncoder · 14 years ago
  3. 72451f4 Complete [JACKSON-386] implementation; optional/external type handling improvement by cowtowncoder · 14 years ago
  4. 5e323c4 ... by cowtowncoder · 14 years ago
  5. 137ac3a Implemented [JACKSON-360], handling of "" as null for Joda types by cowtowncoder · 14 years ago
  6. 6057934 ... by cowtowncoder · 14 years ago
  7. 8c6b829 Fixed [JACKSON-384], problems with @JsonAnyGetter when using regular getter method name by cowtowncoder · 14 years ago
  8. be7441a ... by cowtowncoder · 14 years ago
  9. e69443f Modify release info a bit (as JACKSON-377 was merged to 1.5.x), add a unit test by cowtowncoder · 14 years ago
  10. e21d4e8 Fixed [JACKSON-377], ThrowableDeserializer not correctly handling @JsonCreator or @JsonAnySetter by cowtowncoder · 14 years ago
  11. 5e8ada5 Fixed [JACKSON-376], problems writing Smile binary data as object property by cowtowncoder · 14 years ago
  12. 17775ae Fixed [JACKSON-372], issue with primitive types, @JsonCreator by cowtowncoder · 14 years ago
  13. 5e7a2a1 ... by cowtowncoder · 14 years ago
  14. 97b29c9 Resolving last compiler warnings, update release notes for 1.6 by cowtowncoder · 15 years ago
  15. 027ee28 Trying to resolve all compilation, javadoc warnings for 1.6.0 release by cowtowncoder · 15 years ago
  16. 76c7aa1 Completed [JACKSON-278] implementation, allowing access to Version information by cowtowncoder · 15 years ago
  17. bbed072 Sync credits entries from 1.5 branch by cowtowncoder · 15 years ago
  18. 2ca5a75 Implemented [JACKSON-308], make XMLGregorianCalendar configurable using standard date serialization configuration by cowtowncoder · 15 years ago
  19. 8e4979b Fix [JACKSON-352] as suggested by cowtowncoder · 15 years ago
  20. cada2e5 Fixed [JACKSON-313], ignored properties should not be passed to @JsonAnySetter by cowtowncoder · 15 years ago
  21. 4c5caf1 Fixed [JACKSON-268] by cowtowncoder · 15 years ago
  22. 488ca49 Significant rewrite of JaxbAnnotationIntrospector to fix [JACKSON-303], possibly by cowtowncoder · 15 years ago
  23. f31edb8 Implemented [JACKSON-333], start work on related part for JsonParser by cowtowncoder · 15 years ago
  24. 4ecd4dd Implemented [JACKSON-253] by cowtowncoder · 15 years ago
  25. 17d7537 Implemented [JACKSON-257]: ability to register subtypes for polymorphic (de)serialization (ObjectMapper.registerSubtypes(...)) by cowtowncoder · 15 years ago
  26. ed86a0c Fixed [JACKSON-339] by cowtowncoder · 15 years ago
  27. 7d1efbc Implemented [JACKSON-337], add ObjectMapper.valueToTree() by cowtowncoder · 15 years ago
  28. b7ffce9 Implemented [JACKSON-210], set of find methods (value(s), parent(s), path) in JsonNode. by cowtowncoder · 15 years ago
  29. aaa94e5 Implemented [JACKSON-316], ability to do per-serialization indentation by adding methods by cowtowncoder · 15 years ago
  30. dc5d36b Implemented [JACKSON-292], "any-getter" by cowtowncoder · 15 years ago
  31. b1f5ba6 Implemented [JACKSON-287], JsonParser.releaseBufferedContent(). by cowtowncoder · 15 years ago
  32. 6c00aa9 Added [JACKSON-295], jackson-all jar by cowtowncoder · 15 years ago
  33. 68958fb ... by cowtowncoder · 15 years ago
  34. 0c21af1 Fix [JACKSON-328]; Map/Collection-getter-as-setter had accidentally higher precedence than property field. by cowtowncoder · 15 years ago
  35. 181ab0a Implement [JACKSON-326], addition of JsonParser.hasTextCharacters() by cowtowncoder · 15 years ago
  36. 72976cd Add a unit test to reproduce [JACKSON-309] by cowtowncoder · 15 years ago
  37. 1940d07 Implement [JACKSON-314], SerializationConfig.Feature.WRITE_NULL_MAP_VALUES, to allow suppressing null-valued Map entries. by cowtowncoder · 15 years ago
  38. 95900f0 Fixed issue with tests for [JACKSON-235]; now support for parent/child references complete. by cowtowncoder · 15 years ago
  39. 3fa9e34 Fixed [JACKSON-311], problems deserializing "untyped" (java.lang.Object) bean properties. by cowtowncoder · 15 years ago
  40. 152f12d Implemented (finally!) [JACKSON-212], ability to serialize/deserialize Enums using toString() method instead of name() by cowtowncoder · 15 years ago
  41. f4aef57 Implemented [JACKSON-300], ability to make JsonParser accept non-standard backslash escapes. by cowtowncoder · 15 years ago
  42. 58e85b4 Implemented [JACKSON-301]; adding new exception type to support finding of which property failed to be bound. by cowtowncoder · 15 years ago
  43. ad8a2ca Implemented [JACKSON-299], MinimalPrettyPrinter, to tackle simple output structure decorations by cowtowncoder · 15 years ago
  44. 4fbc10e Minor OSGi build cleanup; checking in work-in progress annotations for handling back references (ORM parent/child) by cowtowncoder · 15 years ago
  45. 92adb19 ... by cowtowncoder · 15 years ago
  46. 42ac83f Implemented [JACKSON-302] (JsonNode.has(...)) by cowtowncoder · 15 years ago
  47. a5eb9a6 Completed [JACKSON-283], full support for JDK atomic types. by cowtowncoder · 15 years ago
  48. db0ba3e Implemented [JACKSON-193], now @JsonCreator (for static factory methods) and @JsonValue work for enum types. by cowtowncoder · 15 years ago
  49. 809a62a Started working on [JACKSON-283], atomic types (int, long, boolean, ref) now serialized correctly. Still need to deserialize. by cowtowncoder · 15 years ago
  50. b180beb Implemented [JACKSON-289], SerializationConfig.Feature.WRITE_CHAR_ARRAYS_AS_JSON_ARRAYS; also fixed a related bug on deserializer not accepting such arrays. by cowtowncoder · 15 years ago
  51. 5fbe176 Implemented [JACKSON-290] -- @JsonWriteNullProperties can be used with fields -- and [JACKSON-282], add SerializationConfig.Feature.CLOSE_CLOSEABLE. by cowtowncoder · 15 years ago
  52. c011bbe Merged [JACKSON-285] fix to 1.4 and 1.5 branches by cowtowncoder · 15 years ago
  53. 5dedce7 Mark [JACKSON-273] as fixed, implement [JACKSON-274] (undeprecated @JsonGetter, @JsonSetter) by cowtowncoder · 15 years ago
  54. ed2715e Fixed one more OSGi issue for JAX-RS module (org.codehaus.jackson.map.util was imported, but not exported by mapper module). Also, implemented [JACKSON-267]. by cowtowncoder · 15 years ago
  55. 43be184 Update release notes, javadocs by cowtowncoder · 15 years ago
  56. 43c72f8 Implemented [JACKSON-261], @JsonView now implies "property-ness" of field/method, similar to how @JsonSerialize/@JsonDeserialize/@JsonProperty do by cowtowncoder · 15 years ago
  57. f236026 Merged [JACKSON-264] fix in 1.5.1 from trunk, updated release notes by cowtowncoder · 15 years ago
  58. eb4d91a Implemented [JACKSON-264], ability to "update value"; bind JSON data into existing beans (instead of instantiating new one), using new ObjectReader object via ObjectMapper.updatingReader() by cowtowncoder · 15 years ago
  59. fb21c8c Fixed [JACKSON-263]; bug in BooleanNode.asToken() by cowtowncoder · 15 years ago
  60. 5f5cb82 Implemented [JACKSON-259], JsonParser.Feature.CANONICALIZE_FIELD_NAMES. by cowtowncoder · 15 years ago
  61. 9b6a4d6 Fixed [JACKSON-256] by cowtowncoder · 15 years ago
  62. 0cec35c Fixed [JACKSON-250], [JACKSON-255] by cowtowncoder · 15 years ago
  63. 2790b59 Completed implementation of [JACKSON-244], ability to auto-detect private fields (amongst other things): implemented as generic ability to define minimum visibility levels. by cowtowncoder · 15 years ago
  64. fd8468d Implemented [JACKSON-245], ability to enable JSONP wrapping for JAX-RS provider (for single static function name) by cowtowncoder · 15 years ago
  65. 07f858e Fixed [JACKSON-251], added impl for [JACKSON-245], foundational support for [JACKSON-244] by cowtowncoder · 15 years ago
  66. 176480e Fixed [JACKSON-246], problems with JAXB property name handling. by cowtowncoder · 15 years ago
  67. d6f3fef Implemented [JACKSON-232], ability to exclude non-annotated properties when serializing using explicit views. by cowtowncoder · 15 years ago
  68. 0289621 Completed [JACKSON-218], adding improved/extended support for Joda date/time types. by cowtowncoder · 15 years ago
  69. 55b8ed0 Implemented [JACKSON-241], ability to define additional ignorable ("untouchable") classes and interfaces. by cowtowncoder · 15 years ago
  70. 5f12a1f Implemented [JACKSON-236] by cowtowncoder · 15 years ago
  71. 67ce648 Sync up release notes from earlier versions by cowtowncoder · 15 years ago
  72. c74cc82 Implemented [JACKSON-221] by cowtowncoder · 15 years ago
  73. 6baa79e Implemented [JACKSON-234], support for JSONP. But also looks like there are some very strange transient unit test problems now (in 2 different places; but related to default typing) -- need to investigate. Not caused by this change however. by cowtowncoder · 15 years ago
  74. 3638947 Completed [JACKSON-91], Polymorphic Type Handling by cowtowncoder · 15 years ago
  75. 9497298 Annotation refactoring: moved JsonTypeInfo (et al) to org.codehaus.jackson.annotate. by cowtowncoder · 15 years ago
  76. e703113 Added ObjectMapper.DefaultTyping.NON_FINAL, for even more extensive type info usage. by cowtowncoder · 15 years ago
  77. 9c5c51d Implemented [JACKSON-229], TypeFactory methods for constructing parametric (generic) types, to avoid having to use TypeReference. by cowtowncoder · 15 years ago
  78. b1a1539 Implemented [JACKSON-160]; ability to do limited polymorphic deserialization using factory methods creators (which can construct instances of sub-classes). by cowtowncoder · 15 years ago
  79. 656203d Implemented manual PMD, getting it close to working (and figured out last (?) remaining problem); fixing bugs in some unit tests in the process.A by cowtowncoder · 15 years ago
  80. 4cebdb3 Minor refactoring; also, adding direct serialization support for TokenBuffer type (still need reverse, deserialization) by cowtowncoder · 15 years ago
  81. fa1dc34 Fixed a problem with TokenBuffer -- now all basic tests work as expected. by cowtowncoder · 15 years ago
  82. 063fb7f Fixed [JACKSON-220]; @JsonSerialize.using now works for all types. by cowtowncoder · 15 years ago
  83. 37fd0b1 Fixed two minor bugs; one with SegmentedStringWriter (2 methods of Appendable interface were not correctly implemented; not problem with Jackson's own usage), another with JsonFactory when constructing JsonGenerator to write to a File (was not necessarily closing FileOutputStream, if auto-close was disabled) by cowtowncoder · 15 years ago
  84. 6d7ce8f Fixed [WSTX-216], added related unit tests by cowtowncoder · 15 years ago
  85. 4032462 Fixed [JACKSON-214] by cowtowncoder · 15 years ago
  86. a7ec537 Cleaned up JsonView implementation by cowtowncoder · 15 years ago
  87. 499a1f0 Implement first version of [JACKSON-138], aka JsonView. Will still need to think of if and how to allow other kinds of view identifiers beyond Classes. by cowtowncoder · 15 years ago
  88. 55013c6 Implemented [JACKSON-208] by cowtowncoder · 15 years ago
  89. 5e4e261 Completed [JACKSON-38] implementation; support for ser/deser of DOM trees as JSON Strings.B by cowtowncoder · 15 years ago
  90. 39e94cc Fixed [JACKSON-196] by cowtowncoder · 15 years ago
  91. 247790e ... by cowtowncoder · 15 years ago
  92. ebd817a ... by cowtowncoder · 15 years ago
  93. e065093 Implemented [JACKSON-201] by cowtowncoder · 15 years ago
  94. 26033d0 Resolved remaining issues with [JACKSON-103] by cowtowncoder · 15 years ago
  95. 0298b22 Fixed [JACKSON-206], support for yet another iso-8601 date/time variation by cowtowncoder · 15 years ago
  96. 690efc6 Fixed [JACKSON-202] by cowtowncoder · 15 years ago
  97. cf64016 Fixed [JACKSON-203], added unit tests. by cowtowncoder · 15 years ago
  98. eb68c15 Integrating [JACKSON-200] fix from trunk to 1.3.1 maintenance branch by cowtowncoder · 15 years ago
  99. 8d854bf Trying to fix [JACKSON-194], problems on Android by cowtowncoder · 15 years ago
  100. 20743cc Implemented [JACKSON-191], statistics for cached serializer/deserializer info, flushing. by cowtowncoder · 15 years ago