blob: 123245374985957f19c9dba7ea1da3576a65ce57 [file] [log] [blame]
Tatu Saloranta1e2b4042012-05-14 19:42:57 -07001Version: 2.0.3
Tatu Saloranta39a4a282012-02-24 16:00:54 -08002
3Release date:
Tatu Saloranta1e2b4042012-05-14 19:42:57 -07004 xx-Jun-2012
Tatu Saloranta39a4a282012-02-24 16:00:54 -08005
6Description:
Tatu Saloranta1e2b4042012-05-14 19:42:57 -07007 Another patch release for 2.0
8
9Fixes:
10
11------------------------------------------------------------------------
12=== History: ===
13------------------------------------------------------------------------
14
152.0.2 (14-May-2012)
Tatu Saloranta52654bd2012-04-22 10:35:46 -070016
Tatu Saloranta227498d2012-05-14 18:40:12 -070017Fixes:
18
19* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
20 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070021 (reported Pascal G)
22
Tatu Saloranta227498d2012-05-14 18:40:12 -0700232.0.1 (22-Apr-2012)
24
25Fixes:
26
27* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
28 required 1.6)
29 (reported Pascal G)
30
Tatu Saloranta52654bd2012-04-22 10:35:46 -0700312.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070032
33Improvements:
34
35* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
36 new '@JsonTypeInfo.visible' property to true.
37* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
38 (requested by Aner P)
39* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080040
41New features:
42
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070043* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
44 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -080045* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070046* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
47* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
48 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
49
50Other:
51
52* Lots of miscellaneous refactoring; moving most annotations from
53 databind into this package; only leaving ones that depend on
54 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -080055
56------------------------------------------------------------------------
57=== History: ===
58------------------------------------------------------------------------
59
60[entries for versions 1.x and earlier not retained; refer to earlier releases)