Skip to content

Commit

Permalink
Update API to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Oct 29, 2020
1 parent 5efa996 commit d1a083b
Show file tree
Hide file tree
Showing 9 changed files with 21,924 additions and 59,654 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.0 - 2020-10-29
### Changed
* Update the version of Jakarta JSON Processing API to 2.0.0.

## 2.0.0-RC2 - 2020-04-10
### Changed
* Update the version of Jakarta JSON Processing API to 2.0.0-RC2.
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ This project provides a set of tests for implementations of [Jakarta JSON Proces

The following JSON-P implementations are tested by this test suite.
* [Jakarta JSON Processing] (Reference Implementation)
* [Apache Johnzon]
* [Joy]

The latest test results are presented in [JSON-P Test Suite Reports].
Expand All @@ -35,7 +34,7 @@ The jar-packaged artifact of this test suite is available from [JitPack] reposit
<dependency>
<groupId>org.leadpony</groupId>
<artifactId>jsonp-test-suite</artifactId>
<version>1.5.0</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -78,12 +77,6 @@ When testing with *Jakarta JSON Processing*:
mvn test -P test-with-jakarta
```

When testing with *Apache Johnzon*:

```bash
mvn test -P test-with-johnzon
```

When testing with *Joy*:

```bash
Expand All @@ -107,7 +100,6 @@ limitations under the License.
[Apache 2.0 License]: https://www.apache.org/licenses/LICENSE-2.0
[Jakarta JSON Processing API]: https://eclipse-ee4j.github.io/jsonp/
[Jakarta JSON Processing]: https://eclipse-ee4j.github.io/jsonp/
[Apache Johnzon]: https://johnzon.apache.org/
[Joy]: https://github.com/leadpony/joy
[Apache Maven]: https://maven.apache.org/
[JSON-P Test Suite Reports]: https://leadpony.github.io/jsonp-test-suite/project-reports.html
Expand Down
6 changes: 0 additions & 6 deletions docs/index.html

This file was deleted.

10 changes: 3 additions & 7 deletions docs/project-reports.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.1 from org.apache.maven.plugins:maven-site-plugin:3.8.2:CategorySummaryDocumentRenderer at 2020-02-01
| Generated by Apache Maven Doxia Site Renderer 1.9.1 from org.apache.maven.plugins:maven-site-plugin:3.8.2:CategorySummaryDocumentRenderer at 2020-10-29
| Rendered using Apache Maven Default Skin
-->
Expand All @@ -25,8 +25,8 @@
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2020-02-01</span>
&#xA0;| <span id="projectVersion">Version: 1.6.0-SNAPSHOT</span>
<span id="publishDate">Last Published: 2020-10-29</span>
&#xA0;| <span id="projectVersion">Version: 2.0.0</span>
</div>
<div class="xright"><a href="./" title="JSON-P Test Suite">JSON-P Test Suite</a> </div>
<div class="clear">
Expand All @@ -40,7 +40,6 @@ <h5>Project Documentation</h5>
<li class="expanded"><strong>Project Reports</strong>
<ul>
<li class="none"><a href="surefire-report-jakarta.html" title="Surefire Report (Jakarta JSON Processing)">Surefire Report (Jakarta JSON Processing)</a></li>
<li class="none"><a href="surefire-report-johnzon.html" title="Surefire Report (Apache Johnzon)">Surefire Report (Apache Johnzon)</a></li>
<li class="none"><a href="surefire-report-joy.html" title="Surefire Report (Joy)">Surefire Report (Joy)</a></li>
</ul></li>
</ul>
Expand All @@ -63,9 +62,6 @@ <h3><a name="Overview"></a>Overview</h3>
<td><a href="surefire-report-jakarta.html">Surefire Report (Jakarta JSON Processing)</a></td>
<td>Report on the test results of the project.</td></tr>
<tr class="a">
<td><a href="surefire-report-johnzon.html">Surefire Report (Apache Johnzon)</a></td>
<td>Report on the test results of the project.</td></tr>
<tr class="b">
<td><a href="surefire-report-joy.html">Surefire Report (Joy)</a></td>
<td>Report on the test results of the project.</td></tr></table></section></section>
</div>
Expand Down
37,916 changes: 13,076 additions & 24,840 deletions docs/surefire-report-jakarta.html

Large diffs are not rendered by default.

Loading

0 comments on commit d1a083b

Please sign in to comment.