blob: 2e7e52e950efa19d5396a798dab95cb735974d00 [file] [log] [blame]
Tatu Saloranta227498d2012-05-14 18:40:12 -07001Version: 2.0.2
Tatu Saloranta39a4a282012-02-24 16:00:54 -08002
3Release date:
Tatu Saloranta227498d2012-05-14 18:40:12 -07004 14-May-2012
Tatu Saloranta39a4a282012-02-24 16:00:54 -08005
6Description:
Tatu Saloranta227498d2012-05-14 18:40:12 -07007 Second patch release for 2.0
Tatu Saloranta52654bd2012-04-22 10:35:46 -07008
Tatu Saloranta227498d2012-05-14 18:40:12 -07009Fixes:
10
11* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
12 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070013 (reported Pascal G)
14
15------------------------------------------------------------------------
16=== History: ===
17------------------------------------------------------------------------
18
Tatu Saloranta227498d2012-05-14 18:40:12 -0700192.0.1 (22-Apr-2012)
20
21Fixes:
22
23* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
24 required 1.6)
25 (reported Pascal G)
26
Tatu Saloranta52654bd2012-04-22 10:35:46 -0700272.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070028
29Improvements:
30
31* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
32 new '@JsonTypeInfo.visible' property to true.
33* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
34 (requested by Aner P)
35* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080036
37New features:
38
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070039* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
40 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -080041* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070042* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
43* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
44 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
45
46Other:
47
48* Lots of miscellaneous refactoring; moving most annotations from
49 databind into this package; only leaving ones that depend on
50 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -080051
52------------------------------------------------------------------------
53=== History: ===
54------------------------------------------------------------------------
55
56[entries for versions 1.x and earlier not retained; refer to earlier releases)