Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 4e194ba

Browse files
authored
Merge pull request #15 from don-vip/new-reports
Upgrade dependencies, add reports from Java 8 to 17
2 parents 669f4c8 + 3e3364d commit 4e194ba

16 files changed

+2481385
-40
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017-2020 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
1+
Copyright 2017-2021 AdoptOpenJDK contributors (https://adoptopenjdk.net/);
22
See the copyright.txt file in the distribution for a full listing of all
33
contributors.
44

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,28 @@ You can use this tool for instance to compare OpenJDK 9 and OpenJDK 10, OpenJDK
88

99
Example reports created by this generator can be found in the _docs_ directory:
1010

11+
### N => N+1
12+
13+
* API comparison of OpenJDK 8u301 and OpenJDK 9.4.0: [jdk8-jdk9-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk8-jdk9-api-diff.html)
1114
* API comparison of OpenJDK 9.0.4 and OpenJDK 10-b46: [jdk9-jdk10-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk9-jdk10-api-diff.html)
1215
* API comparison of OpenJDK 10.0.2 and OpenJDK 11+28: [jdk10-jdk11-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk10-jdk11-api-diff.html)
13-
(it's 15 MB, so loading may take a bit)
1416
* API comparison of OpenJDK 11.0.1+13 and OpenJDK 12-ea+27: [jdk11-jdk12-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk11-jdk12-api-diff.html)
1517
* API comparison of OpenJDK 12.0.1 and OpenJDK 13-ea+25: [jdk12-jdk13-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk12-jdk13-api-diff.html)
1618
* API comparison of OpenJDK 13.0.2 and OpenJDK 14.0.1: [jdk13-jdk14-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk13-jdk14-api-diff.html)
1719
* API comparison of OpenJDK 14.0.1 and OpenJDK 15-ea+27: [jdk14-jdk15-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk14-jdk15-api-diff.html)
20+
* API comparison of OpenJDK 15.0.2 and OpenJDK 16.0.1: [jdk15-jdk16-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk15-jdk16-api-diff.html)
21+
* API comparison of OpenJDK 16.0.1 and OpenJDK 17+35: [jdk16-jdk17-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk16-jdk17-api-diff.html)
22+
23+
### LTS => LTS+1
24+
25+
* API comparison of OpenJDK 8u301 and OpenJDK 11.0.11: [jdk8-jdk11-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk8-jdk11-api-diff.html)
26+
* API comparison of OpenJDK 11.0.11 and OpenJDK 17+35: [jdk11-jdk17-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk11-jdk17-api-diff.html)
27+
28+
### LTS => LTS+2
29+
30+
* API comparison of OpenJDK 8u301 and OpenJDK 17+35: [jdk8-jdk17-api-diff.html](https://gunnarmorling.github.io/jdk-api-diff/jdk8-jdk17-api-diff.html)
31+
32+
Some of them are huge, so loading may take a bit.
1833

1934
## Usage
2035

docs/jdk11-jdk17-api-diff.html

Lines changed: 112752 additions & 0 deletions
Large diffs are not rendered by default.

docs/jdk15-jdk16-api-diff.html

Lines changed: 46027 additions & 0 deletions
Large diffs are not rendered by default.

docs/jdk16-jdk17-api-diff.html

Lines changed: 18686 additions & 0 deletions
Large diffs are not rendered by default.

docs/jdk8-jdk11-api-diff.html

Lines changed: 822529 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)