Releases: eclipse-ee4j/parsson
Releases · eclipse-ee4j/parsson
1.1.9
1.1.8
What's Changed
- Update deprecated GH actions by @jbescos in #136
- Make JsonArrayImpl implement RandomAccess by @marschall in #135
- Implement JsonStructureParser.currentEvent() by @marschall in #134
- Remove unused method by @pzygielo in #137
- Rename parameter to match field by @pzygielo in #138
- Implement JsonStructureParser#getValue methods by @marschall in #140
- Use assertThrows by @marschall in #142
- Fix compilation failes by @marschall in #144
- Adding Dependabot for dependency management by @mswatosh in #148
- json input size limit by @jbescos in #169
- Add Maven Central publishing release profile by @jbescos in #170
New Contributors
- @marschall made their first contribution in #135
- @mswatosh made their first contribution in #148
Full Changelog: 1.1.7...1.1.8
1.1.7
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