Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 1341356

Browse files
authored
Update README.md
1 parent b7bec3e commit 1341356

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

README.md

+3-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,6 @@
11
# JSON Processing (JSON-P)
22

3-
This projects contains API and Reference Implementation (RI) of JSR-374.
4-
The Java API for JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents.
3+
This project has been moved to the Eclipse Foundation:
4+
https://github.com/eclipse-ee4j/jsonp
55

6-
## Build
7-
Use the following command:
8-
```bash
9-
mvn -U -C clean install -Dnon.final=true
10-
```
11-
12-
## Licensing
13-
14-
### JSON-P API
15-
[Java API for JSON Processing 1.1 specification license](https://jcp.org/aboutJava/communityprocess/licenses/jsr374/JSR_374-Spec-Java_API_for_JSON_Proc-1.1-11.25.14.pdf)
16-
17-
### JSON-P RI
18-
19-
Commercial use:
20-
21-
The RI will be available for commercial use under the [CDDL 1.1](https://oss.oracle.com/licenses/CDDL+GPL-1.1) open source license, the [GPLv2 with Classpath Exception](https://oss.oracle.com/licenses/CDDL+GPL-1.1) open source license, or this [license](https://jcp.org/aboutJava/communityprocess/licenses/jsr374/OCSL-JSR_374-Java_API_for_JSON_Processing-1.1-AttachD-11.25.14.pdf).
22-
23-
Non-Commercial use:
24-
25-
The RI will be available for non-Commercial use under the [CDDL 1.1](https://oss.oracle.com/licenses/CDDL+GPL-1.1) open source license or the [GPLv2 with Classpath Exception](https://oss.oracle.com/licenses/CDDL+GPL-1.1) open source license.
26-
27-
28-
## Links
29-
- JSON-P official web site: https://javaee.github.io/jsonp
30-
- JSR-374 page on JCP site: https://jcp.org/en/jsr/detail?id=374
6+
This repository is now read only and won't be updated.

0 commit comments

Comments
 (0)