Skip to content

Releases: jakartaee/jsonp-api

Jakarta JSON Processing 2.1.3

28 Mar 19:07
Compare
Choose a tag to compare

What's Changed

  • technical merge for release branch 2.1.2 by @senivam in #397
  • add support for OSGi Service Loader Mediator by @lukasj in #400

Full Changelog: 2.1.2-RELEASE...2.1.3-RELEASE

Jakarta JSON Processing 2.1.2

22 May 06:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1-RELEASE...2.1.2-RELEASE

Jakarta JSON Processing 2.1.1

21 Jul 09:03
Compare
Choose a tag to compare

What's Changed

  • remove garbage character between output and source by @kazumura in #368
  • #376: JsonProviderTest fails if run after other Junits in a test suite by @lukasj in #380
  • update build plugins by @lukasj in #382
  • remove obsolete tck runner belonging to the implementation project(s) by @lukasj in #381
  • make the build jdk18 friendly (no comp warnings) by @lukasj in #386

New Contributors

Full Changelog: 2.1.0-RELEASE...2.1.1-RELEASE

Jakarta JSON Processing 2.1.0

03 May 22:00
Compare
Choose a tag to compare

This release contains following changes:

  • added API to create JsonValue from primitive types
  • added API to create get JsonValue from java.lang.Number type
  • added API to get current event from the JsonParser
  • added standard property to handle duplicated keys
  • clarified behaviour of JsonObjectBuilder.build() method
  • clarified behaviour of JsonGenerator.close() method
  • changed type bounds of a Map argument in Json.createObjectBuilder(Map): JsonObjectBuilder method
  • added definition of exceptions thrown by JsonParser.getValue()/getObject()/getArray() methods
  • removed (default) implementation from the specification API artifact and moved the implementation to the separate project (Eclipse Parsson)
  • provided standalone, Apache Maven based TCK

New Contributors

Project Board: https://github.com/eclipse-ee4j/jsonp/projects/1
Full Changelog: https://github.com/eclipse-ee4j/jsonp/commits/2.1.0-RELEASE

Jakarta JSON Processing 2.0.0

27 Oct 11:41
Compare
Choose a tag to compare

The 2.0.0 release is the first release under the jakarta.json.* namespace.