blob: 18f11377772500633ff331fb3b63f19498c5f0e6 [file] [log] [blame]
Tatu Saloranta7580af02013-04-22 19:54:26 -07001Project: jackson-annotations
Tatu Saloranta39a4a282012-02-24 16:00:54 -08002
Tatu Saloranta35126792014-03-27 19:57:02 -07003NOTE: Annotations module will never contain changes in patch versions,
Tatu Saloranta94e157f2014-05-29 09:44:56 -07004 only .0 releases can have changes. We may still release patch versions, but
5 they will be identical to .0 versions, and only released for convenience
Tatu Saloranta116a96e2014-11-06 08:26:17 -08006 (developers can line up all Jackson components with same patch version number).
7 Main components will typically depend on .0 versions: please do NOT file
8 issues against this being a bug; it is intentional.
Tatu75f446b2014-01-02 12:31:37 -08009
Tatu Saloranta90f9db82014-06-15 15:13:19 -070010------------------------------------------------------------------------
Tatu Saloranta3e08b402014-10-16 22:49:33 -070011=== Releases ===
Tatu Saloranta90f9db82014-06-15 15:13:19 -070012------------------------------------------------------------------------
13
Tatu Saloranta116a96e2014-11-06 08:26:17 -0800142.5.0 (not yet released)
Tatu Saloranta3e08b402014-10-16 22:49:33 -070015
Tatu Salorantab4eb9082014-11-24 18:03:27 -080016#47: Add `@JsonCreator.mode` property to explicitly choose between delegating- and property-based creators
Cowtowncoder3cb23562014-12-04 13:20:26 -080017#48: Allow `@JsonView` for (method) parameters too
Tatu Salorantaede5f8d2014-12-06 15:26:03 -080018#49: Add `@JsonTypeInfo.skipWritingDefault`
Tatu Saloranta469b4742014-12-09 21:00:23 -080019#50: Add `ObjectIdGenerator.maySerializeAsObject()`,
20 `ObjectIdGenerator.ObjectIdGenerator.maySerializeAsObject()` to support JSOG
Tatu Saloranta3e08b402014-10-16 22:49:33 -070021- Added `@JsonInclude.content` to allow specifying inclusion criteria
22 for `java.util.Map` entries separate from inclusion of `Map` values
23 themselves
24
Tatu Salorantafe4139c2014-11-24 18:01:06 -0800252.4.4 (24-Nov-2014)
Tatu Saloranta116a96e2014-11-06 08:26:17 -0800262.4.3 (02-Oct-2014)
Tatu Salorantaf6675b02014-10-02 18:57:02 -0700272.4.2 (13-Aug-2014)
282.4.1
29
30No changes since 2.4.0.
31
Tatu Saloranta90f9db82014-06-15 15:13:19 -0700322.4.0 (29-May-2014)
33
Tatu Salorantad7e541c2014-03-14 21:21:02 -070034#31: Allow use of `@JsonPropertyOrder` for properties (not just classes)
Tatu Salorantad9f31b72014-04-09 19:23:11 -070035#32: Add `@JsonProperty.index`
Tatu Salorantab61db142014-03-27 20:36:01 -070036- Add `JsonFormat.Value#timeZoneAsString` (needed by Joda module)
Tatu Salorantadf34a312014-05-07 18:25:04 -070037- Add `@JsonRootName.namespace` to allow specifying of namespace with
38 standard Jackson annotations (not just XML-specific ones that dataformat-xml
39 provides)
Tatu Salorantad7e541c2014-03-14 21:21:02 -070040
Tatu Saloranta94e157f2014-05-29 09:44:56 -0700412.3.2 (01-Mar-2014)
Tatu Saloranta35126792014-03-27 19:57:02 -0700422.3.1 (28-Dec-2013)
Tatu75f446b2014-01-02 12:31:37 -0800432.3.0 (13-Nov-2013)
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -080044
Tatu Salorantad8d2e812013-07-25 18:48:07 -070045#13: Add `@JsonPropertyDescription`
46 (suggested by Net-A-Porter@github)
Tatu Saloranta18c5e262013-09-12 18:14:05 -070047#20: Allow use of `@JsonFilter` for properties (via fields, methods,
48 constructor parameters)
Tatud003e822013-10-25 10:29:08 -070049(note: although #15 -- Add `JsonTypeInfo.As.EXISTING` property to support new
50 variation for including Type Id was included, jackson-databind does not
51 yet support it as of 2.3.0)
Tatu Salorantaa431ceb2013-07-24 22:45:05 -070052
Tatu75f446b2014-01-02 12:31:37 -0800532.2.3 (23-Aug-2013)
Tatu Salorantad713c9f2013-06-06 14:01:02 -0700542.2.2 (26-May-2013)
55
Tatu Saloranta35126792014-03-27 19:57:02 -070056No changes since 2.2.1
Tatu Salorantad713c9f2013-06-06 14:01:02 -070057
Tatu Saloranta29299cf2013-05-26 21:26:21 -0700582.2.1 (03-May-2013)
59
60- Moved LICENSE file under 'META-INF/' in jar
61
Tatu Saloranta49870312013-04-26 16:43:55 -0700622.2.0 (22-Apr-2013)
63
Tatu Saloranta35126792014-03-27 19:57:02 -070064No changes since 2.1.1
Tatu Saloranta49870312013-04-26 16:43:55 -070065
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -0800662.1.1 (11-Nov-2012)
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -080067
68Fixes:
69
70* Make ObjectIdGenerator java.io.Serializable (needed when serializing
71 ObjectMappers/-Writers/-Readers)
72
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -0800732.1.0 (08-Oct-2012)
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070074
Tatu Salorantaccbc0862012-08-24 12:42:04 -070075New features:
76
77* [Issue#4]: Add '@JsonIdentityReference', to support use case where values of
78 a specific reference property are always serialized as ids, never as full POJO
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070079
Tatu Saloranta0ba14012012-10-04 17:36:10 -070080Improvements:
81
82* Added '@JsonIdentityInfo.firstAsID' property, to allow forcing all references
83 to an Object to be serialized as id, including first one.
84* Fix OSGi artifact name to be fully-qualified
85
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070086
872.0.2 (14-May-2012)
Tatu Saloranta52654bd2012-04-22 10:35:46 -070088
Tatu Saloranta227498d2012-05-14 18:40:12 -070089Fixes:
90
91* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
92 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070093 (reported Pascal G)
94
Tatu Saloranta227498d2012-05-14 18:40:12 -0700952.0.1 (22-Apr-2012)
96
97Fixes:
98
99* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
100 required 1.6)
101 (reported Pascal G)
102
Tatu Saloranta52654bd2012-04-22 10:35:46 -07001032.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -0700104
105Improvements:
106
107* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
108 new '@JsonTypeInfo.visible' property to true.
109* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
110 (requested by Aner P)
111* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -0800112
113New features:
114
Tatu Salorantaf7404ed2012-03-25 11:41:23 -0700115* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
116 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -0800117* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -0700118* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
119* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
120 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
121
122Other:
123
124* Lots of miscellaneous refactoring; moving most annotations from
125 databind into this package; only leaving ones that depend on
126 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -0800127
128------------------------------------------------------------------------
129=== History: ===
130------------------------------------------------------------------------
131
132[entries for versions 1.x and earlier not retained; refer to earlier releases)