Skip to content

Commit 50e4786

Browse files
committed
Merge branch 'main' of github.com:simbo1905/java.util.json.Java21
2 parents 7c8379c + 4c44933 commit 50e4786

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

index.html

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -65,32 +65,11 @@
6565
.button.secondary:hover {
6666
background-color: #7f8c8d;
6767
}
68-
.nav {
69-
background-color: #34495e;
70-
padding: 15px;
71-
border-radius: 5px;
72-
margin-bottom: 20px;
73-
}
74-
.nav a {
75-
color: white;
76-
text-decoration: none;
77-
margin-right: 20px;
78-
}
79-
.nav a:hover {
80-
text-decoration: underline;
81-
}
8268
</style>
8369
</head>
8470
<body>
8571
<div class="container">
8672
<h1>java.util.json Backport for JDK 21+</h1>
87-
88-
<div class="nav">
89-
<a href="https://github.com/simbo1905/java.util.json.Java21">GitHub Repository</a>
90-
<a href="https://github.com/simbo1905/java.util.json.Java21/wiki">Wiki</a>
91-
<a href="Towards%20a%20JSON%20API%20for%20the%20JDK.pdf">Original Proposal (PDF)</a>
92-
<a href="https://github.com/openjdk/jdk-sandbox/tree/json">OpenJDK Sandbox</a>
93-
</div>
9473

9574
<div class="highlight">
9675
<strong>Early Access:</strong> This is an unofficial backport of the experimental <code>java.util.json</code> API from OpenJDK sandbox,
@@ -150,8 +129,8 @@ <h2>Record Mapping Example</h2>
150129

151130
<h2>Resources</h2>
152131
<a href="https://github.com/simbo1905/java.util.json.Java21" class="button">View on GitHub</a>
153-
<a href="https://github.com/simbo1905/java.util.json.Java21/wiki" class="button secondary">Documentation Wiki</a>
154132
<a href="Towards%20a%20JSON%20API%20for%20the%20JDK.pdf" class="button secondary">Original Proposal</a>
133+
<a href="https://github.com/openjdk/jdk-sandbox/tree/json" class="button secondary">OpenJDK Sandbox</a>
155134

156135
<h2>Status</h2>
157136
<p>This backport is based on OpenJDK sandbox commit <a href="https://github.com/openjdk/jdk-sandbox/commit/d22dc2ba89789041c3908cdaafadc1dcf8882ebf">d22dc2ba8</a>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
<groupId>jdk-sandbox</groupId>
66
<artifactId>json-experimental</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>0.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>java.util.json Backport for JDK 21+</name>
1111
<description>Early access to future java.util.json API - tracking OpenJDK sandbox development</description>
12+
<url>https://simbo1905.github.io/java.util.json.Java21/</url>
1213

1314
<licenses>
1415
<license>

0 commit comments

Comments
 (0)