blob: 4a839f25da27d40f6450ad1f3c030ea689bf3d41 [file] [log] [blame]
Tatu Saloranta7580af02013-04-22 19:54:26 -07001Project: jackson-annotations
Tatu Salorantad713c9f2013-06-06 14:01:02 -07002Version: 2.3.0 (xx-xxx-2013)
Tatu Saloranta39a4a282012-02-24 16:00:54 -08003
Tatu Salorantad713c9f2013-06-06 14:01:02 -07004New minor version
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -08005
Tatu Salorantaa431ceb2013-07-24 22:45:05 -07006#15: Add `JsonTypeInfo.As.EXISTING` property to support new variation
7 for including Type Id.
8
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -08009------------------------------------------------------------------------
10=== History: ===
11------------------------------------------------------------------------
12
Tatu Salorantad713c9f2013-06-06 14:01:02 -0700132.2.2 (26-May-2013)
14
15No changes from previous version.
16
Tatu Saloranta29299cf2013-05-26 21:26:21 -0700172.2.1 (03-May-2013)
18
19- Moved LICENSE file under 'META-INF/' in jar
20
Tatu Saloranta49870312013-04-26 16:43:55 -0700212.2.0 (22-Apr-2013)
22
23New minor version, but no changes since 2.1.0.
24
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -0800252.1.1 (11-Nov-2012)
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -080026
27Fixes:
28
29* Make ObjectIdGenerator java.io.Serializable (needed when serializing
30 ObjectMappers/-Writers/-Readers)
31
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -0800322.1.0 (08-Oct-2012)
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070033
Tatu Salorantaccbc0862012-08-24 12:42:04 -070034New features:
35
36* [Issue#4]: Add '@JsonIdentityReference', to support use case where values of
37 a specific reference property are always serialized as ids, never as full POJO
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070038
Tatu Saloranta0ba14012012-10-04 17:36:10 -070039Improvements:
40
41* Added '@JsonIdentityInfo.firstAsID' property, to allow forcing all references
42 to an Object to be serialized as id, including first one.
43* Fix OSGi artifact name to be fully-qualified
44
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070045
462.0.2 (14-May-2012)
Tatu Saloranta52654bd2012-04-22 10:35:46 -070047
Tatu Saloranta227498d2012-05-14 18:40:12 -070048Fixes:
49
50* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
51 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070052 (reported Pascal G)
53
Tatu Saloranta227498d2012-05-14 18:40:12 -0700542.0.1 (22-Apr-2012)
55
56Fixes:
57
58* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
59 required 1.6)
60 (reported Pascal G)
61
Tatu Saloranta52654bd2012-04-22 10:35:46 -0700622.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070063
64Improvements:
65
66* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
67 new '@JsonTypeInfo.visible' property to true.
68* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
69 (requested by Aner P)
70* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080071
72New features:
73
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070074* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
75 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -080076* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070077* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
78* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
79 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
80
81Other:
82
83* Lots of miscellaneous refactoring; moving most annotations from
84 databind into this package; only leaving ones that depend on
85 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -080086
87------------------------------------------------------------------------
88=== History: ===
89------------------------------------------------------------------------
90
91[entries for versions 1.x and earlier not retained; refer to earlier releases)