blob: 9d7c8f1df70adcb3202e7925b4e0ebe4a8c5d2f1 [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
6 (developers can line up all Jackson components with same patch version number)
Tatu75f446b2014-01-02 12:31:37 -08007
Tatu Saloranta90f9db82014-06-15 15:13:19 -07008------------------------------------------------------------------------
Tatu Salorantafe4139c2014-11-24 18:01:06 -08009=== Releases ===
Tatu Saloranta90f9db82014-06-15 15:13:19 -070010------------------------------------------------------------------------
11
Tatu Salorantafe4139c2014-11-24 18:01:06 -0800122.4.4 (24-Nov-2014)
132.4.3 (02-Oct-2014)
Tatu Salorantaf6675b02014-10-02 18:57:02 -0700142.4.2 (13-Aug-2014)
152.4.1
16
17No changes since 2.4.0.
18
Tatu Saloranta90f9db82014-06-15 15:13:19 -0700192.4.0 (29-May-2014)
20
Tatu Salorantad7e541c2014-03-14 21:21:02 -070021#31: Allow use of `@JsonPropertyOrder` for properties (not just classes)
Tatu Salorantad9f31b72014-04-09 19:23:11 -070022#32: Add `@JsonProperty.index`
Tatu Salorantab61db142014-03-27 20:36:01 -070023- Add `JsonFormat.Value#timeZoneAsString` (needed by Joda module)
Tatu Salorantadf34a312014-05-07 18:25:04 -070024- Add `@JsonRootName.namespace` to allow specifying of namespace with
25 standard Jackson annotations (not just XML-specific ones that dataformat-xml
26 provides)
Tatu Salorantad7e541c2014-03-14 21:21:02 -070027
Tatu Saloranta94e157f2014-05-29 09:44:56 -0700282.3.2 (01-Mar-2014)
Tatu Saloranta35126792014-03-27 19:57:02 -0700292.3.1 (28-Dec-2013)
Tatu75f446b2014-01-02 12:31:37 -0800302.3.0 (13-Nov-2013)
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -080031
Tatu Salorantad8d2e812013-07-25 18:48:07 -070032#13: Add `@JsonPropertyDescription`
33 (suggested by Net-A-Porter@github)
Tatu Saloranta18c5e262013-09-12 18:14:05 -070034#20: Allow use of `@JsonFilter` for properties (via fields, methods,
35 constructor parameters)
Tatud003e822013-10-25 10:29:08 -070036(note: although #15 -- Add `JsonTypeInfo.As.EXISTING` property to support new
37 variation for including Type Id was included, jackson-databind does not
38 yet support it as of 2.3.0)
Tatu Salorantaa431ceb2013-07-24 22:45:05 -070039
Tatu75f446b2014-01-02 12:31:37 -0800402.2.3 (23-Aug-2013)
Tatu Salorantad713c9f2013-06-06 14:01:02 -0700412.2.2 (26-May-2013)
42
Tatu Saloranta35126792014-03-27 19:57:02 -070043No changes since 2.2.1
Tatu Salorantad713c9f2013-06-06 14:01:02 -070044
Tatu Saloranta29299cf2013-05-26 21:26:21 -0700452.2.1 (03-May-2013)
46
47- Moved LICENSE file under 'META-INF/' in jar
48
Tatu Saloranta49870312013-04-26 16:43:55 -0700492.2.0 (22-Apr-2013)
50
Tatu Saloranta35126792014-03-27 19:57:02 -070051No changes since 2.1.1
Tatu Saloranta49870312013-04-26 16:43:55 -070052
Tatu Salorantaa8ca29b2012-11-12 14:30:14 -0800532.1.1 (11-Nov-2012)
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -080054
55Fixes:
56
57* Make ObjectIdGenerator java.io.Serializable (needed when serializing
58 ObjectMappers/-Writers/-Readers)
59
Tatu Saloranta4b6fd6a2012-11-11 15:36:08 -0800602.1.0 (08-Oct-2012)
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070061
Tatu Salorantaccbc0862012-08-24 12:42:04 -070062New features:
63
64* [Issue#4]: Add '@JsonIdentityReference', to support use case where values of
65 a specific reference property are always serialized as ids, never as full POJO
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070066
Tatu Saloranta0ba14012012-10-04 17:36:10 -070067Improvements:
68
69* Added '@JsonIdentityInfo.firstAsID' property, to allow forcing all references
70 to an Object to be serialized as id, including first one.
71* Fix OSGi artifact name to be fully-qualified
72
Tatu Saloranta1e2b4042012-05-14 19:42:57 -070073
742.0.2 (14-May-2012)
Tatu Saloranta52654bd2012-04-22 10:35:46 -070075
Tatu Saloranta227498d2012-05-14 18:40:12 -070076Fixes:
77
78* OSGi bundle name was accidentally changed in 2.0.1; reverted back to one
79 used in 2.0.0, earlier
Tatu Saloranta52654bd2012-04-22 10:35:46 -070080 (reported Pascal G)
81
Tatu Saloranta227498d2012-05-14 18:40:12 -0700822.0.1 (22-Apr-2012)
83
84Fixes:
85
86* [JACKSON-827] Fix incompatibilities with JDK 1.5 (2.0.0 accidentally
87 required 1.6)
88 (reported Pascal G)
89
Tatu Saloranta52654bd2012-04-22 10:35:46 -0700902.0.0 (25-Mar-2012)
Tatu Salorantaf7404ed2012-03-25 11:41:23 -070091
92Improvements:
93
94* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
95 new '@JsonTypeInfo.visible' property to true.
96* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
97 (requested by Aner P)
98* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
Tatu Saloranta39a4a282012-02-24 16:00:54 -080099
100New features:
101
Tatu Salorantaf7404ed2012-03-25 11:41:23 -0700102* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
103 with @JsonIdentityInfo
Tatu Saloranta39a4a282012-02-24 16:00:54 -0800104* [JACKSON-714] Add general-purpose '@JsonFormat' annotation
Tatu Salorantaf7404ed2012-03-25 11:41:23 -0700105* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
106* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
107 bundles" (also: AnnotationIntrospector.isAnnotationBundle())
108
109Other:
110
111* Lots of miscellaneous refactoring; moving most annotations from
112 databind into this package; only leaving ones that depend on
113 databind package types
Tatu Saloranta39a4a282012-02-24 16:00:54 -0800114
115------------------------------------------------------------------------
116=== History: ===
117------------------------------------------------------------------------
118
119[entries for versions 1.x and earlier not retained; refer to earlier releases)