1. 488ca49 Significant rewrite of JaxbAnnotationIntrospector to fix [JACKSON-303], possibly by cowtowncoder · 15 years ago
  2. d7f407a Implemented [JACKSON-305] by adding new methods (getValueAsXxx(), for Int, Long and Double) by cowtowncoder · 15 years ago
  3. f31edb8 Implemented [JACKSON-333], start work on related part for JsonParser by cowtowncoder · 15 years ago
  4. 7a4422c Base work to add subtype registration support by cowtowncoder · 15 years ago
  5. 5697800 Implemented last remaining piece (within JsonGenerator world) for SerializedString; next need to tackle BeanSerializer by cowtowncoder · 15 years ago
  6. 6fb985d Yet more work with SerializedString... by cowtowncoder · 15 years ago
  7. b5aa0ea Trying to resolve unit test, asm lib version incompatibilities by cowtowncoder · 15 years ago
  8. 3dbe996 ... by cowtowncoder · 15 years ago
  9. 58cd7b5 more incrementeal work with JsonStringEncoder by cowtowncoder · 15 years ago
  10. 2b96da4 ... by cowtowncoder · 15 years ago
  11. 7d1efbc Implemented [JACKSON-337], add ObjectMapper.valueToTree() by cowtowncoder · 15 years ago
  12. 32b20f7 ... and more of the same by cowtowncoder · 15 years ago
  13. 8b0529c ... yet more incremental work for efficient JSON String token handling by cowtowncoder · 15 years ago
  14. aa7ebe2 More minor work towards efficient handling of SerializedString by cowtowncoder · 15 years ago
  15. 8d1ad6e Adding unit tests, stub code, for using SerializedString for field names. by cowtowncoder · 15 years ago
  16. 02cf355 Fixed Mr Bean's handling of abstract classes. by cowtowncoder · 15 years ago
  17. b7ffce9 Implemented [JACKSON-210], set of find methods (value(s), parent(s), path) in JsonNode. by cowtowncoder · 15 years ago
  18. aaa94e5 Implemented [JACKSON-316], ability to do per-serialization indentation by adding methods by cowtowncoder · 15 years ago
  19. 299c724 Further fixes to generic type resolution; should be good for 1.6 release now. by cowtowncoder · 15 years ago
  20. 8f80f5a Working on fixing generics resolution; starting with finding inheritance paths by cowtowncoder · 15 years ago
  21. a091f46 Minor renaming for method, to more accurately describe by cowtowncoder · 15 years ago
  22. dc5d36b Implemented [JACKSON-292], "any-getter" by cowtowncoder · 15 years ago
  23. b1f5ba6 Implemented [JACKSON-287], JsonParser.releaseBufferedContent(). by cowtowncoder · 15 years ago
  24. 17c8092 Adding tests for Smile header, end marker; added skeletalversion of 'SerializedString' for even more efficient output generation by cowtowncoder · 15 years ago
  25. 103cdcf Fixed [JACKSON-330] in trunk by cowtowncoder · 15 years ago
  26. 12e9855 Fix to last known bug with Smile (turned out to be wrong offset when skipping double values) by cowtowncoder · 15 years ago
  27. f348e85 Minor improvement to utf-8 surrogate handling (for writeRaw()). by cowtowncoder · 15 years ago
  28. 3b4feb8 Managed to optimize UTF-8 backed json generator so that it is now typically 10% faster than writer based one by cowtowncoder · 15 years ago
  29. 181ab0a Implement [JACKSON-326], addition of JsonParser.hasTextCharacters() by cowtowncoder · 15 years ago
  30. 49ffe76 Completed new UTF-8 generator, hopefully faster than old one (next step is to measure, profile) by cowtowncoder · 15 years ago
  31. 29ba187 Start working on faster json generator for UTF-8 by cowtowncoder · 15 years ago
  32. 5a05267 Still trying to get generics work with bean materialization by cowtowncoder · 15 years ago
  33. e7a5aeb Starting refactoring to create new "mr bean" package for bean materializer by cowtowncoder · 15 years ago
  34. 6a4e452 Start working on a more efficient generator. by cowtowncoder · 15 years ago
  35. 4bcd706 Working on making configurable JsonNodeFactory feature work by cowtowncoder · 15 years ago
  36. 87b2481 Doh. Turns out that it is not trivial to implement JsonParser.peekNextToken(): reverting changes, will NOT implement. by cowtowncoder · 15 years ago
  37. 2ed3a19 Misc additions, unit tests, starting to add JsonParser.peekNextToken() by cowtowncoder · 15 years ago
  38. a4f5865 And more fixes to smile parser (plus some additional unit tests) by cowtowncoder · 15 years ago
  39. b54be34 Fixed another small bug in smile buffer handling by cowtowncoder · 15 years ago
  40. c449c18 Working on [JACKSON-235], handling of parent/child references by cowtowncoder · 15 years ago
  41. 15782a4 Add SmileParser.Feature to require smile header/signature for valid to be input by cowtowncoder · 15 years ago
  42. 1f4cc72 Smile: adding symbol handling (similar to standard UTF-8); now smile decoding 25% faster than textual json (about same as size reduction) by cowtowncoder · 15 years ago
  43. 09d84ae Working on smile parser, completing VInt parsing by cowtowncoder · 15 years ago
  44. 4837337 Bit more work on Smile, parser, generator, test by cowtowncoder · 15 years ago
  45. fe03694 Minor work on smile parser (bootstrapper), to get close to working parser by cowtowncoder · 15 years ago
  46. b31a42f ... by cowtowncoder · 15 years ago
  47. da35fd8 First semi-functional version of XML serializer by cowtowncoder · 15 years ago
  48. d3c9dc7 Some more work on "smile" format, getting parser ready to be tested; still need bootstrapper to handle optional header by cowtowncoder · 15 years ago
  49. f4aef57 Implemented [JACKSON-300], ability to make JsonParser accept non-standard backslash escapes. by cowtowncoder · 15 years ago
  50. ad8a2ca Implemented [JACKSON-299], MinimalPrettyPrinter, to tackle simple output structure decorations by cowtowncoder · 15 years ago
  51. 4fbc10e Minor OSGi build cleanup; checking in work-in progress annotations for handling back references (ORM parent/child) by cowtowncoder · 15 years ago
  52. 42ac83f Implemented [JACKSON-302] (JsonNode.has(...)) by cowtowncoder · 15 years ago
  53. 5fbe176 Implemented [JACKSON-290] -- @JsonWriteNullProperties can be used with fields -- and [JACKSON-282], add SerializationConfig.Feature.CLOSE_CLOSEABLE. by cowtowncoder · 15 years ago
  54. 579d5c7 Completed bare-bones generator for smile format; starting to write unit tests before moving to parser side by cowtowncoder · 15 years ago
  55. 054d846 Added simple micro-benchmark to compare speed of various ways field values can be set. by cowtowncoder · 15 years ago
  56. 9ceef41 Implemented improvement [JACKSON-281], support for writing AtomicInteger etc. by cowtowncoder · 15 years ago
  57. c40da0d Work for Smile; now outputs basic numeric types (byte/short/int/long/float/double) as expected. by cowtowncoder · 15 years ago
  58. 4c549b3 More monkey code for bootstrapping "Smile" parser/generator by cowtowncoder · 15 years ago
  59. 5dedce7 Mark [JACKSON-273] as fixed, implement [JACKSON-274] (undeprecated @JsonGetter, @JsonSetter) by cowtowncoder · 15 years ago
  60. 46c781b Baseline code for skeletal JsonGenerator for Project Smile. by cowtowncoder · 15 years ago
  61. 51b9703 Minor improvement for [JACKSON-267]. by cowtowncoder · 15 years ago
  62. 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
  63. d056694 Added optional Clirr task to detect binary/source incompatibility changes between releases by cowtowncoder · 15 years ago
  64. 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
  65. fb21c8c Fixed [JACKSON-263]; bug in BooleanNode.asToken() by cowtowncoder · 15 years ago
  66. 5f5cb82 Implemented [JACKSON-259], JsonParser.Feature.CANONICALIZE_FIELD_NAMES. by cowtowncoder · 15 years ago
  67. 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
  68. 2afb50c More work on [JACKSON-244], configurable visibility levels (to auto-detect, say, private fields). Mostly working now. by cowtowncoder · 15 years ago
  69. 987a210 Working on refactoring auto-detection handling. by cowtowncoder · 15 years ago
  70. 07f858e Fixed [JACKSON-251], added impl for [JACKSON-245], foundational support for [JACKSON-244] by cowtowncoder · 15 years ago
  71. 9efd031 Fixed existing (unit test induced) generic type resolution problems. by cowtowncoder · 15 years ago
  72. 9e38417 Trying to resolve a tricky generic-type, cache-using-type-as-key problem that can lead to infinite loops for cyclic generic types. by cowtowncoder · 15 years ago
  73. 74d652b Fixed the last remaining known type information inclusion problem. by cowtowncoder · 15 years ago
  74. 1d920b1 More fixes: finally resolve the issue with typed lists (need to retain base type information in cases where collection type is non-final, content type not plain Object); as well as minor issue with Number deserializer (diff between non-typed int/double, typed other Numbers). Still one JAXB list handling issue left. by cowtowncoder · 15 years ago
  75. 2e4ef19 Argh... Yet more work on straightening out collections, types etc by cowtowncoder · 15 years ago
  76. 6cf49bc ... by cowtowncoder · 15 years ago
  77. 873fc8f javadoc clean up by cowtowncoder · 15 years ago
  78. 5f12a1f Implemented [JACKSON-236] by cowtowncoder · 15 years ago
  79. c74cc82 Implemented [JACKSON-221] by cowtowncoder · 15 years ago
  80. a6f740a Adding unit test to reproduce assumed root cause of [JACKSON-237] by cowtowncoder · 15 years ago
  81. 44bedfe Completed polymorphic type handling implementaton: last part, supporting JAXB/@XmlElements for Collections. by cowtowncoder · 15 years ago
  82. 9497298 Annotation refactoring: moved JsonTypeInfo (et al) to org.codehaus.jackson.annotate. by cowtowncoder · 15 years ago
  83. ec8d1b5 Lotsa fixes: type-name based type id works now; typed Map deserialization. Also: major cleanup of code that resolves named types, making some formerly failing generics cases actually work as expected. by cowtowncoder · 15 years ago
  84. 9220292 More unit testing; adding foundational support for type-safe handling of EnumSet, EnumMap (for typed serialization) by cowtowncoder · 15 years ago
  85. dc78069 Started work on "full serialization" aspects, to allow using default type ser/deser for Object.class, abstract/interface types. by cowtowncoder · 15 years ago
  86. bd36655 Revert accidental renaming (thanks to Eclipse) by cowtowncoder · 15 years ago
  87. 7dac24a Refactoring: renamed JsonTypeInfo.As.WRAPPER -> WRAPPER_OBJECT, ARRAY->WRAPPER_ARRAY to more accurately imply actual mechanism by cowtowncoder · 15 years ago
  88. 2992dea Typed polymorphic deserialization getting complete: first unit test passes by cowtowncoder · 15 years ago
  89. a6be340 Basic unit tests for JsonParserSequence by cowtowncoder · 15 years ago
  90. f626c6b Fixed [JACKSON-230] in trunk by cowtowncoder · 15 years ago
  91. 27472cd Adding json parser sequence, to allow for merging input when buffering by cowtowncoder · 15 years ago
  92. 1e4f5a9 More work on type serialization; now all structured types should be handled appropriately. Also some improvements to generic type access for SimpleClass type. by cowtowncoder · 15 years ago
  93. a572069 Fixed one of 3 newly found issues with static typing: now Map serialization handles it properly. Next need to tackle Collection and Object[] by cowtowncoder · 15 years ago
  94. 1ab36b6 Minor Eclipse warning cleanup (3.5 warns about more things it seems) by cowtowncoder · 15 years ago
  95. 4cebdb3 Minor refactoring; also, adding direct serialization support for TokenBuffer type (still need reverse, deserialization) by cowtowncoder · 15 years ago
  96. fa1dc34 Fixed a problem with TokenBuffer -- now all basic tests work as expected. by cowtowncoder · 15 years ago
  97. d692cec More work on TokenBuffer, completing implementation of [JACKSON-175] by cowtowncoder · 15 years ago
  98. ae68cad Completed TokenBuffer impl, added basic unit tests. Next will start using for conversions. by cowtowncoder · 15 years ago
  99. 8023ed9 More work on TokenBuffer, almost complete, need to test, integrate by cowtowncoder · 15 years ago
  100. 7591117 Starting to implement TokenBuffer functionality by cowtowncoder · 15 years ago