Skip to content

Commit 690284e

Browse files
committed
docs
1 parent 44376a2 commit 690284e

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

index.html

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ <h1>java.util.json Backport for JDK 21+</h1>
7979
<h2>Quick Start</h2>
8080

8181
<h3>Maven Dependency</h3>
82-
<pre><code>&lt;dependency&gt;
83-
&lt;groupId&gt;jdk-sandbox&lt;/groupId&gt;
84-
&lt;artifactId&gt;json-experimental&lt;/artifactId&gt;
85-
&lt;version&gt;0.1-SNAPSHOT&lt;/version&gt;
86-
&lt;/dependency&gt;</code></pre>
82+
<pre><code>
83+
&lt;dependency&gt;
84+
&lt;groupId&gt;io.github.simbo1905.json&lt;/groupId&gt;
85+
&lt;artifactId&gt;java.util.json&lt;/artifactId&gt;
86+
&lt;version&gt;0.1.8&lt;/version&gt;
87+
&lt;/dependency&gt;
88+
</code></pre>
8789

8890
<h3>Simple Example</h3>
8991
<pre><code>import jdk.sandbox.java.util.json.*;
@@ -133,12 +135,16 @@ <h2>Resources</h2>
133135
<a href="https://github.com/openjdk/jdk-sandbox/tree/json" class="button secondary">OpenJDK Sandbox</a>
134136

135137
<h2>Status</h2>
136-
<p>This backport is based on OpenJDK sandbox commit <a href="https://github.com/openjdk/jdk-sandbox/commit/d22dc2ba89789041c3908cdaafadc1dcf8882ebf">d22dc2ba8</a>
137-
(July 2025). The API may evolve as the official specification develops.</p>
138+
<p>
139+
This code (as of 2025-09-04) is derived from the OpenJDK jdk-sandbox repository “json”
140+
branch at commit
141+
<a href="https://github.com/openjdk/jdk-sandbox/commit/a8e7de8b49e4e4178eb53c94ead2fa2846c30635">Produce path/col during path building</a>.
142+
The API may evolve as the official specification develops.
143+
</p>
138144

139145
<h2>License</h2>
140-
<p>Licensed under the GNU General Public License version 2 with Classpath exception,
146+
<p>Licensed under the GNU General Public License version 2 with Classpath exception,
141147
same as the OpenJDK project.</p>
142148
</div>
143149
</body>
144-
</html>
150+
</html>

0 commit comments

Comments
 (0)