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 0983e2d  Update JSON-P version from 1.1 to 2.1 in README
0983e2d is described below

commit 0983e2d6f35e07db8bf54fa5256cad85eb3f4df5
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Oct 8 13:31:12 2025 +0200

    Update JSON-P version from 1.1 to 2.1 in README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1403613..95b42b8 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,6 @@ This module is part of the [Apache 
Sling](https://sling.apache.org) project.
 
 [Apache Johnzon](https://johnzon.apache.org/) powered jakarta.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.
+This wrapper allows to use [JSON-P 2.1](https://javaee.github.io/jsonp/) 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).

Reply via email to