File tree 2 files changed +16
-6
lines changed
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,9 @@ Sebastien Dionne:
7
7
8
8
* Suggested Issue-23: Add @JacksonXmlText annotation (alias for JAXB @XmlValue),
9
9
to support case of property values as 'unwrapped' text
10
- [2.0.1]
10
+ (2.0.1)
11
+
12
+ Pascal Gelinas:
13
+
14
+ * Reported and fixed #84: Problem with @JacksonXmlText when property output is suppressed
15
+ (2.3.1)
Original file line number Diff line number Diff line change 1
1
Project: jackson-dataformat-xml
2
- Version: 2.3.0 (14-Nov-2013)
2
+ Version: 2.3.1 (xx-Dec-2013)
3
+
4
+ #84: Problem with @JacksonXmlText when property output is suppressed
5
+ (contributed by Pascal G)
6
+
7
+ ------------------------------------------------------------------------
8
+ === History: ===
9
+ ------------------------------------------------------------------------
10
+
11
+ 2.3.0 (14-Nov-2013)
3
12
4
13
#38: Support root-level Collection serialization
5
14
#64: Problems deserializing unwrapped lists, with optional (and missing) attribute.
6
15
#71: Fix issues with `XmlMapper.convertValue()`
7
16
- Add support for `JsonGenerator.Feature.WRITE_BIGDECIMAL_AS_PLAIN`
8
17
- Improved indentation
9
18
10
- ------------------------------------------------------------------------
11
- === History: ===
12
- ------------------------------------------------------------------------
13
-
14
19
2.2.3 (22-Aug-2013):
15
20
16
21
No functional changes.
You can’t perform that action at this time.
0 commit comments