This repository was archived by the owner on May 8, 2024. It is now read-only.
File tree 4 files changed +42
-14
lines changed
4 files changed +42
-14
lines changed Original file line number Diff line number Diff line change 1
1
### 1.1.0
2
2
3
- _ Not Released Yet _
3
+ _ Released 2020 Apr 10 _
4
4
5
5
#### Improvements
6
6
Original file line number Diff line number Diff line change 4
4
5
5
### Version History
6
6
7
- * ????-??-?? [ 1.1.0] ( 1.1.0.md ) (TBD; work in progress )
8
- * 2020-03-17 [ 1.0.0] ( 1.0.0.md ) (latest)
7
+ * 2020-04-10 [ 1.1.0] ( 1.1.0.md ) (latest )
8
+ * 2020-03-17 [ 1.0.0] ( 1.0.0.md )
9
9
10
10
11
11
This action is strictly following [ SemVer 2.0.0] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change
1
+ ### 1.1.0
2
+
3
+ _ Released 2020 Apr 10_
4
+
5
+ #### Improvements
6
+
7
+ - Clarified ` sourceType ` inference and added a parameter to explicitly set it.
8
+ - Added ` buildType ` source type to support different JDK build types out of the
9
+ box. [[ GH-1 ] ( https://github.com/AdoptOpenJDK/install-jdk/issues/1 )]
10
+ - Added ` archiveBasePath ` and ` useArchiveBasePath ` input parameters which allow
11
+ specifying the archive layout for custom JDK sources.
12
+
13
+ #### Fixes
14
+
15
+ - JDK for macOS download from AdoptOpenJDK aren't installed properly. [[ GH-3 ] ( https://github.com/AdoptOpenJDK/install-jdk/issues/3 )]
16
+ - The newly added ` archiveBasePath ` parameter defaults to ` /Contents/Home/ ` on
17
+ macOS to support OpenJDK builds from Oracle, and OpenJDK and OpenJ9 builds
18
+ from AdoptOpenJDK out of the box.
19
+ - Made the toolcache aware of the JDK implementation used (` impl ` input
20
+ parameter).
21
+
22
+
23
+ ---
24
+
1
25
### 1.0.0
2
26
3
27
_ Released 2020 Mar 17_
Original file line number Diff line number Diff line change 1
- ### 1.0 .0
1
+ ### 1.1 .0
2
2
3
- _ Released 2020 Mar 17 _
3
+ _ Released 2020 Apr 10 _
4
4
5
- #### Overview
5
+ #### Improvements
6
6
7
- The initial stable release of ` install-jdk ` . A GitHub Action to automatically
8
- download and setup JDKs for use in workflows.
7
+ - Clarified ` sourceType ` inference and added a parameter to explicitly set it.
8
+ - Added ` buildType ` source type to support different JDK build types out of the
9
+ box. [[ GH-1 ] ( https://github.com/AdoptOpenJDK/install-jdk/issues/1 )]
10
+ - Added ` archiveBasePath ` and ` useArchiveBasePath ` input parameters which allow
11
+ specifying the archive layout for custom JDK sources.
9
12
10
- This action is based on the [ actions/setup-java] ( https://github.com/actions/setup-java )
11
- action by GitHub which works perfectly fine for simple workflows but does not
12
- scale and lacks configurability.
13
+ #### Fixes
13
14
14
- JDKs are downloaded from [ AdoptOpenJDK] ( https://adoptopenjdk.net/ ) .
15
-
16
- For usage information please refer to [ README.md] ( /README.md ) .
15
+ - JDK for macOS download from AdoptOpenJDK aren't installed properly. [[ GH-3 ] ( https://github.com/AdoptOpenJDK/install-jdk/issues/3 )]
16
+ - The newly added ` archiveBasePath ` parameter defaults to ` /Contents/Home/ ` on
17
+ macOS to support OpenJDK builds from Oracle, and OpenJDK and OpenJ9 builds
18
+ from AdoptOpenJDK out of the box.
19
+ - Made the toolcache aware of the JDK implementation used (` impl ` input
20
+ parameter).
You can’t perform that action at this time.
0 commit comments