You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2019/12/23 07:30:59 UTC

[sling-org-apache-sling-commons-johnzon] branch master updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git


The following commit(s) were added to refs/heads/master by this push:
     new 69a0904  Update README.md
69a0904 is described below

commit 69a090477728ebabd23ff6b11dc2af8672229b9a
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Dec 23 08:30:53 2019 +0100

    Update README.md
---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a084725..889006b 100644
--- a/README.md
+++ b/README.md
@@ -6,4 +6,8 @@
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
-[Apache Johnzon](https://johnzon.apache.org/) powered javax.json library
+[Apache Johnzon](https://johnzon.apache.org/) powered javax.json library.
+
+This wrapper allows to use [JSON-P 1.1](https://jcp.org/aboutJava/communityprocess/pr/jsr374/index.html) with Apache Johnzon in an OSGi container without requiring an OSGi ServiceLoader Mediator implementation like [SPI Fly](https://aries.apache.org/modules/spi-fly.html) by overwriting the [JSONProvider](https://github.com/apache/sling-org-apache-sling-commons-johnzon/blob/master/src/main/java/javax/json/spi/JsonProvider.java) to always load Apache Johnzon and not relying on the Service Loader.
+
+See also [JOHNZON-108](https://issues.apache.org/jira/browse/JOHNZON-108) and [GERONIMO-6640](https://issues.apache.org/jira/browse/GERONIMO-6560).