1. ca1867e Fix #2475 by Tatu Saloranta · 5 years ago
  2. 3f45bb9 Fix #2181 by Tatu Saloranta · 6 years ago
  3. 1fe3fab bit more work; now populate type-id inclusion style by Tatu Saloranta · 7 years ago
  4. c07b0ef Merge branch 'master' into typeid-rewrite-2.9 by Tatu Saloranta · 7 years ago
  5. 3e9594b more work, convert as-array type id cases by Tatu Saloranta · 7 years ago
  6. 5e3bf08 Replace "can not" by "cannot" in comments by Oliver Kopp · 7 years ago
  7. c799b42 Start working on proper fix for #357 by Tatu Saloranta · 8 years ago
  8. 3097ca2 yet more test improvements by Tatu Saloranta · 8 years ago
  9. 53bd8da Work on improving test coverage; this one focusing on std-serializer test coverage by Tatu Saloranta · 8 years ago
  10. e02a04e more changes to ensure format is discovered appropraitely by Tatu Saloranta · 8 years ago
  11. fafbe3d Fix #1024 by Tatu Saloranta · 9 years ago
  12. 38386bd Completed #932 implementation by Cowtowncoder · 9 years ago
  13. 3e67143 Further refactoring to allow per-type format, serialization-inclusion defaults by Tatu Saloranta · 9 years ago
  14. cfbf1e5 Remove last uses of deprecated 'findSerializationType' methods, by ensuring 'is-static' flag is retained by Tatu Saloranta · 9 years ago
  15. 7c75568 Further coalescing of type refinements, now for serialization by Tatu Saloranta · 9 years ago
  16. 9ed3abf Finish support for per-property unwrap-single-elem-arrays feature via JsonFormat(with=...) by Tatu Saloranta · 9 years ago
  17. 189795a More warnings cleanup by Tatu Saloranta · 9 years ago
  18. b44ebe4 Warnings cleanup, minor refactoring of XMLGregorianCalendarSerializer by Cowtowncoder · 10 years ago
  19. 333f5ac Complete initial SequenceWriter implementation. To be tested. by Tatu Saloranta · 10 years ago
  20. a43e202 Start work on #631 implementation by Tatu Saloranta · 10 years ago
  21. 64fd181 Start using `JsonGenerator.writeStartArray(int)` (introduced in 2.4) by Tatu Saloranta · 10 years ago
  22. edcc345 Javadoc fix (#534) by Tatu Saloranta · 10 years ago
  23. ae82a53 Fix a problem that results in https://github.com/FasterXML/jackson-module-jsonSchema/issues/34 by Tatu Saloranta · 10 years ago
  24. 59fe29c Yet more work, trying to allow distinguishing of 'primary' and 'secondary' serializers, wrt property-context by Tatu Saloranta · 11 years ago
  25. b530c4d Groundwork for #225, centralizing contextualization of JsonSerializer instances by Tatu Saloranta · 11 years ago
  26. 9088467 minor change: remove 'final' from AsArraySerializerBase.serializeWithType() by Tatu Saloranta · 11 years ago
  27. fed24ba Fix #287 by Tatu Saloranta · 11 years ago
  28. a455b53 Warning cleanup. by Tatu Saloranta · 11 years ago
  29. d5daa45 Working on #124, serializer converters by Tatu Saloranta · 12 years ago
  30. e2c61b5 Fixing part of #97 by Tatu Saloranta · 12 years ago
  31. de7e924 Implemented #159 by Tatu Saloranta · 12 years ago
  32. fefea29 Compiler warning cleanup; continuing with adding more deserializer modifier options by Tatu Saloranta · 12 years ago
  33. 43ca226 Try avoid NPEs with type visitors by Tatu Saloranta · 12 years ago
  34. 7a324d6 Trying to straighten out type handling, related to schema generation by Tatu Saloranta · 12 years ago
  35. 8ba07cc Exposing JsonMappingException through schema visitor interfaces; should simplify visitor implementation by Tatu Saloranta · 12 years ago
  36. 4984d59 Work on [Issue#87], delegating serializer by Tatu Saloranta · 12 years ago
  37. bd3ded1 More SerializerFactory clean up, getting read of BeanProperty arg by Tatu Saloranta · 12 years ago
  38. 191577b Second part of fix for [Issue#75], handle property-overrides for content (value) serializer by Tatu Saloranta · 12 years ago
  39. e268dd5 Resolving Eclipse warnings (missing overrides etc) by Tatu Saloranta · 12 years ago
  40. d0f31bd previously removed generateSchema is returned by jackphel · 12 years ago
  41. 8f665dd refactored packages for separation by jackphel · 12 years ago
  42. 8e8c6e3 adds new visitor wrapper, which constructs typed visitors by jackphel · 12 years ago
  43. 7e50672 Added javatype reference to all factories, organized imports by jackphel · 12 years ago
  44. cee882b working with JavaType by jackphel · 12 years ago
  45. c4db6f2 Revert "jsonFormatVisitor/acceptor now passes/accepts typeHint of JavaType, but some access is formatted incorrectly or, less likely, there is a bug in jackson. " by jackphel · 12 years ago
  46. 7fd884e jsonFormatVisitor/acceptor now passes/accepts typeHint of JavaType, but by jackphel · 12 years ago
  47. b113cd6 replaced getClass with getRawClass by jackphel · 12 years ago
  48. 8cbae7b serializers return schema pojos (untested) by jackphel · 12 years ago
  49. f1c79d4 Changes to make 1.5 compatible against: first, removing @Override from interface impls by Tatu Saloranta · 12 years ago
  50. 1421af6 Implement [JACKSON-805], SerializationFeature.WRITE_SINGLE_ELEM_ARRAYS_UNWRAPPED by Tatu Saloranta · 13 years ago
  51. a57eca7 Yet more refactoring, eliminating BeanProperty from TypeSerializer by Tatu · 13 years ago
  52. d10146c ... by Tatu Saloranta · 13 years ago
  53. f42e629 Starting to convert serializers similarly to use ContextualSerializer to get BeanProperty by Tatu · 13 years ago
  54. f0e232d Sync with core, now that JsonNode is part of mapper by Tatu Saloranta · 13 years ago
  55. dfec150 Working on [JACKSON-736] by Tatu Saloranta · 13 years ago
  56. 071a170 Add 'ContainerSerializer' as a shared base class, with new 'getContentType()' method by Tatu Saloranta · 13 years ago
  57. 56e8e6c Starting to add support for customizable 'is-empty' handling by Tatu · 13 years ago
  58. c3fbb3a Clean up, to get rid of deprecated stuff by Tatu Saloranta · 13 years ago
  59. 2f82344 ... by Tatu Saloranta · 13 years ago
  60. df6302f More reshuffling by Tatu Saloranta · 13 years ago
  61. d92c1ed More refactoring: moving JavaType to databind; other smaller clean up by Tatu Saloranta · 13 years ago
  62. d1e678e Last pieces of the first round of refactoring: again compiles, may work by Tatu Saloranta · 13 years ago
  63. 1b253d3 cleanup... by Tatu Saloranta · 13 years ago
  64. e4f23bb First check-in, tons of compilation errors to resolve by Tatu Saloranta · 13 years ago