blob: 44e642477b1bc4b79402c51817d79c066c4e017a [file] [log] [blame]
Tatu Saloranta7580af02013-04-22 19:54:26 -07001Project: jackson-annotations
Tatu Saloranta29299cf2013-05-26 21:26:21 -07002Version: 2.2.2 (26-May-2013)
Tatu Saloranta39a4a282012-02-24 16:00:54 -08003
Tatu Saloranta29299cf2013-05-26 21:26:21 -07004No changes from previous version.
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -08005
6------------------------------------------------------------------------
7=== History: ===
8------------------------------------------------------------------------
9
Tatu Saloranta29299cf2013-05-26 21:26:21 -0700102.2.1 (03-May-2013)
11
12- Moved LICENSE file under 'META-INF/' in jar
13
Tatu Saloranta49870312013-04-26 16:43:55 -0700142.2.0 (22-Apr-2013)
15
16New minor version, but no changes since 2.1.0.
17
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -0800182.1.1 (11-Nov-2012)
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -080019
20Fixes:
21
22* Make ObjectIdGenerator java.io.Serializable (needed when serializing
23 ObjectMappers/-Writers/-Readers)
24
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -0800252.1.0 (08-Oct-2012)
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070026
Tatu Salorantaccbc0862012-08-24 12:42:04 -070027New features:
28
29* [Issue#4]: Add '@JsonIdentityReference', to support use case where values of
30 a specific reference property are always serialized as ids, never as full POJO
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070031
Tatu Saloranta0ba14012012-10-04 17:36:10 -070032Improvements:
33
34* Added '@JsonIdentityInfo.firstAsID' property, to allow forcing all references
35 to an Object to be serialized as id, including first one.
36* Fix OSGi artifact name to be fully-qualified
37
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070038
392.0.2 (14-May-2012)
Tatu Saloranta52654bd2012-04-22 10:35:46 -070040
Tatu Saloranta227498d2012-05-14 18:40:12 -070041Fixes:
42
43* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
44 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070045 (reported Pascal G)
46
Tatu Saloranta227498d2012-05-14 18:40:12 -0700472.0.1 (22-Apr-2012)
48
49Fixes:
50
51* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
52 required 1.6)
53 (reported Pascal G)
54
Tatu Saloranta52654bd2012-04-22 10:35:46 -0700552.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070056
57Improvements:
58
59* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
60 new '@JsonTypeInfo.visible' property to true.
61* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
62 (requested by Aner P)
63* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080064
65New features:
66
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070067* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
68 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -080069* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070070* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
71* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
72 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
73
74Other:
75
76* Lots of miscellaneous refactoring; moving most annotations from
77 databind into this package; only leaving ones that depend on
78 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -080079
80------------------------------------------------------------------------
81=== History: ===
82------------------------------------------------------------------------
83
84[entries for versions 1.x and earlier not retained; refer to earlier releases)