Commit Graph

841 Commits

Author SHA1 Message Date
Jochen Schalanda
90dc3a5220 Update Java release data on master 2020-06-24 20:37:09 -04:00
Jochen Schalanda
efa70e83b0 Add initial release data 2020-06-24 20:37:09 -04:00
Jochen Schalanda
1972bfcde0 Remove deprecated data for Corretto and Zulu 2020-06-24 20:37:09 -04:00
Jochen Schalanda
9bc3376b97 Update bin/functions to use release data 2020-06-24 20:37:09 -04:00
Jochen Schalanda
3202aeac12 Add script and workflow to fetch and process Java release data 2020-06-24 20:37:09 -04:00
Scott McLeod
b050643a2d Append new PROMPT_COMMAND when PROMPT_COMMAND is already set 2020-04-30 17:18:25 -04:00
Anthony Ou
723f247f5e make set-java-home.fish export globally
This changes `set-java-home.fish` so it will globally export JAVA_HOME. 
Related to issue #85
2020-04-30 11:57:53 -04:00
Scott McLeod
8baa3f7961 Fold retrieve-sapmachine into retrieval code, use globbing for cache 2020-04-26 19:39:09 -04:00
Scott McLeod
02ca1c820a Cleanup cache logic 2020-04-26 19:39:09 -04:00
Scott McLeod (scotmcle)
302710d1cc Fix checksum of MacOS Corretto 8.252.09.1 2020-04-20 10:52:06 -04:00
Brice Dutheil
b6424461aa Adds Zulu 8u252b14 (8.46.0.19) JDK and JDK+FX
https://www.azul.com/downloads/zulu-community/?architecture=x86-64-bit&package=jdk
https://www.azul.com/downloads/zulu-community/?architecture=x86-64-bit&package=jdk-fx
2020-04-17 10:10:50 -04:00
Brice Dutheil
a8a595a6a9 Adds Zulu 11.0.7+10 (11.39.15) JDK and JDK+FX
https://www.azul.com/downloads/zulu-community/?architecture=x86-64-bit&package=jdk
https://www.azul.com/downloads/zulu-community/?architecture=x86-64-bit&package=jdk-fx
2020-04-17 10:10:50 -04:00
Brice Dutheil
2a42d04487 Adds Amazon Corretto 8.252.09.1
https://github.com/corretto/corretto-8/releases/tag/8.252.09.1
2020-04-17 10:10:50 -04:00
Brice Dutheil
18e9d568eb Adds Amazon Corretto 11.0.7.10.1
https://github.com/corretto/corretto-11/releases/tag/11.0.7.10.1
2020-04-17 10:10:50 -04:00
Scott McLeod
0f60aebb10
Add Azul Zulu 14+36 (v14.27.1) #68
Fixes #69
2020-04-14 18:07:55 -04:00
Scott McLeod
1b6aaee2ea
Old MacOS versions do not support base64 -d 2020-04-14 15:20:00 -04:00
Scott McLeod
0ebf8c1cc0 Standardize on AdoptJDK v3 API 2020-04-14 10:47:02 -04:00
Scott McLeod
e0a7114ef9 Update JAVA_HOME after changing java version 2020-04-13 15:42:30 -04:00
Nicklas Moberg
e5391ad10e JDK 14 2020-04-03 15:50:16 -04:00
Scott McLeod
237be6a905
Merge pull request #65 from joschi/issue-63-2
Set exit trap only after TEMP_DIR has been set
2020-03-17 16:23:46 -04:00
Jochen Schalanda
e276af2aaa
Set exit trap only after TEMP_DIR has been set
Refs #63
Refs #64
2020-03-17 08:47:09 +01:00
Scott McLeod
ce6c61c14b
Merge pull request #64 from joschi/issue-63
Check that temporary directory exists before deleting
2020-03-16 17:12:42 -04:00
Jochen Schalanda
b0dcb5ae05
Check that temporary directory exists before deleting
Before deleting the temporary directory (`$TEMP_DIR`) at the end of the script,
make sure that it exists so that we don't accidentally delete the user's home directory.

Fixes #63
2020-03-15 01:53:30 +01:00
Scott McLeod
680e8f72e1
Merge pull request #58 from joschi/fix-adoptopenjdk
Migrate to AdoptOpenJDK API v3
2020-03-02 15:16:21 -05:00
Jochen Schalanda
573976b13b Migrate to AdoptOpenJDK API v3
The AdoptOpenJDK API v2 is deprecated and will eventually be shut down.
Additionally, it currently has problems providing data for OpenJDK 13.

Unfortunately the API response format changed slightly, so that the static data for Zulu Community and Amazon Corretto had to be updated, too.

https://api.adoptopenjdk.net/swagger-ui/
https://github.com/AdoptOpenJDK/openjdk-api-v3
2020-03-01 14:44:43 +01:00
Jochen Schalanda
2ed7eb06d6 Revert "Merge pull request #55 from halcyon/sm-fix-master"
This reverts commit a5f57e149e, reversing
changes made to f1b85bca66.
2020-03-01 13:45:45 +01:00
Scott McLeod
a5f57e149e
Merge pull request #55 from halcyon/sm-fix-master
Fix failing master
2020-02-29 10:43:09 -05:00
Scott Mcleod
35b4def8e8
Fix failing master 2020-02-29 10:21:47 -05:00
Scott McLeod
f1b85bca66
Merge pull request #52 from joschi/shellcheck
Fix ShellCheck warnings and make script more strict
2020-02-29 09:44:41 -05:00
Jochen Schalanda
fde71bce6c
Run ShellCheck on push 2020-02-28 17:08:00 +01:00
Jochen Schalanda
e067262abf
Fix shellcheck warnings 2020-02-27 16:15:07 +01:00
Scott McLeod
958924aeba
Merge pull request #44 from joschi/sapmachine
Add support for SapMachine
2020-02-27 09:24:18 -05:00
Jochen Schalanda
3d5b9bd28c
Fix content of "os" field in jq expression 2020-02-26 14:59:35 +01:00
Jochen Schalanda
e64c7e203f
Retrieve AdoptOpenJDK and SapMachine command in install function 2020-02-26 14:59:35 +01:00
Jochen Schalanda
12b79730e7
Add support for SapMachine
SapMachine is an OpenJDK release maintained and supported by SAP

https://sap.github.io/SapMachine/
2020-02-26 14:59:35 +01:00
Scott McLeod
926f1db905
Merge pull request #50 from joschi/zulu-jdk-updates
Update to latest Zulu and ZuluFX versions
2020-02-23 20:54:46 -05:00
Jochen Schalanda
756f6b8906
Update to latest Zulu and ZuluFX versions
* Zulu 8.44.0.11 (OpenJDK 8.0.242)
* ZuluFX 8.44.0.13 (OpenJDK 8.0.242)
* ZuluFX 11.37.19 (OpenJDK 11.0.6)
2020-02-23 13:52:19 +01:00
Scott McLeod
c0d43c0aa8
Merge pull request #49 from joschi/corretto-updates
Add Corretto 8.242.08.1 and 11.0.6.10.1-2
2020-02-09 13:59:34 -05:00
Jochen Schalanda
f6a772fb18
Add latest Corretto updates
https://github.com/corretto/corretto-11/releases/tag/11.0.6.10.1-2
https://github.com/corretto/corretto-8/releases/tag/8.242.08.1-1
https://github.com/corretto/corretto-8/releases/tag/8.242.08.1
2020-02-08 22:02:20 +01:00
Scott McLeod
09016721c8
Merge pull request #43 from joschi/zulu-jan-2020
Add Zulu 7.36.0.5, 8.44.0.9, 11.37.17, 13.29.9
2020-01-19 10:53:35 -05:00
Scott McLeod
a1d37f3407
Merge pull request #42 from joschi/corretto-jan-2020
Add Corretto 8.242.07.1 and 11.0.6.10.1
2020-01-19 10:53:05 -05:00
Jochen Schalanda
dda32f0b30
Add Zulu 7.36.0.5, 8.44.0.9, 11.37.17, 13.29.9 2020-01-19 15:14:26 +01:00
Jochen Schalanda
f44e16a2f7
Add Corretto 8.242.07.1 and 11.0.6.10.1
* https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/change-log.html#changes-2019-11-20 (sic!)
* https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/change-log.html#changes-2019-10-15 (sic!)
2020-01-19 14:52:01 +01:00
Scott McLeod
a0fd84e721
Resolves #40 - don't change directory to ${PWD} on EXIT 2020-01-14 15:48:14 -05:00
Scott McLeod
2f8d3a33ee
Merge pull request #38 from joschi/README-badge
Add badge for GitHub Actions workflow
2019-12-30 23:47:29 -05:00
Jochen Schalanda
00d307a4a2
Add badge for GitHub Actions workflow
[ci skip]
2019-12-30 23:55:38 +01:00
Scott McLeod
89ce7cdb6e
Merge pull request #36 from joschi/zulu-versions
Use more precise Azul Zulu release names (and updates)
2019-12-30 12:21:32 -05:00
Jochen Schalanda
f5f66e0cbc
Add Zulu 8.42.0.23 (JDK 8.0.232) 2019-12-30 18:05:41 +01:00
Jochen Schalanda
834ceb22d9
Add Zulu 11.35.15 (JDK 11.0.5) 2019-12-30 18:03:57 +01:00
Jochen Schalanda
3c37f73413
Add Zulu 7.34.0.5 (JDK 7.0.242) 2019-12-30 18:01:30 +01:00