blob: c80ac0cc753e64a3afd15ec1f9cb9a9e66e3bf10 [file] [log] [blame]
Tatu Saloranta7580af02013-04-22 19:54:26 -07001Project: jackson-annotations
Tatu Salorantad7e541c2014-03-14 21:21:02 -07002Version: 2.4.0 (xx-xxx-2013)
Tatu Saloranta39a4a282012-02-24 16:00:54 -08003
Tatu Saloranta35126792014-03-27 19:57:02 -07004NOTE: Annotations module will never contain changes in patch versions,
5 only .0 releases can have changes.
Tatu75f446b2014-01-02 12:31:37 -08006
Tatu Salorantad7e541c2014-03-14 21:21:02 -07007#31: Allow use of `@JsonPropertyOrder` for properties (not just classes)
Tatu Salorantad9f31b72014-04-09 19:23:11 -07008#32: Add `@JsonProperty.index`
Tatu Salorantab61db142014-03-27 20:36:01 -07009- Add `JsonFormat.Value#timeZoneAsString` (needed by Joda module)
Tatu Salorantad7e541c2014-03-14 21:21:02 -070010
Tatu75f446b2014-01-02 12:31:37 -080011------------------------------------------------------------------------
12=== History: ===
13------------------------------------------------------------------------
14
Tatu Saloranta35126792014-03-27 19:57:02 -0700152.3.2 (01-Mar-2015)
162.3.1 (28-Dec-2013)
Tatu75f446b2014-01-02 12:31:37 -0800172.3.0 (13-Nov-2013)
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -080018
Tatu Salorantad8d2e812013-07-25 18:48:07 -070019#13: Add `@JsonPropertyDescription`
20 (suggested by Net-A-Porter@github)
Tatu Saloranta18c5e262013-09-12 18:14:05 -070021#20: Allow use of `@JsonFilter` for properties (via fields, methods,
22 constructor parameters)
Tatud003e822013-10-25 10:29:08 -070023(note: although #15 -- Add `JsonTypeInfo.As.EXISTING` property to support new
24 variation for including Type Id was included, jackson-databind does not
25 yet support it as of 2.3.0)
Tatu Salorantaa431ceb2013-07-24 22:45:05 -070026
Tatu75f446b2014-01-02 12:31:37 -0800272.2.3 (23-Aug-2013)
Tatu Salorantad713c9f2013-06-06 14:01:02 -0700282.2.2 (26-May-2013)
29
Tatu Saloranta35126792014-03-27 19:57:02 -070030No changes since 2.2.1
Tatu Salorantad713c9f2013-06-06 14:01:02 -070031
Tatu Saloranta29299cf2013-05-26 21:26:21 -0700322.2.1 (03-May-2013)
33
34- Moved LICENSE file under 'META-INF/' in jar
35
Tatu Saloranta49870312013-04-26 16:43:55 -0700362.2.0 (22-Apr-2013)
37
Tatu Saloranta35126792014-03-27 19:57:02 -070038No changes since 2.1.1
Tatu Saloranta49870312013-04-26 16:43:55 -070039
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -0800402.1.1 (11-Nov-2012)
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -080041
42Fixes:
43
44* Make ObjectIdGenerator java.io.Serializable (needed when serializing
45 ObjectMappers/-Writers/-Readers)
46
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -0800472.1.0 (08-Oct-2012)
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070048
Tatu Salorantaccbc0862012-08-24 12:42:04 -070049New features:
50
51* [Issue#4]: Add '@JsonIdentityReference', to support use case where values of
52 a specific reference property are always serialized as ids, never as full POJO
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070053
Tatu Saloranta0ba14012012-10-04 17:36:10 -070054Improvements:
55
56* Added '@JsonIdentityInfo.firstAsID' property, to allow forcing all references
57 to an Object to be serialized as id, including first one.
58* Fix OSGi artifact name to be fully-qualified
59
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070060
612.0.2 (14-May-2012)
Tatu Saloranta52654bd2012-04-22 10:35:46 -070062
Tatu Saloranta227498d2012-05-14 18:40:12 -070063Fixes:
64
65* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
66 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070067 (reported Pascal G)
68
Tatu Saloranta227498d2012-05-14 18:40:12 -0700692.0.1 (22-Apr-2012)
70
71Fixes:
72
73* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
74 required 1.6)
75 (reported Pascal G)
76
Tatu Saloranta52654bd2012-04-22 10:35:46 -0700772.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070078
79Improvements:
80
81* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
82 new '@JsonTypeInfo.visible' property to true.
83* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
84 (requested by Aner P)
85* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080086
87New features:
88
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070089* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
90 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -080091* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070092* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
93* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
94 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
95
96Other:
97
98* Lots of miscellaneous refactoring; moving most annotations from
99 databind into this package; only leaving ones that depend on
100 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -0800101
102------------------------------------------------------------------------
103=== History: ===
104------------------------------------------------------------------------
105
106[entries for versions 1.x and earlier not retained; refer to earlier releases)