blob: 2dc7700cfd6ba01846fd8646e9090f024cbe3953 [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
Tatu75f446b2014-01-02 12:31:37 -08004NOTE: version number changed to NOT include patch version, as no patch
5releases are planned for annotations set.
6
Tatu Salorantad7e541c2014-03-14 21:21:02 -07007#31: Allow use of `@JsonPropertyOrder` for properties (not just classes)
8
Tatu75f446b2014-01-02 12:31:37 -08009------------------------------------------------------------------------
10=== History: ===
11------------------------------------------------------------------------
12
132.3.0 (13-Nov-2013)
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -080014
Tatu Salorantad8d2e812013-07-25 18:48:07 -070015#13: Add `@JsonPropertyDescription`
16 (suggested by Net-A-Porter@github)
Tatu Saloranta18c5e262013-09-12 18:14:05 -070017#20: Allow use of `@JsonFilter` for properties (via fields, methods,
18 constructor parameters)
Tatud003e822013-10-25 10:29:08 -070019(note: although #15 -- Add `JsonTypeInfo.As.EXISTING` property to support new
20 variation for including Type Id was included, jackson-databind does not
21 yet support it as of 2.3.0)
Tatu Salorantaa431ceb2013-07-24 22:45:05 -070022
Tatu75f446b2014-01-02 12:31:37 -0800232.2.3 (23-Aug-2013)
Tatu Salorantad713c9f2013-06-06 14:01:02 -0700242.2.2 (26-May-2013)
25
26No changes from previous version.
27
Tatu Saloranta29299cf2013-05-26 21:26:21 -0700282.2.1 (03-May-2013)
29
30- Moved LICENSE file under 'META-INF/' in jar
31
Tatu Saloranta49870312013-04-26 16:43:55 -0700322.2.0 (22-Apr-2013)
33
Tatu75f446b2014-01-02 12:31:37 -080034No changes since 2.1.1.
Tatu Saloranta49870312013-04-26 16:43:55 -070035
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -0800362.1.1 (11-Nov-2012)
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -080037
38Fixes:
39
40* Make ObjectIdGenerator java.io.Serializable (needed when serializing
41 ObjectMappers/-Writers/-Readers)
42
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -0800432.1.0 (08-Oct-2012)
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070044
Tatu Salorantaccbc0862012-08-24 12:42:04 -070045New features:
46
47* [Issue#4]: Add '@JsonIdentityReference', to support use case where values of
48 a specific reference property are always serialized as ids, never as full POJO
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070049
Tatu Saloranta0ba14012012-10-04 17:36:10 -070050Improvements:
51
52* Added '@JsonIdentityInfo.firstAsID' property, to allow forcing all references
53 to an Object to be serialized as id, including first one.
54* Fix OSGi artifact name to be fully-qualified
55
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070056
572.0.2 (14-May-2012)
Tatu Saloranta52654bd2012-04-22 10:35:46 -070058
Tatu Saloranta227498d2012-05-14 18:40:12 -070059Fixes:
60
61* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
62 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070063 (reported Pascal G)
64
Tatu Saloranta227498d2012-05-14 18:40:12 -0700652.0.1 (22-Apr-2012)
66
67Fixes:
68
69* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
70 required 1.6)
71 (reported Pascal G)
72
Tatu Saloranta52654bd2012-04-22 10:35:46 -0700732.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070074
75Improvements:
76
77* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
78 new '@JsonTypeInfo.visible' property to true.
79* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
80 (requested by Aner P)
81* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080082
83New features:
84
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070085* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
86 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -080087* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070088* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
89* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
90 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
91
92Other:
93
94* Lots of miscellaneous refactoring; moving most annotations from
95 databind into this package; only leaving ones that depend on
96 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -080097
98------------------------------------------------------------------------
99=== History: ===
100------------------------------------------------------------------------
101
102[entries for versions 1.x and earlier not retained; refer to earlier releases)