Skip to content

Commit

Permalink
Add support of Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Jul 22, 2019
1 parent 14e6aee commit c1c1e1d
Show file tree
Hide file tree
Showing 7 changed files with 4,024 additions and 4,048 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).

## 0.13.0 - 2019-07-22
### Added
- Support of Java 8.

## 0.12.0 - 2019-07-21
### Added
- Tests of next event after calling `getValue()`, `getArray()`, and `getObject()`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.12.0</version>
<version>0.13.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 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-21 -->
<!-- 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 -->
<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-21</span>
&nbsp;| <span id="projectVersion">Version: 0.12.0</span>
<span id="publishDate">Last Published: 2019-07-22</span>
&nbsp;| <span id="projectVersion">Version: 0.13.0</span>
</div>
<div class="xright"><a href="./" title="JSON-P Test Suite">JSON-P Test Suite</a> </div>
<div class="clear">
Expand Down
3,522 changes: 1,761 additions & 1,761 deletions docs/surefire-report-johnzon.html

Large diffs are not rendered by default.

4,504 changes: 2,252 additions & 2,252 deletions docs/surefire-report-ri.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@

<groupId>org.leadpony</groupId>
<artifactId>jsonp-test-suite</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
<packaging>jar</packaging>

<name>JSON-P Test Suite</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>9</maven.compiler.release>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jsonp.version>1.1.5</jsonp.version>
<junit.version>5.4.2</junit.version>
</properties>
Expand Down
29 changes: 0 additions & 29 deletions src/main/java/module-info.java

This file was deleted.

0 comments on commit c1c1e1d

Please sign in to comment.