-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
CREDITS
34 lines (24 loc) · 1.07 KB
/
CREDITS
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
Here are people who have contributed to the development of Jackson JSON processor
databind core component, version 3.x
(version numbers in brackets indicate release in which the problem was fixed)
(note: for older credits, see `CREDITS-2.x` instead)
Author: Tatu Saloranta, [email protected]: author
Co-Authors (with only partial listings below):
* Joo Hyuk Kim (@JooHyukKim)
* PJ Fanning (@pjfanning)
* Sim Yih Tsern (@yihtsern)
----------------------------------------------------------------------------
Alexander Koshman (@akoshman)
* Requested #1600: Serializing locale with underscore, not standard hyphen
[3.0.0]
@XakepSDK
* Requested #2013: Allow use of `java.nio.file.Path` for `readValue()`, `writeValue()`
[3.0.0]
* Requested #2411: `valueToTree()` during serialization (via `SerializerProvider()`)
[3.0.0]
Sven Döring (@sdoeringNew)
* Contributed #2013: Allow use of `java.nio.file.Path` for `readValue()`, `writeValue()`
[3.0.0]
Michael Dillon (@michaelcdillon)
#2593: StackTraceElement w/ >= Java 9 doesn't deserialize properly
(requested by Michael D)