1. 02cf355 Fixed Mr Bean's handling of abstract classes. by cowtowncoder · 15 years ago
  2. 6c00aa9 Added [JACKSON-295], jackson-all jar by cowtowncoder · 15 years ago
  3. 0c21af1 Fix [JACKSON-328]; Map/Collection-getter-as-setter had accidentally higher precedence than property field. by cowtowncoder · 15 years ago
  4. 15f6b7f Further improvements to build scripts by cowtowncoder · 15 years ago
  5. 6daa86f Mr. Bean jar now builds; still need to inject repackaged version of asm by cowtowncoder · 15 years ago
  6. e7a5aeb Starting refactoring to create new "mr bean" package for bean materializer by cowtowncoder · 15 years ago
  7. 2f4d63b Minor cleanup to get to test performance of smile handling (fails for some reason still) by cowtowncoder · 15 years ago
  8. 0d9c44d Build changes to produce smile jars by cowtowncoder · 15 years ago
  9. c3e2579 Working bit more on xml-backed generator, for possible JAXB subset by cowtowncoder · 15 years ago
  10. 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
  11. 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
  12. 6a12cd3 Working on JAXB, @XmlElements to allow polymorphic type handling. by cowtowncoder · 15 years ago
  13. bd36655 Revert accidental renaming (thanks to Eclipse) by cowtowncoder · 15 years ago
  14. f55db76 ... by cowtowncoder · 15 years ago
  15. 9c9db0c Improvements to JAX-RS module to make base JacksonJsonProvider not have dependency on XC module (there was an accidental dependency) by cowtowncoder · 15 years ago
  16. 474088d Starting to work bit more on [JACKSON-103]; first step: add unit steps to reproduce problem (and verify that existing functionality still works) by cowtowncoder · 15 years ago
  17. e6f8472 Resolved an issue with dynamic loading of Joda time classes by cowtowncoder · 15 years ago
  18. 78ff3fa Refactored the way external/extended serializers and deserializers are added (ones for types that are optional on platform). Also improved support for Joda DateTime type as part of refactoring. by cowtowncoder · 15 years ago
  19. 7d49de3 Fixed [JACKSON-190] by cowtowncoder · 15 years ago
  20. 93d2ce2 Bumped up version to 1.3.1-SNAPSHOT. by prb · 15 years ago
  21. 0eef871 More work on JacksonJsonProvider; added JacksonJaxbJsonProvider, configurability. by cowtowncoder · 15 years ago
  22. a75f75d Fixed [JACKSON-162], OSGi bundle problems. by cowtowncoder · 15 years ago
  23. 7d2aa4b Added simple unit test to see if Joda DateTime can be serialized. by cowtowncoder · 16 years ago
  24. 103442e More work on [JACKSON-69], now reader-based parser works to some degree by cowtowncoder · 16 years ago
  25. eb39569 Refactoring: separated physically core and mapper sources, to remove chance of accidental leakage between classes. by cowtowncoder · 16 years ago
  26. ed0019d Fixed 1.5 build issues. by cowtowncoder · 16 years ago
  27. f87061e Added unit test for class-level mix-in annotations; fixed a minor build problem (that resulted in core containing schema stuff) by cowtowncoder · 16 years ago
  28. 92ecc03 More groundwork for delegation-based deserialization by cowtowncoder · 16 years ago
  29. 2ac29b0 Added [JACKSON-135], basic support for constructing Object/Array JsonNodes via ObjectMapper. by cowtowncoder · 16 years ago
  30. 003228a Improved simple ser/deser perf tests to see if and how speed of field/accessor+mutator by cowtowncoder · 16 years ago
  31. 1e08382 Improved javadocs. by cowtowncoder · 16 years ago
  32. 3f918e1 Refactoring: renaming JsonSerialize.properties as JsonSerialize.include (and similarly related enum), as per discussion on user list. by cowtowncoder · 16 years ago
  33. 75e4bed Fixed build so that Maven snapshot deploy works. by cowtowncoder · 16 years ago
  34. d26ad2a Trying to make snapshot maven deploys work... by cowtowncoder · 16 years ago
  35. b543d5a Refactoring feature that controls outputting of null/default properties of Beans; moved value enumeration (OutputProperties) as JsonSerialize.Properties (better encapsulation) by cowtowncoder · 16 years ago
  36. ad19777 Resolved [JACKSON-111], carving out "xc" module (jar), to contain xml extensions. by cowtowncoder · 16 years ago
  37. ebaf5e7 Cleaning up javadoc warnings by cowtowncoder · 16 years ago
  38. 23ec828 Starting to carve out xc jar by cowtowncoder · 16 years ago
  39. 29eaa4b Fixed a minor OSGi build problem, removed 'final' from JsonGenerator.setFeature(). by cowtowncoder · 16 years ago
  40. 3d90638 Added basic tests to verify field-backed serialization, did other cleanup. by cowtowncoder · 16 years ago
  41. 61da7e2 More groundwork to support field-based property mapping. by cowtowncoder · 16 years ago
  42. f86628d Finished up [JACKSON-120] by cowtowncoder · 16 years ago
  43. ee2682f Resolving [JACKSON-104] in trunk by cowtowncoder · 16 years ago
  44. 30ad7e4 Checking in release notes etc for 1.0.0 release by cowtowncoder · 16 years ago
  45. cbfb6ab Fixed [JACKSON-103], and mostly [JACKSON-104] as well. by cowtowncoder · 16 years ago
  46. 13e318e Fix to JAX-RS provider (as per Paul S' suggestion), was passing wrong type for context resolver access. by cowtowncoder · 16 years ago
  47. 6193453 Minor cleanup by cowtowncoder · 16 years ago
  48. 72304f7 Working on improving Jackson-based JAX-RS message body reader/writer implementation. by cowtowncoder · 16 years ago
  49. 73e6189 Found a problem wrt deserializing simple exceptions. by cowtowncoder · 16 years ago
  50. 52be9c9 Finalizing changes for 0.9.9-3 release. by cowtowncoder · 16 years ago
  51. 8378280 Preparing for 0.9.9-2 interim release by cowtowncoder · 16 years ago
  52. 179caae Minor cleanup for 0.9.9 release. by cowtowncoder · 16 years ago
  53. e0a3f24 Implemented [JACKSON-67], jax-rs provider piece. by cowtowncoder · 16 years ago
  54. 4a5d5fd Implemented [JACKSON-65] by cowtowncoder · 16 years ago
  55. 5595deb Minor refactoring for annotation detection, to make mix-in annotation support easier to add. by cowtowncoder · 16 years ago
  56. 03f8918 Adding support for automated Maven deployments... by cowtowncoder · 16 years ago
  57. 57183f8 Fixed a nasty regression bug (wrt performance) that affected symbol tables; starting to add maven-ant tasks. by cowtowncoder · 16 years ago
  58. cd6a959 0.9.8 released, update version info etc. by cowtowncoder · 16 years ago
  59. af00478 Fixed [JACKSON-56], inability to automatically parser RFC-1123 compliant Dates. by cowtowncoder · 16 years ago
  60. e7179c3 Fixed (?) [JACKSON-53], problems with CGLib-enchanced classes used with iBatis. by cowtowncoder · 16 years ago
  61. 288e83d Refactoring: moving JsonNode in main API package (org.codehaus.jackson); moved node impls in new "org.codehaus.jackson.node" package (and removing "org.codehaus.jackson.map.node"). by cowtowncoder · 16 years ago
  62. 47d26cf Minor refactoring, unsharing and removing BaseMapper by cowtowncoder · 16 years ago
  63. 48867ae More refactoring: moving TypeReference into 'main' package, out of 'map' package. This will be needed when integrating object mapping support into parser, generator. by cowtowncoder · 16 years ago
  64. f84caea Warnings cleanup by cowtowncoder · 16 years ago
  65. ab566eb Added Contributor Agreement doc for [JACKSON-22] by cowtowncoder · 16 years ago
  66. b4421f8 Resolved [JACKSON-34] by cowtowncoder · 16 years ago
  67. a599968 Minor cleanup to OSGi build, updated version number. by cowtowncoder · 16 years ago
  68. 5d328e7 Cleaning up organization of sample code. by cowtowncoder · 16 years ago
  69. 636c2ab Changes related to 0.9.6 release. by cowtowncoder · 16 years ago
  70. 0ce23fb minor cleanup by cowtowncoder · 16 years ago
  71. 2cb33d4 Minor fixes to dist tasks. by cowtowncoder · 16 years ago
  72. 6fe4438 Working on [JACKSON-29], split classes in 2 jars. by cowtowncoder · 16 years ago
  73. 1275a2b Refactoring build file, to split Jackson jars into 2; core parser/generator and mapping functionality. by cowtowncoder · 16 years ago
  74. 6c77e7d Updated local micro-benchmarks, added support for testing json-simple variant. by cowtowncoder · 16 years ago
  75. 336017c Ok: now primitive array deserialization works ok too. by cowtowncoder · 16 years ago
  76. 34c83e2 ... by cowtowncoder · 16 years ago
  77. 9dfa690 Updated release notes, version number. by cowtowncoder · 16 years ago
  78. e384b48 Code cleanup (based on FindBugs findings); add a simple bean serializer code sample. by cowtowncoder · 16 years ago
  79. 420b4f9 working on serializer refactoring. by cowtowncoder · 16 years ago
  80. 9ec956e Resolved [JACKSON-25], added xmlvalidate task in Ant build.xml, and backported fix to Codehaus Maven1/Maven2 repos (hoping it propagates to others). by cowtowncoder · 16 years ago
  81. 3cedba5 Starting to work on more flexible serialization. by cowtowncoder · 16 years ago
  82. 0679f4c Adding more and more unit test support; getting reasonable code coverage (above 60% finally) by cowtowncoder · 16 years ago
  83. 5ed8bd8 Cleanup: moving JsonNode impl classes to map.node, from generic map.impl, since they may need to be exposed to calling apps (unlike other impl classes). by cowtowncoder · 16 years ago
  84. 3cef5c3 Fixes to UTF-8 handling, adding more unit test coverage. by cowtowncoder · 16 years ago
  85. 557fccb Internal refactoring (as denoted by [JACKSON-19]), to further improve on core parsing part. by cowtowncoder · 16 years ago
  86. 134d6e3 Misc cleanup, fixed cobertura analysis. by cowtowncoder · 16 years ago
  87. f30c997 Minor cleaup, removing unneeded methods from JavaTypeSerializer. by cowtowncoder · 16 years ago
  88. 19590b9 Added OSGi support, as per [JACKSON-23]. by cowtowncoder · 16 years ago
  89. 5cbf906 Fixed [JACKSON-18], added unit test to verify. by cowtowncoder · 16 years ago
  90. 314c483 Fixes to build process, to produce both ASL and LGPL artifacts. Working on resolving [JACKSON-14], still have some lingering issues. by cowtowncoder · 17 years ago
  91. b33fc3e Working on adding Maven support by cowtowncoder · 17 years ago
  92. 355f6d7 Fixed accidental references to wstx project. by cowtowncoder · 17 years ago
  93. e8653de Improving JavaDocs. by cowtowncoder · 17 years ago
  94. e3e40b0 Bumping version number to 0.9.3. by cowtowncoder · 17 years ago
  95. 7534586 Some small performance improvements via refactoring of JsonReadContext (to flatten sub-classes to a 'chameleon' implementation). by cowtowncoder · 17 years ago
  96. c216e85 Work on getting alternative stream-based parser functional. by cowtowncoder · 17 years ago
  97. ba36461 Checking in Jackson 0.9.1 baseline. by cowtowncoder · 17 years ago