Skip to content

Commit f5247b1

Browse files
committed
Issue #23 SEO: remove speculative language; keep neutral, non-committal descriptions
1 parent dd7a327 commit f5247b1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# java.util.json – Official JSON API Backport for Java 21
1+
# java.util.json – Backport for Java 21 (OpenJDK sandbox)
22

3-
Early access backport of the proposed `java.util.json` JDK API (from the OpenJDK jdk‑sandbox “json” branch) for use on Java 21+.
4-
This project provides the standard JSON API for Java ahead of time: immutable JSON value types, parsing utilities, and examples aligned with a potential future JEP.
3+
Experimental backport of the proposed `java.util.json` API from the OpenJDK jdk‑sandbox “json” branch for use on Java 21+.
4+
This project is not an official release; APIs and behavior may change as upstream evolves.
55

66
References:
77
- OpenJDK sandbox “json” branch: https://github.com/openjdk/jdk-sandbox/tree/master/src/java.json

json-java21-api-tracker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<packaging>jar</packaging>
1515

1616
<name>java.util.json Java21 Backport Upstream API Tracker</name>
17-
<description>Compares the OpenJDK sandbox java.util.json API to this Java 21 backport and reports differences to maintain alignment with upstream.</description>
17+
<description>Compares the OpenJDK sandbox java.util.json API to this Java 21 backport and reports differences to track upstream changes. Experimental tooling.</description>
1818

1919
<properties>
2020
<maven.compiler.release>21</maven.compiler.release>

json-java21/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<packaging>jar</packaging>
1515

1616
<name>java.util.json Java21 Backport (Core)</name>
17-
<description>Backport of the OpenJDK sandbox java.util.json API for Java 21+. Immutable JSON value types and parsing utilities aligned with the future JDK standard library.</description>
17+
<description>Backport of the OpenJDK sandbox java.util.json API adapted for Java 21+. Experimental; APIs and behavior may change as upstream evolves.</description>
1818

1919
<dependencies>
2020
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packaging>pom</packaging>
1111

1212
<name>java.util.json Java21 Backport Parent</name>
13-
<description>Backport of the OpenJDK sandbox java.util.json API for Java 21+. Provides immutable JSON value types and parsing utilities aligned with a potential future JDK JSON API.</description>
13+
<description>Backport of the OpenJDK jdk-sandbox java.util.json sources adapted for Java 21+. Experimental and subject to change; not an official OpenJDK release.</description>
1414
<url>https://simbo1905.github.io/java.util.json.Java21/</url>
1515

1616
<licenses>

0 commit comments

Comments
 (0)