Apache Sling Commons Johnzon Wrapper Library

Clone this repo:
  1. 06b9bfd SLING-12866 - Restrict force pushes, auto-delete branches on merge by Robert Munteanu · 4 weeks ago master
  2. 3afb4b7 SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org by Robert Munteanu · 10 months ago
  3. 4a24403 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 1 year, 9 months ago
  4. f86b63f [maven-release-plugin] prepare release org.apache.sling.commons.johnzon-2.0.0 by Carsten Ziegeler · 1 year, 9 months ago org.apache.sling.commons.johnzon-2.0.0
  5. 7c7db8e SLING-12182 : Provide wrapper for Apache Johnzon 2.0 by Carsten Ziegeler · 1 year, 9 months ago

Apache Sling

Build Status Coverage Sonarcloud Status JavaDoc Maven Central License

Apache Sling Commons Johnzon Wrapper Library

This module is part of the Apache Sling project.

Apache Johnzon powered jakarta.json library.

This wrapper allows to use JSON-P 1.1 with Apache Johnzon in an OSGi container without requiring an OSGi ServiceLoader Mediator implementation like SPI Fly by overwriting the JSONProvider to always load Apache Johnzon and not relying on the Service Loader.

See also JOHNZON-108 and GERONIMO-6640.