1. 73d3831 remove accidental use of 'instance' in TypeFactory by Tatu Saloranta · 12 years ago
  2. 4b4bdbc ... by Tatu Saloranta · 12 years ago
  3. 39c5f28 Bit more work wrt [JACKSON-805], POJO-as-array feature, moving tests around by Tatu Saloranta · 12 years ago
  4. 414ba9b Added unit test that checks github issue #73. by Pascal Gelinas · 12 years ago
  5. 27d9cd8 Added handling for JACKSON-805 in the case of POJO as array. by Pascal Gelinas · 12 years ago
  6. 5bd1809 Minor improvement to error handling by Tatu Saloranta · 12 years ago
  7. f412e85 Fix issues with wrapper-based property-renaming by Tatu Saloranta · 12 years ago
  8. a1e496f Added MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME by Tatu Saloranta · 12 years ago
  9. 202567b ... by Tatu Saloranta · 12 years ago
  10. 9b84796 Improve error messages, remove JSON references by Tatu Saloranta · 12 years ago
  11. ed177e9 j.u.Concurrent* -> j.u.concurrent.Concurrent* by twoi · 12 years ago
  12. 794754a Fix a minor bug in introspector pair by Tatu Saloranta · 12 years ago
  13. 355d9bd ... by Tatu Saloranta · 12 years ago
  14. fc5705a Add one more constant for PropertyName, to signal "disabled" virtual name by Tatu Saloranta · 12 years ago
  15. 751e9f2 Add DelegatingDeserializer to help implementation of, well, delegating deserializers.... by Tatu Saloranta · 12 years ago
  16. e6a5089 Merge pull request #67 from dmak/issue-65 by Tatu Saloranta · 12 years ago
  17. ad2da96 Demote 'findWrapperName()' in core annotation introspector (from xml-specific one) by Tatu Saloranta · 12 years ago
  18. b81672e forgot to check in mods to PropertyName by Tatu Saloranta · 12 years ago
  19. 3848a41 Further changes to use PropertyName (with namespace support) by Tatu Saloranta · 12 years ago
  20. b7fd856 ... by Tatu Saloranta · 12 years ago
  21. 18a3b71 Refactoring: create AnnotationIntrospectorPair out of AnnotationIntrospector.Pair by Tatu Saloranta · 12 years ago
  22. 1fe6619 Minor fixes to name annotation handling by Tatu Saloranta · 12 years ago
  23. ab374c7 Complete [Issue#69] implementation by Tatu Saloranta · 12 years ago
  24. 257da8e Starting to implement [Issue#69], upgrade to using PropertyName (to make xml support easier) by Tatu Saloranta · 12 years ago
  25. 2d687ff javadoc additions by Tatu Saloranta · 12 years ago
  26. 75eabfa Adding concept of 'delegating [de]serializer', to help with multi-level delegation by Tatu Saloranta · 12 years ago
  27. e70c66f Added DeserializationContext.getFactory() (issue#65) by Dmitry Katsubo · 12 years ago
  28. 18aa301 Added getters (issue#65) by Dmitry Katsubo · 12 years ago
  29. eb4e6b1 Added bit more testing for [Issue#64] by Tatu Saloranta · 12 years ago
  30. 3a11319 Added unit test for PascalCaseStrategy for Issue #63. by Sean J. Barbeau · 12 years ago
  31. 0e80984 Adds new feature supporting PascalCaseStrategy, a PropertyNamingStrategy by Sean J. Barbeau · 12 years ago
  32. 2aa6dc8 Implemented [Issue#60], JsonNode.hasNonNull() by Tatu Saloranta · 12 years ago
  33. f8dd584 Rewrote [Issue#15] implementation to work with datatypes that require custom mapper (like XML) by Tatu Saloranta · 12 years ago
  34. f9866ee Make it possible to create ObjectReader with alternate JsonFactory by Tatu Saloranta · 12 years ago
  35. dd35e8e another javadoc fix by Tatu Saloranta · 12 years ago
  36. 75fe7ce tiny javadoc addition by Tatu Saloranta · 12 years ago
  37. e8c1b53 Fixed [JACKSON-847], incompatibility between @JsonCreator, @JsonIdentityInfo by Tatu Saloranta · 12 years ago
  38. c7901c4 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
  39. 91c7b74 Add a unit test to reproduce [JACKSON-847] by Tatu Saloranta · 12 years ago
  40. 655cf2a Merge pull request #59 from pgelinas/hasNext by Tatu Saloranta · 12 years ago
  41. a74ef59 Fixed bug with MappingIterator#hasNext by Pascal Gelinas · 12 years ago
  42. cd64f2e Test cases showing bug with MappingIterator#hasNext when json is wrapped with an array. by Pascal Gelinas · 12 years ago
  43. 9eaebbd Made MappingIterator implement Closable. by Pascal Gelinas · 12 years ago
  44. e2bb0ee Fix [Issue#57] in master by Tatu Saloranta · 12 years ago
  45. f0599e3 ... by Tatu Saloranta · 12 years ago
  46. a99ab1f ... by Tatu Saloranta · 12 years ago
  47. f4523c5 ... by Tatu Saloranta · 12 years ago
  48. 9109f37 Fix test code usage of deprecated methods by Tatu Saloranta · 12 years ago
  49. 88040e2 Improved handling of "always-as-id" references; might now actually be useful by Tatu Saloranta · 12 years ago
  50. c89f074 Add services registration for the standard ObjectMapper by Tatu Saloranta · 12 years ago
  51. 3a709a3 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
  52. 6233a98 uncomment work-around in tests by Tatu Saloranta · 12 years ago
  53. d163f5e Complete [Issue#15], format auto-detection for data-binding by Tatu Saloranta · 12 years ago
  54. d4e2508 tiny fix to unit test, remember to close the stream. by Tatu Saloranta · 12 years ago
  55. f85d435 Merge pull request #53 from jackphel/master by Tatu Saloranta · 12 years ago
  56. dd0e3e4 Appends previous commit to resolve compile error by jackphel · 12 years ago
  57. 14cab3e ObjectMapper, DefaultSerializerProvider acceptJSformVis of JavaType by jackphel · 12 years ago
  58. 7fc6b41 Merge pull request #52 from jackphel/master by Tatu Saloranta · 12 years ago
  59. ee3c526 complete test to verify that Jackson can do Externalizable by Tatu Saloranta · 12 years ago
  60. cf3fc53 passes typehints to formatVisitor in stringarray and map by jackphel · 12 years ago
  61. d679c90 Start adding test to ensure Externalizable works by Tatu Saloranta · 12 years ago
  62. 70c486f Remove bogus test for google-collections (if any needed, should have google-collections module) by Tatu Saloranta · 12 years ago
  63. bc64857 Minor improvements to SubtypeResolver, to pass base type of property, to support structured values properly by Tatu Saloranta · 12 years ago
  64. eea889f Start work on auto-detect support via ObjectReader by Tatu Saloranta · 12 years ago
  65. e268dd5 Resolving Eclipse warnings (missing overrides etc) by Tatu Saloranta · 12 years ago
  66. 2f8d303 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
  67. a2ab337 replaces BeanPropertyWriter references with BeanProperty by jackphel · 12 years ago
  68. a5504ae Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
  69. 2a4f66b cleans up pull request by jackphel · 12 years ago
  70. 113b322 visitorAware -> visitable, schemaType -> jsonFormatType by jackphel · 12 years ago
  71. d0f31bd previously removed generateSchema is returned by jackphel · 12 years ago
  72. ae567e9 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
  73. 8d2cdd7 Implememented [Issue#42], allow defining Base64 default variant to use for databinding by Tatu Saloranta · 12 years ago
  74. 023d8bd Trying ONCE MORE (f*ck you git) to undo earlier json-schema changes, but keep @JsonNaming changes by Tatu Saloranta · 12 years ago
  75. 8fb3c43 added bit more testing for map key handling by Tatu Saloranta · 12 years ago
  76. 767cead Roll back changes to JSON Schema generation (pull #38), since it causes Public API breakage, can't do for minor version by Tatu Saloranta · 12 years ago
  77. 1013b37 Merge remote-tracking branch 'jackson/master' by jackphel · 12 years ago
  78. e134bf0 Implement [Issue#45]: @JsonNaming to support per-class naming strategy overrides by Tatu Saloranta · 12 years ago
  79. 8662c12 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
  80. 4631496 Implement [Issue#12] for 2.1 by Tatu Saloranta · 12 years ago
  81. d133130 Deprecating AnnotationIntrospector.isHandled() (should have been removed from 2.0 originally) by Tatu Saloranta · 12 years ago
  82. 8f665dd refactored packages for separation by jackphel · 12 years ago
  83. 5450e9a Fix [Issue#46] by Tatu Saloranta · 12 years ago
  84. a94ce41 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
  85. cab48ae minor improvement to checking of format by Tatu Saloranta · 12 years ago
  86. 248ab7e removed unused constructor in arrayschemafactory by jackphel · 12 years ago
  87. 6288e8b schema here does NOT refer to JSON Schema by jackphel · 12 years ago
  88. c11852f factored getSchema into SchemaFactory by jackphel · 12 years ago
  89. 8e8c6e3 adds new visitor wrapper, which constructs typed visitors by jackphel · 12 years ago
  90. 7e50672 Added javatype reference to all factories, organized imports by jackphel · 12 years ago
  91. 3bbe215 removed Schema knowledge from objectMapper by jackphel · 12 years ago
  92. 91c4467 continuous loop property filter checking into separate loops. by jackphel · 12 years ago
  93. e689bd8 Added type check in ObjectMapper.copy() by Tatu Saloranta · 12 years ago
  94. 0bdb6a4 ... by Tatu Saloranta · 12 years ago
  95. 7ccce01 Implement [Issue#28], add ObjectMapper.copy() by Tatu Saloranta · 12 years ago
  96. eb7924e Completed [Issue#40] by Tatu Saloranta · 12 years ago
  97. 4b3bc70 Adding more testing to [Issue#40] by Tatu Saloranta · 12 years ago
  98. ed98c9e jsonschema serialization and deep equals implemented. by jackphel · 12 years ago
  99. 15d6ea2 Implemented [Issue#25] (enums as JSON Object); started implementation of [Issue#40] (Collections as JSON Objects) by Tatu Saloranta · 12 years ago
  100. 8fababd working schema serialization, except for JsonSerializableSchema is ignored by jackphel · 12 years ago