[maven-release-plugin] prepare for next development iteration
1 file changed
tree: 85aa3753f5986f15ecc5553037701967dd0bfe47
  1. src/
  2. .asf.yaml
  3. .gitignore
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

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.