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