forked from FasterXML/jackson-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCREDITS
More file actions
46 lines (34 loc) · 1.42 KB
/
CREDITS
File metadata and controls
46 lines (34 loc) · 1.42 KB
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
Here are people who have contributed to the development of Jackson JSON processor
core component, version 3.x
(version numbers in brackets indicate release in which the problem was fixed)
(note: for older credits, check out `CREDITS-2.x`)
Tatu Saloranta, tatu.saloranta@iki.fi: author
PJ Fanning (pjfanning@github): co-author (2.15+)
----------------------------------------------------------------------------
Sven Döring (@sdoeringNew)
* Contributed #680: Allow use of `java.nio.file.Path` as parser source, generator target
(3.0.0)
@sri-adarsh-kumar
* Contributed #1288: Add new method like `JsonParser.readText(Writer)` (and
implementation) for truly non-buffering reads
(3.1.0)
Nicholas Rayburn (@nrayburn-tech)
* Contributed #1514: Additional configuration to closer match Jackson 2 behavior
(3.1.0)
Henri Biström (@hb16)
* Reported #1527: `TokenStreamFactory.createNonBlockingByteBufferParser()` return type wrong
(3.1.0)
Afzal Najam (@AfzalivE)
* Reported #1541: Unexpected Illegal surrogate character when parsing field names
(3.1.0)
Prabhav Srinath (@sprabhav7)
* Reported #1553: Max Depth validation not working for `DataInput`-backed `JsonParser`s
in 3.0
(3.1.0)
Rohan Nagendra (@rohan-repos)
* Reported #1553: Max Depth validation not working for `DataInput`-backed `JsonParser`s
in 3.0
(3.1.0)
Antonin Janec (@xtonik)
* Contributed #1576: Use Java 17 intrinstics for long multiplication
(3.2.0)