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 df8fb26  Fix JSON-P link
df8fb26 is described below

commit df8fb26f511b2ea70b336b74fad808fe8afbfe2c
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Oct 8 13:33:56 2025 +0200

    Fix JSON-P link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 95b42b8..d1382e2 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 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.
+This wrapper allows to use [JSON-P 
2.1](https://jakartaee.github.io/jsonp-api/) 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