Releases: eclipse-ee4j/parsson
Releases · eclipse-ee4j/parsson
1.1.6
What's Changed
- Load optional UTF-32 charsets lazily #121 by @danielkec in #122
- [#112]Corrected skip methods behavior of JsonParserImpl; by @api-from-the-ion in #113
- JUnit5 by @api-from-the-ion in #115
- Fixes by @lukasj in #124
- update parent to 1.0.9, by @lukasj in #125
New Contributors
- @danielkec made their first contribution in #122
- @api-from-the-ion made their first contribution in #113
Full Changelog: 1.1.5...1.1.6
Parsson 1.1.5
What's Changed
- Corrupted OSGi manifest header fix by @ideas-into-software in #107
- Integrate latest dependencies by @lukasj in #110
New Contributors
- @ideas-into-software made their first contribution in #107
Full Changelog: 1.1.4...1.1.5
Parsson 1.1.4
What's Changed
- BigInteger scale limit counts absolute value now. by @Tomas-Kraus in #100
Full Changelog: 1.1.3...1.1.4
Parsson 1.1.3
What's Changed
- 1.1.2 release by @lukasj in #89
- #91: Stack overflow error caused by jakarta.json parsing of untrusted JSON String by @lukasj in #92
- update build plugins by @lukasj in #93
- improve compatibility with OSGi mediator by @lukasj in #96
- #77: JsonTokenizer.close() recycles its buffer for each call to close() by @lukasj in #97
- #90: MapUtil.handle does not support Array objects by @lukasj in #98
Full Changelog: 1.1.2...1.1.3
Parsson 1.0.4
Parsson 1.1.2
What's Changed
- 1.1.1 release by @lukasj in #70
- Fix links in README.md by @pzygielo in #76
- Remove unused private field by @pzygielo in #75
- Limit BigDecimal scale value for JsonNumber#bigIntegerValue() and JsonNumber#bigIntegerValueExact() by @Tomas-Kraus in #78
- package-info.class files inside org.eclipse.parsson:jakarta.json are compiled with the wrong Java version #73 by @jbescos in #74
- Limit maximum number of characters of BigDecimal source being parsed. by @Tomas-Kraus in #80
- Fixed failing TCK: jsonParserFactoryTest6 by @Tomas-Kraus in #83
- bump project version to 1.1.3-SNAPSHOT by @lukasj in #85
- update build plugins by @lukasj in #86
- Integrate JSON API 2.1.2 by @lukasj in #87
- version should have been 1.1.2-SNAPSHOT :-( by @lukasj in #88
New Contributors
Full Changelog: 1.1.1...1.1.2
Parsson 1.0.3
What's Changed
- BigInteger/BigDecimal limits backport to EE9 by @Tomas-Kraus in #82
- Fixed failing TCK: jsonParserFactoryTest6 by @Tomas-Kraus in #84
Full Changelog: 1.0.2...1.0.3
Parsson 1.1.1
What's Changed
- Huge demo jars #52 by @jbescos in #53
- add tck run to the PR check by @lukasj in #58
- JsonGenerator#close() is not idempotent and may cause data corruption. by @jbescos in #55
- Add toString, equals, hashCode in JsonMergePatch by @jbescos in #56
- #61: Parsson media do not work with injection framework on module path by @lukasj in #62
- use constructor injection for @context by @lukasj in #64
- fix osgi imports in the bundle, by @lukasj in #67
- integrate latest dependencies by @lukasj in #68
- add pointer to eclipse project page to the readme by @lukasj in #69
Full Changelog: 1.1.0...1.1.1