Skip to content

Commit

Permalink
Add report of Joy
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Jul 23, 2019
1 parent c1c1e1d commit e106d45
Show file tree
Hide file tree
Showing 8 changed files with 10,768 additions and 1,402 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).

## 1.0.0 - 2019-07-23
### Added
- Reporting for Joy.

## 0.13.0 - 2019-07-22
### Added
- Support of Java 8.
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This project provides a set of tests for implementations of [Java API for JSON P
[JSON-P Test Suite Reports] shows the latest test results of the following JSON-P implementations.
* [Reference Implementation]
* [Apache Johnzon]
* [Joy]

### Using as a Test Dependency

Expand All @@ -28,7 +29,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>0.13.0</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -82,7 +83,8 @@ Copyright &copy; 2019 JSON-P Test Suite Authors. This software is licensed under
[Apache 2.0 License]: https://www.apache.org/licenses/LICENSE-2.0
[Java API for JSON Processing (JSR 374)]: https://eclipse-ee4j.github.io/jsonp/
[Reference Implementation]: https://eclipse-ee4j.github.io/jsonp/
[Apache Maven]: https://maven.apache.org/
[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
[JitPack]: https://jitpack.io/#org.leadpony/jsonp-test-suite
10 changes: 7 additions & 3 deletions docs/project-reports.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2019-07-22 -->
<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2019-07-23 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Expand All @@ -24,8 +24,8 @@
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2019-07-22</span>
&nbsp;| <span id="projectVersion">Version: 0.13.0</span>
<span id="publishDate">Last Published: 2019-07-23</span>
&nbsp;| <span id="projectVersion">Version: 0.14.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,6 +40,7 @@ <h5>Project Documentation</h5>
<ul>
<li class="none"><a href="surefire-report-ri.html" title="Surefire Report (Reference Implementation)">Surefire Report (Reference Implementation)</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>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
Expand All @@ -63,6 +64,9 @@ <h3><a name="Overview"></a>Overview</h3>
<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></div></div>
</div>
</div>
Expand Down
1,309 changes: 655 additions & 654 deletions docs/surefire-report-johnzon.html

Large diffs are not rendered by default.

Loading

0 comments on commit e106d45

Please sign in to comment.