Releases: jakartaee/jsonp-api
Releases · jakartaee/jsonp-api
Jakarta JSON Processing 2.1.3
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
What's Changed
- 2.1.1 by @lukasj in #394
- Wrong version 53 package-info by @jbescos in #389
- Fix JsonParser javadoc by @marcwrobel in #390
- update build plugins by @lukasj in #395
New Contributors
- @marcwrobel made their first contribution in #390
Full Changelog: 2.1.1-RELEASE...2.1.2-RELEASE
Jakarta JSON Processing 2.1.1
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
This release contains following changes:
- added API to create
JsonValue
from primitive types - added API to create get
JsonValue
fromjava.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 inJson.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
- @Verdent
- @Cousjava
- @leadpony
- @jansupol
- @jesperdj
- @gawi
- @jhinch-at-atlassian-com
- @dylanbehetre
- @jbescos
- @pzygielo
- @lmsurpre
- @tvallin
- @JohnTimm
- @senivam
- @sullis
- @aserkes
- @gurunrao
- @alwin-joseph
- @gurunandan-rao
- @scottmarlow
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
The 2.0.0 release is the first release under the jakarta.json.*
namespace.