[jackson-annotations] 44/207: Update readables for 2.0.0 release

Timo Aaltonen tjaalton at moszumanska.debian.org
Sat Sep 6 13:55:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository jackson-annotations.

commit f7404ed5d3829c88d9cfa12c13c2810806d1302a
Author: Tatu Saloranta <tsaloranta at gmail.com>
Date:   Sun Mar 25 11:41:23 2012 -0700

    Update readables for 2.0.0 release
---
 release-notes/VERSION | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/release-notes/VERSION b/release-notes/VERSION
index 3fc1bae..dbd80bb 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -1,14 +1,33 @@
 Version: 2.0.0
 
 Release date:
-  xx-Feb-2012
+  25-Mar-2012
 
 Description:
-  The son of Jackson! Behold...
+  The official 2.0 release of Jackson.
+
+Improvements:
+
+* [JACKSON-437]: Allow injecting of type id as POJO property, by setting
+  new '@JsonTypeInfo.visible' property to true.
+* [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
+  (requested by Aner P)
+* [JACKSON-787]: @JsonIgnoredProperties can be used on properties too
 
 New features:
 
+* [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
+  with @JsonIdentityInfo
 * [JACKSON-714] Add general-purpose '@JsonFormat' annotation
+* [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
+* [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
+  bundles" (also: AnnotationIntrospector.isAnnotationBundle())
+
+Other:
+
+* Lots of miscellaneous refactoring; moving most annotations from
+  databind into this package; only leaving ones that depend on
+  databind package types
 
 ------------------------------------------------------------------------
 === History: ===

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git



More information about the pkg-java-commits mailing list