Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-java@lists.debian.org
* Package name : libparsson-java Version : 1.1.6 Upstream Contact: Lukas Jungmann <lukas.jungm...@oracle.com> * URL : https://github.com/eclipse-ee4j/parsson https://projects.eclipse.org/projects/ee4j.parsson * License : EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 Programming Lang: Java Description : Implementation of Jakarta JSON Processing specification Eclipse Parsson™ provides an implementation of Jakarta JSON Processing Specification. It allows processing (e.g. parse, generate, transform and query) JSON documents. It produces and consumes JSON in a streaming fashion (similar to StAX API for XML) and allows to build a Java object model for JSON using API classes (similar to DOM API for XML). While Debian ships libjsonp2-java which provides jakarta.json, there is actually no package which implements its DEFAULT_PROVIDER which is org.eclipse.parsson.JsonProviderImpl org.eclipse.parsson.JsonProviderImpl is shipped in parsson. Please consider shipping parsson. BTW jakarta.json replaces javax.json which has been archived on 2024-11-07 on github (see [1]) in favor of Eclipse EE4J parsson. Its README [2] states: This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the corresponding Eclipse repository. See here for the overall EE4J transition status. [1] https://github.com/javaee/jsonp/ [2] https://github.com/javaee/jsonp/blob/master/README.md