Reverted functionality planned and implemented for [JACKSON-115], to instead implement equivalent functionality as detailed in [JACKSON-120]. Basically, instead of making @JsonClass work for serialization, add @JsonSerialize that can do this and multiple other related configurations.
diff --git a/release-notes/VERSION b/release-notes/VERSION
index ae09eda..6372caf 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -6,10 +6,9 @@
Description:
Development snapshot from trunk, for eventual 1.1 release
+ Fixes:
Improvements:
-
- * [JACKSON-115] Improve handling of @JsonClass so that it can be
- used with serialization too
+ New features:
------------------------------------------------------------------------
== History: ==