Commit Graph

59 Commits

Author SHA1 Message Date
Klaus Hartl
56f73d09e3 Add legacy filename support for jenv 2019-11-22 16:18:54 +01:00
Scott McLeod
00bb71562b
Use full path for MacOS binaries that conflict with coreutils 2019-11-20 14:38:58 -05:00
Flrn Prz
0320426738 Add check-jq function to properly show an error when jq is not installed 2019-09-30 16:21:34 +02:00
Michael McLellan
2e23f4a8f6 Use proper RELEASE variable name 2019-09-18 16:12:14 -04:00
Michael McLellan
4a85daa675 Add JDK 13 URL 2019-09-17 20:32:46 -04:00
Scott McLeod
67552c0e6f
Address #13 2019-09-12 16:40:16 -04:00
Scott McLeod
fb4dc4b2bf
Prefer variables over functions 2019-09-10 13:33:29 -04:00
Scott McLeod
63ca3b9081
Add jq to OSX 2019-09-09 18:59:10 -04:00
Scott McLeod
f3c7ba54cb
Use functions for improved bash compatability 2019-09-09 15:29:26 -04:00
Scott McLeod
2a22a1723e
New architecture 2019-09-09 14:30:31 -04:00
Scott McLeod
a39f3bbb79
Switching to new architecture. Previous architecture archived to skotchpine branch 2019-09-09 14:29:34 -04:00
Stefano De Vuono
ac0ecf3c96 add mac_hotspot case to statement in unpack_java function 2019-08-01 12:25:17 -05:00
Scott McLeod
316a7e3647
Cleanup 2019-07-05 13:10:05 -04:00
Scott McLeod
62b812ae5d
Account for differences in mktemp on MacOS 2019-07-05 12:12:42 -04:00
Scott McLeod
b84e6ea0e2
Use a temp work dir when installing 2019-06-18 18:53:54 -04:00
Scott McLeod
13df2ad8d3
Merge pull request #5 from halcyon/adopt-openjdk-corretto
Add adopt-openjdk and correto
2019-06-18 17:50:46 -04:00
Scott McLeod
ccf002e5f9
Add adopt-openjdk and correto 2019-06-18 17:47:27 -04:00
Scott McLeod
0f7f6c8192
Adding openjdk-12.0.1 2019-06-18 16:22:26 -04:00
Scott McLeod
4ba5dc7274
Remove unreachable JDKs 2019-04-24 15:51:27 -04:00
Scott McLeod
22bae9d489
Add zulu support 2019-04-24 15:44:32 -04:00
Tyler Cinnamon
cbd63091ea Use ASDF_JAVA_PLAIN flag for deprecated wrapper. 2018-12-11 08:11:10 -06:00
tyler
daeec9d683 Make the deprecated thing executable to pass some tests... Ugh. 2018-12-11 08:09:28 -06:00
tyler
24106d01bf Add a zsh asdf-java-wrapper, reference in the readme & deprecate the old script. 2018-12-11 07:58:11 -06:00
Myron Overton
b4da809038 Quick fix for openjdk 2018-12-05 11:46:15 -07:00
Tyler Cinnamon
9c8ac83e05 Wrong url for openjdk 11.0.1 :/ 2018-11-03 18:40:50 -05:00
Tyler Cinnamon
7990072cec Use openjdk 11.0.1 2018-11-03 18:34:34 -05:00
Tyler Cinnamon
b30624f937 Fix #41 2018-11-03 18:26:09 -05:00
Tyler Cinnamon
add75d7169 Catch up on pull requests.
Update versions.
Format versions in list-all script better.
Log with colors.
Add asdf-java-wrapper script a light explanation.
2018-11-03 16:57:11 -05:00
Tyler Cinnamon
e6c4be8404 Merge remote-tracking branch 'mig4/36-replace-oracle-8181-with-8191' into 11 2018-11-03 14:56:13 -05:00
mig4
58cfacdfb2
Replace oracle-1.181 with oracle-8.191
8.181 distribution has been removed from the download site and URL now
returns 404.

Closes #36
2018-10-30 15:48:36 +00:00
Jason Whaley
ee5bd0c16a Add @trustin's diff for linux openjdk 10/11
See https://github.com/skotchpine/asdf-java/pull/32#issuecomment-428780435
2018-10-11 11:09:58 -04:00
Jason Whaley
d51639f215 Support MacOS downloads for OpenJDK
This switches the variant to be a .tar.gz instead of a .dmg for openjdk
installs.
2018-09-26 16:47:09 -04:00
Jason Whaley
4797f22d96 Add oracle-11 as a version 2018-09-26 12:26:49 -04:00
Josh Winters
d997f316dd Fix Oracle license agreement cookie
The Java download was not working without this explicit cookie.
2018-08-18 12:12:20 -05:00
William Tyler Cinnamon
e1f0667c1d Keep some old versions. 2018-07-22 06:37:31 -05:00
William Tyler Cinnamon
5ea8bd7047 Merge branch 'java_8_181' from psantos10 2018-07-22 05:38:35 -05:00
William Tyler Cinnamon
911f25c008 Remove outdated versions. 2018-07-22 05:37:48 -05:00
William Tyler Cinnamon
12bd952ca0 Remove outdated versions. 2018-07-22 05:20:49 -05:00
Jason Whaley
440f2703dc Include openjdk-10.0.2 as an option 2018-07-21 13:05:17 -04:00
Patrício dos Santos
66eeeb48df Remove unavailable versions 2018-07-19 11:01:19 +01:00
Patrício dos Santos
4105ff7c0f Add version 8u181 2018-07-19 10:52:29 +01:00
Tyler Cinnamon
38af15cca4 Formatting. 2018-04-24 18:35:20 -05:00
Jason Whaley
7a3cf16dec Update versions/URLs to only current public vers
- Add version 10.0.1.  Remove old version 10
- Add 8.172 and 8.171
- Remove all versions of 9 (EOL'ed)
- Removed all older versions of 8 except for 8.141 and 8.131 (all others
are 404'ed)
2018-04-18 09:56:59 -04:00
Vijay Raghavan Aravamudhan
2a0ffb0b5c Installation for Java 10 from oracle's download site. 2018-03-22 12:18:12 +05:30
tyler
0e7a973527
Merge branch 'master' into 8-161 2018-01-23 13:19:38 -06:00
Brian van Burken
8fa1b1793d Add Java 9.0.4 2018-01-23 19:16:26 +01:00
Dan Croak
8bae1bc0e2 Add 8.161 2018-01-23 09:19:31 -08:00
Umberto Nicoletti
b0de93a961 override JAVA_HOME 2017-11-30 08:25:44 +01:00
j
08f577a920 add 8.151 2017-11-27 22:25:40 +09:00
William T. Cinnamon
f993db77c9 improve tarball installs 2017-11-17 17:40:40 -06:00