Skip to content

Releases: eclipse-ee4j/parsson

1.1.6

05 Apr 14:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.5...1.1.6

Parsson 1.1.5

20 Oct 13:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.4...1.1.5

Parsson 1.1.4

20 Oct 13:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

Parsson 1.1.3

13 Jul 08:48
Compare
Choose a tag to compare

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

13 Jul 08:47
Compare
Choose a tag to compare

What's Changed

  • 1.0.3 release by @lukasj in #94
  • #91: Stack overflow error caused by jakarta.json parsing of untrusted JSON String by @lukasj in #95
  • sync build plugins with master by @lukasj in #99

Full Changelog: 1.0.3...1.0.4

Parsson 1.1.2

22 May 06:53
Compare
Choose a tag to compare

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

13 Jul 10:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

Parsson 1.1.1

21 Jul 10:22
Compare
Choose a tag to compare

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

Parsson 1.0.2

13 Jul 10:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

Parsson 1.0.1

13 Jul 10:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1