File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
Project: jackson-core
2
- Version: 2.4.4 (xx-xxx-2014)
3
2
4
- #157: ArrayIndexOutOfBoundsException: 200 on numbers with more than 200 digits.
5
- (reported by Lars P, larsp@github)
6
- - Fix `JsonGenerator.setFeatureMask()` to better handle dynamic changes.
3
+ Contains core streaming reader (`JsonParser`) and writer (`JsonGenerator`) abstractions,
4
+ factory for constructing readers/writers (JsonFactory). as well as a minimal set
5
+ of interfaces needed for streaming level to make callbacks and call-throughs,
6
+ via `ObjectCodec` and `TreeNode`.
7
+
8
+ Also includes implementation of abstractsion for JSON,
9
+ Forms the base for other data formats as well, despite naming that suggests
10
+ json-specificity (naming due to historical reasons).
7
11
8
12
------------------------------------------------------------------------
9
- === History: ===
13
+ === Releases ===
10
14
------------------------------------------------------------------------
11
15
16
+ 2.4.4 (24-Nov-2014)
17
+
18
+ #157: ArrayIndexOutOfBoundsException: 200 on numbers with more than 200 digits.
19
+ (reported by Lars P, larsp@github)
20
+ - Fix `JsonGenerator.setFeatureMask()` to better handle dynamic changes.
21
+
12
22
2.4.3 (02-Oct-2014)
13
23
14
24
#152: Exception for property names longer than 256k
You can’t perform that action at this time.
0 commit comments