1. 8a0ccd6 ... by Tatu Saloranta · 10 years ago
  2. 576a0b3 javadoc fix by Tatu Saloranta · 10 years ago
  3. 469b474 Implement #50 by Tatu Saloranta · 10 years ago
  4. 67fe25b Implement #50 by Tatu Saloranta · 10 years ago
  5. 06763b7 javadoc improvement by Cowtowncoder · 10 years ago
  6. 6128d18 Revert an earlier change wrt JsonTypeInfo.defaultImpl default value: turns out `Void` was not being accepted; by Tatu Saloranta · 10 years ago
  7. db27210 (forgot to add @since indication wrt #49) by Tatu Saloranta · 10 years ago
  8. ede5f8d Implement #49 by Tatu Saloranta · 10 years ago
  9. 3cb2356 Fix #48 by Cowtowncoder · 10 years ago
  10. b4eb908 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  11. 7b7d529 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  12. 5ddd587 [maven-release-plugin] prepare release jackson-annotations-2.4.4 by Tatu Saloranta · 10 years ago
  13. fe4139c prepare for release by Tatu Saloranta · 10 years ago
  14. 923e07b Slight improvement to handling null values by Cowtowncoder · 10 years ago
  15. 7d11014 Implement #47 by Tatu Saloranta · 10 years ago
  16. 83b0a64 javadoc clarification wrt [JACKSON-920] by Cowtowncoder · 10 years ago
  17. 7e1ff88 Merge pull request #46 from aakoch/patch-1 by Tatu Saloranta · 10 years ago
  18. 73ca3ab Fixed typo in JavaDoc by Adam Koch · 10 years ago
  19. 116a96e Merge branch '2.4' by Tatu Saloranta · 10 years ago
  20. a1f2119 Update pom URL to point to github Jackson home by Tatu Saloranta · 10 years ago
  21. 3e08b40 Add `@JsonInclude.content` to allow defining inclusion criteria for Map entries, not just main Map value by Tatu Saloranta · 10 years ago
  22. 5ca7fbb Update notes on JsonTypeInfo.As.EXISTING_PROPERTY to reflect support that was just added by Tatu Saloranta · 10 years ago
  23. f6675b0 update release notes by Tatu Saloranta · 10 years ago
  24. 56e15e0 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  25. bb743de [maven-release-plugin] prepare release jackson-annotations-2.4.3 by Tatu Saloranta · 10 years ago
  26. b6a9f12 Add a note mentioning that EXISTING_PROPERTY still not/yet support in 2.5 by Cowtowncoder · 10 years ago
  27. b1a2cdd update parent pom by Tatu Saloranta · 10 years ago
  28. a4034c8 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  29. d63e505 [maven-release-plugin] prepare release jackson-annotations-2.4.2 by Tatu Saloranta · 10 years ago
  30. 5b60f10 ... by Tatu Saloranta · 10 years ago
  31. 196597c move master to be 2.5.0-SNAPSHOT by Tatu · 10 years ago
  32. d6b439a [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  33. 337fdc5 [maven-release-plugin] prepare release jackson-annotations-2.4.1 by Tatu Saloranta · 10 years ago
  34. 90f9db8 ... by Tatu Saloranta · 10 years ago
  35. b7976fc ... by Tatu · 10 years ago
  36. 8e7d60d ... by Tatu · 10 years ago
  37. 8038d9b ... by Tatu Saloranta · 10 years ago
  38. 82063cc update README by Tatu Saloranta · 10 years ago
  39. 114e376 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  40. 2b8b00a Merge branch 'master' of github.com:FasterXML/jackson-annotations by Tatu Saloranta · 10 years ago
  41. 6faed9e [maven-release-plugin] prepare release jackson-annotations-2.4.0 by Tatu Saloranta · 10 years ago
  42. 94e157f prepare for 2.4.0 by Tatu Saloranta · 10 years ago
  43. 642e149 Merge pull request #34 from UnquietCode/patch-1 by Tatu Saloranta · 10 years ago
  44. 8541ebc update docs after FasterXML/jackson-databind@5087367a0 by Ben Fagin · 10 years ago
  45. 5658a68 Deprecate JsonTypeInfo.None; should be possible to remove in 2.5; replaced by using `java.lang.Void.class` instead by Tatu Saloranta · 10 years ago
  46. 371ebdd [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  47. af84412 [maven-release-plugin] prepare release jackson-annotations-2.4.0-rc3 by Tatu Saloranta · 10 years ago
  48. e03da33 Revert addition of #33; need to revisit for 2.5, but can't be implemented in time for 2.4 by Tatu Saloranta · 10 years ago
  49. df34a31 Implement #33, add `@JsonRootName.alwaysWrap` by Tatu Saloranta · 10 years ago
  50. 2b42f4d [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  51. 97c7638 [maven-release-plugin] prepare release jackson-annotations-2.4.0-rc2 by Tatu Saloranta · 10 years ago
  52. 5cc39de [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  53. 4358b66 [maven-release-plugin] prepare release jackson-annotations-2.4.0-rc1 by Tatu Saloranta · 10 years ago
  54. 9915178 ... by Tatu Saloranta · 10 years ago
  55. de9f0e7 Add a note regarding when @JsonPropertyDescription was added (2.3) by Tatu · 10 years ago
  56. d9f31b7 Implement #32 by Tatu Saloranta · 10 years ago
  57. 304f57b Minor javadoc improvement for @JsonTypeInfo by Tatu · 10 years ago
  58. 8ee3097 Update deploy credentials, deploy after success by Christopher Currie · 10 years ago
  59. a25cc3d Minor fixes to JsonFormat.Value accessors by Tatu Saloranta · 10 years ago
  60. b61db14 Add @JsonFormat.Value#timeZoneAsString() by Tatu Saloranta · 10 years ago
  61. 3512679 update release notes by Tatu Saloranta · 10 years ago
  62. d7e541c Implement #31 by Tatu Saloranta · 10 years ago
  63. d0fdb77 ... by Tatu Saloranta · 10 years ago
  64. c00a2ae Merge pull request #30 from alexbirkett/master by Tatu Saloranta · 10 years ago
  65. 71c9a1d Update README.md by Alex Birkett · 10 years ago
  66. 94025be ... by Tatu Saloranta · 10 years ago
  67. cc23735 ... by Tatu Saloranta · 10 years ago
  68. 27ce16a Upgrade to use jackson-parent by Tatu Saloranta · 10 years ago
  69. fc88ba4 Merge pull request #28 from pgelinas/custom-id-resolution by Tatu Saloranta · 10 years ago
  70. 27e66d3 Refresh credentials by Christopher Currie · 10 years ago
  71. b0933a3 Travis CI config by Christopher Currie · 10 years ago
  72. f3cbf27 API for custom Object Identifier resolution. by Pascal Gélinas · 10 years ago
  73. 7fd898e Merge pull request #26 from BraisGabin/patch-1 by Tatu Saloranta · 11 years ago
  74. fafb265 Fix "Full Listing of Jackson Annotations" link by Brais Gabín · 11 years ago
  75. 75f446b update release notes by Tatu · 11 years ago
  76. a54aa86 Update master to 2.4-SNAPSHOT by Tatu Saloranta · 11 years ago
  77. 812a553 put debug info back, not much size difference by Tatu Saloranta · 11 years ago
  78. 09ac563 Update release notes wrt 2.3.0 release by Tatu Saloranta · 11 years ago
  79. eace6a8 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  80. cf6713c [maven-release-plugin] prepare release jackson-annotations-2.3.0 by Tatu Saloranta · 11 years ago
  81. 624a09a [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  82. f151be6 [maven-release-plugin] prepare release jackson-annotations-2.3.0-rc1 by Tatu Saloranta · 11 years ago
  83. d003e82 update release notes by Tatu · 11 years ago
  84. 18c5e26 Implement #20, allow @JsonFilter for properties by Tatu Saloranta · 11 years ago
  85. dedd112 Merge pull request #19 from splatch/master by Tatu Saloranta · 11 years ago
  86. 0c7de50 Improvements in OSGi manifest generation. Fixes #18. by Lukasz Dywicki · 11 years ago
  87. bf8f82a Fix typo, as per #16 by Tatu Saloranta · 11 years ago
  88. b7db360 ... by Tatu Saloranta · 11 years ago
  89. d8d2e81 Implemented #13 by Tatu Saloranta · 11 years ago
  90. fa1fd92 Merge pull request #13 from Net-A-Porter/master by Tatu Saloranta · 11 years ago
  91. 9434c1d Clarify comments on JsonTypeInfo.As.EXISTING_PROPERTY a bit. by Tatu Saloranta · 11 years ago
  92. a431ceb Revert "Revert #15, since it may not actually be needed" by Tatu Saloranta · 11 years ago
  93. 6d39751 Revert #15, since it may not actually be needed by Tatu Saloranta · 11 years ago
  94. 723a55c Implement #15 by Tatu Saloranta · 11 years ago
  95. 730e993 ... by Tatu Saloranta · 11 years ago
  96. d713c9f open up 2.3 for dev by Tatu Saloranta · 11 years ago
  97. 49bbe8a Annotation for defining a human readable description for each property. To be used for JSON Schema generation. by Ian Forsey · 11 years ago
  98. 3acf1aa [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  99. 7f7ded8 [maven-release-plugin] prepare release jackson-annotations-2.2.2 by Tatu Saloranta · 11 years ago
  100. 29299cf prepare for 2.2.2 by Tatu Saloranta · 11 years ago