File: VERSION

package info (click to toggle)
jackson-module-jaxb-annotations 2.8.10-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 456 kB
  • sloc: java: 4,182; xml: 82; makefile: 2; sh: 1
file content (210 lines) | stat: -rw-r--r-- 4,547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
Project: jackson-module-jaxb-annotations

------------------------------------------------------------------------
=== Releases ===
------------------------------------------------------------------------

2.9.0 (not yet released)

2.8.10 (24-Aug-2017)
2.8.9 (12-Jun-2017)
2.8.8 (05-Apr-2017)
2.8.7 (21-Feb-2017)
2.8.6 (12-Jan-2017)
2.8.5 (14-Nov-2016)
2.8.4 (14-Oct-2016)

No changes since 2.8.3

2.8.3 (17-Sep-2016)

#61: Transient fields serialized when @XmlAccessorType(XmlAccessType.FIELD)
  is present
 (reported by dsharp1@github)

2.8.2 (30-Aug-2016)
2.8.1 (20-Jul-2016)
2.8.0 (04-Jul-2016)

No changes since 2.7

2.7.9 (not yet released)

#63: Error in type resolution of reference type (`Optional`)
 (reported by adrianriley@github)

2.7.8 (26-Sep-2016)
2.7.7 (27-Aug-2016)
2.7.6 (23-Jul-2016)
2.7.5 (11-Jun-2016)
2.7.4 (29-Apr-2016)

No changes since 2.7.3

2.7.3 (16-Mar-2016)

- Minor changes to `JaxbAnnotationIntrospector.findEnumValues()` to help
  with proper merging of explicit name overrides.

2.7.2 (26-Feb-2016)

- Change build to produce JDK6-compatible jar, to allow use on JDK6 runtime

2.7.1 (02-Feb-2016)

No change since 2.7.0.

2.7.0 (09-Jan-2016)

#52: Add a feature in `JaxbAnnotationIntrospector` to define meaning of
  `nillable=false` as "JsonInclude.NON_EMPTY"

2.6.6 (05-Apr-2016)
2.6.5 (19-Jan-2016)
2.6.4 (07-Dec-2015)
2.6.3 (12-Oct-2015)

No changes since 2.6.2

2.6.2 (15-Sep-2015)

#47: JaxbAnnotationIntrospector does not pick up 'required' property of @XmlAttribute
 (reported by phantomjinx@github)

2.6.1 (09-Aug-2015)
2.6.0 (19-Jul-2015)

No changes since 2.5.

2.5.4 (09-Jun-2015)

No changes since 2.5.3

2.5.3 (24-Apr-2015)

#40: XmlElementRef ignored if inside XmlElementWrapper
 (reported by gkresic@github)

2.5.2 (29-Mar-2015)

No changes since 2.5.1.

2.5.1 (06-Feb-2015)

#39: JaxbAnnotationIntrospector does not honor JsonInclude.Include.NON_EMPTY set on ObjectMapper
 (reported by jdmichal@github)

2.5.0 (01-Jan-2015)

#31: Add a way to configure name to use for `@XmlValue` annotated properties #31

2.4.4 (24-Nov-2014)

#32: fix deserialization of Collection with @XmlJavaTypeAdapter on method
 (contributed by Andy C, q3aiml@github)
#33: Using @XmlEnum to generate an enum of type Integer in json schema
 (requested by jesse8888@github)
- Fixes to handling of `@XmlValue` provided name (problem with #30 fix)

2.4.3 (03-Oct-2014)

No changes.

2.4.2 (14-Aug-2014)

#30: Need a way to override name @XmlValue induces when not doing XML

2.4.1 (17-Jun-2014)

No changes since 2.4.0.

2.4.0 (02-Jun-2014)

No functional changes.

2.3.3 (10-Apr-2014)
2.3.2 (01-Mar-2014)
2.3.1 (28-Dec-2013)

No functional changes.

2.3.0 (14-Nov-2013)

#25: @XmlElementWrapper() should work wrt USE_WRAPPER_NAME_AS_PROPERTY_NAME,
  use underlying "default" property name

2.2.3 (23-Aug-2013)

#21: Add LICENSE, NOTICE in jar

2.2.2 (27-May-2013)
2.2.1 (03-May-2013)

No changes.

2.2.0 (22-Apr-2013)

* Fixed last problems with identity adapters resolved
* Improved handling of adapters for Map types

2.1.2 (04-Dec-2012)

* [Issue#16]: Problems with XmlAdapters for deserialization contents of
  Collection types
 (reported by rcpoison@github)
* Changed JaxbAnnotationIntrospector to force access if need be (mostly
  needed for constructing Adapter instances)

2.1.1 (11-Nov-2012)

No functional changes.

2.1.0 (08-Oct-2012)

Improvements:

* [Issue#1]: Support @XmlSeeAlso for specifying subtypes
* [Issue#10]: (partial) support for "identity" adapters, for property adapters
 (but not yet for class-annotated)
* [Issue#11]: Add 'JaxbAnnotationModule.setFirstAsId()' to support alternative
 Object Id serialization ("always-as-id" instead of "first-as-POJO-then-as-id")

2.0.5 (27-Jul-2012)

Fixes:

* [Issue-9]: Problems with multiple @XmlID, @XmlIDREF properties

2.0.4 (26-Jun-2012)

No fixes or changes, released along with other core components

2.0.3 (15-Jun-2012)

Fixes:

* [Issue-7] Handling of @XmlElementWrapper incorrect wrt @XmlElement
 (wrong precedence), when used with Jackon XML backend
* [Issue-8] Incorrect matching of XmlAdapter/@XmlJavaTypeAdapter, Collection
 types
 (reported by @stoyarchukav)

2.0.2 (14-May-2012)

No fixes; updated core dependencies to 2.0.2.

2.0.1 (23-Apr-2012)

* Made compilation target 1.5; should now work on JDK 1.5

2.0.0 (25-Mar-2012)

Fixes:

* [JACKSON-722]: Ability to use @XmlJavaTypeAdapter for List/Map values

New features:

* [Issue#2]: Support @XmlID, @XmlIDREF

[entries for versions 1.x and earlier not retained; refer to earlier releases)