1. 99844fa Improve javadocs to indicate that `@JsonProperty` value of "" is invalid for Creators. by Tatu Saloranta · 12 years ago
  2. ccbc086 Implemented [Issue#4], add `@JsonIdentityReference` annotation by Tatu Saloranta · 12 years ago
  3. 3cea665 upgrade parent pom by Tatu Saloranta · 12 years ago
  4. 2dd74e9 Improve javadocs wrt currently supported @JsonFormat#shape values. by Tatu Saloranta · 12 years ago
  5. c1674bb Add property to @JsonIdentityInfo by Tatu Saloranta · 12 years ago
  6. 6c00175 update javadoc link by Tatu Saloranta · 12 years ago
  7. 489b7d9 ... by Tatu Saloranta · 12 years ago
  8. 8b42a2f Improve handling of JsonFormat.value a bit, to make it easier to manipulate by Tatu Saloranta · 12 years ago
  9. bb81706 Minor change: allow @JsonFormat on classes too by Tatu Saloranta · 12 years ago
  10. 59f2574 ... by Tatu Saloranta · 12 years ago
  11. 6d3922d Merge pull request #3 from Hassaan/patch-1 by Tatu Saloranta · 12 years ago
  12. 8507cf1 Fixed a minor spelling mistake with a method name in the README file. by Hassaan Aamir · 12 years ago
  13. 469b53b Change artifact id to use fully-qualified package name by Tatu Saloranta · 12 years ago
  14. 0f611dd ... by Tatu Saloranta · 12 years ago
  15. 1e2b404 ... by Tatu Saloranta · 12 years ago
  16. 8110440 update javadoc link by Tatu Saloranta · 12 years ago
  17. 8fcdda0 Fix package info javadocs by Tatu Saloranta · 12 years ago
  18. 01f9da5 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 12 years ago
  19. 9a2e555 [maven-release-plugin] prepare release jackson-annotations-2.0.2 by Tatu Saloranta · 12 years ago
  20. 227498d update release notes by Tatu Saloranta · 12 years ago
  21. 411353d Quick fix for 2.0.2, to use bundle name that 2.0.0 used (and other components that don't use oss-parent) by Tatu Saloranta · 12 years ago
  22. 34eba78 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 12 years ago
  23. 7370742 [maven-release-plugin] prepare release jackson-annotations-2.0.1 by Tatu Saloranta · 12 years ago
  24. ba96e18 ... by Tatu Saloranta · 12 years ago
  25. 52654bd ... by Tatu Saloranta · 12 years ago
  26. b80a4a4 Merge pull request #1 from simonetripodi/master by Tatu Saloranta · 12 years ago
  27. 0caccde there are no tests in the annotations module, avoid to include junit for by simonetripodi · 12 years ago
  28. f4a25cf migrated to FasterXML parent pom by simonetripodi · 12 years ago
  29. 0e7fab7 Change target to 1.5, was accidentally set to 1.6 for 2.0.0 by Tatu Saloranta · 12 years ago
  30. 9e31e61 ... by Tatu Saloranta · 12 years ago
  31. 1f91497 update wiki by Tatu Saloranta · 12 years ago
  32. 0230f0e ... by Tatu Saloranta · 12 years ago
  33. 881fb61 update javadoc plugin by Tatu Saloranta · 12 years ago
  34. 6bc9801 fixed javadoc building problems by Tatu Saloranta · 12 years ago
  35. 7be9934 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 12 years ago
  36. f780863 [maven-release-plugin] prepare release jackson-annotations-2.0.0 by Tatu Saloranta · 12 years ago
  37. 912ff46 ... by Tatu Saloranta · 12 years ago
  38. f7404ed Update readables for 2.0.0 release by Tatu Saloranta · 12 years ago
  39. 921086f [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 12 years ago
  40. ebde654 [maven-release-plugin] prepare release jackson-annotations-2.0.0-RC3 by Tatu Saloranta · 12 years ago
  41. a1592d1 minor javadoc cleanup by Tatu Saloranta · 12 years ago
  42. afc816b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 12 years ago
  43. ede7d89 [maven-release-plugin] prepare release jackson-annotations-2.0.0-RC2 by Tatu Saloranta · 12 years ago
  44. d57ccbd ... by Tatu Saloranta · 12 years ago
  45. 72c7684 ... by Tatu Saloranta · 12 years ago
  46. fad1e7d ... by Tatu Saloranta · 12 years ago
  47. 996b01f ... by Tatu Saloranta · 12 years ago
  48. b0577af add yet more meat by Tatu Saloranta · 12 years ago
  49. 8a3865e ... by Tatu Saloranta · 12 years ago
  50. 4beddca ... by Tatu Saloranta · 12 years ago
  51. 39a4a28 Further updates to @JsonFormat annotations: add 'locale' and 'timezone' properties by Tatu Saloranta · 12 years ago
  52. 64c14d5 Add @JsonFormat details by Tatu Saloranta · 12 years ago
  53. f7b0a16 Work on [JACKSON-714], add @JsonFormat annotation by Tatu Saloranta · 12 years ago
  54. 7575be3 ... by Tatu Saloranta · 12 years ago
  55. a10b44c [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 12 years ago
  56. 22e57b7 [maven-release-plugin] prepare release jackson-annotations-2.0.0-RC1 by Tatu Saloranta · 12 years ago
  57. 4f50a1b Add @JsonProperty.required for future extension by Tatu Saloranta · 12 years ago
  58. 2142662 minor mod to ObjectIdGenerator, allow passing of context by Tatu Saloranta · 12 years ago
  59. 030d8c6 Add ObjectIdsGenerator.None to allow disablng of ObjectId inclusion by Tatu Saloranta · 12 years ago
  60. 5c5dd56 Last mods for ObjectId generation? by Tatu Saloranta · 12 years ago
  61. d15ca50 One more fix for ObjectIdGenerator by Tatu · 12 years ago
  62. 35a2ace ... by Tatu · 12 years ago
  63. eb52f06 ... by Tatu · 12 years ago
  64. af6a98a ... by Tatu · 12 years ago
  65. 9aa54e0 Bit more work on ObjectIdGenerator definition by Tatu · 12 years ago
  66. 17eb41f Further improvements to Object Id annotations, types by Tatu Saloranta · 12 years ago
  67. 36ddcea Add @JsonObjectId annotation by Tatu Saloranta · 12 years ago
  68. 9566519 Add JsonTypeId, needed for proper handling of type ids during deserialization by Tatu · 12 years ago
  69. 28c0f60 javadoc cleanup, now builds cleanly. by Tatu Saloranta · 13 years ago
  70. ec522db ... by Tatu · 13 years ago
  71. 1dbeb48 Make all annotations applicable for annotations; needed for annotation bundling by Tatu Saloranta · 13 years ago
  72. 8a1d7f9 One minor improvement: mark bundle annotation with @JacksonAnnotation by Tatu Saloranta · 13 years ago
  73. e05f96a Add @JsonInclude, for [JACKSON-752] by Tatu Saloranta · 13 years ago
  74. b91693b Add properties for @JsonUnwrapped by Tatu Saloranta · 13 years ago
  75. 293b933 ... by Tatu Saloranta · 13 years ago
  76. cf49a9f Javadoc improvement by Tatu Saloranta · 13 years ago
  77. 81d42ea Minor clean up; un-deprecating @JsonGetter by Tatu Saloranta · 13 years ago
  78. 3368094 Add PropertyAccessor; the replacement for 1.x "JsonMethod" enumeration by Tatu Saloranta · 13 years ago
  79. cd68486 Move a few annotations from databind to here; ones that have no external dependencies by Tatu Saloranta · 13 years ago
  80. 889181b First seemingly working version by Tatu Saloranta · 13 years ago
  81. 3126658 First commit by Tatu Saloranta · 13 years ago