Commit Graph

384 Commits

Author SHA1 Message Date
Tim P
77ffaf89e2
Support JRE Images (#162)
* Support JRE Images

* Clean up

Co-authored-by: Timothy Purchas <timothy.purchas@corelogic.com.au>
2021-08-22 14:12:57 -05:00
Juange Núñez
4a52255a36
Use platform specific cache files to store java release data (#157)
asdf list all java and other asdf plugin commands could run with rosetta emulation for X86_64 on apple silicon using the shell arch command so we need to make sure the cache file is invalidated when we target different architectures otherwise we would incorrectly use the cached file created from previous runs
2021-08-22 13:17:36 -05:00
Ned Twigg
c4d538b909
Updated README for platform-specific mac caches introduced in PR #157 (#159) 2021-08-22 13:16:09 -05:00
GitHub Action
e9c159845a Update Java release data 2021-08-21 08:38:11 +00:00
GitHub Action
732939ba8a Update Java release data 2021-08-16 17:00:16 +00:00
GitHub Action
a6dd71ae91 Update Java release data 2021-08-10 01:37:01 +00:00
Wessel van Norel
e639babb63
With https://github.com/halcyon/asdf-java/pull/140 I missed that I would break the plugin tests. (#146)
adoptopenjdk-8.0.252+9.1.openj9-0.20.0 no longer exists, it's now adoptopenjdk-openj9-8.0.252+9.1.openj9-0.20.0
2021-08-07 18:05:14 -05:00
Markus Perndorfer
8aa9628cb2
set JAVA_HOME in exec-env (#148) 2021-08-07 18:04:46 -05:00
GitHub Action
21cbbcd55d Update Java release data 2021-08-07 01:30:10 +00:00
GitHub Action
a0ddc116e7 Update Java release data 2021-08-06 01:37:05 +00:00
GitHub Action
db385be782 Update Java release data 2021-08-05 01:34:40 +00:00
GitHub Action
f153632e20 Update Java release data 2021-08-04 01:37:12 +00:00
GitHub Action
282f2d3c2d Update Java release data 2021-08-03 01:42:55 +00:00
GitHub Action
ff87694118 Update Java release data 2021-08-02 01:36:49 +00:00
GitHub Action
a12ab15324 Update Java release data 2021-07-30 01:41:41 +00:00
GitHub Action
42c73aa690 Update Java release data 2021-07-28 01:40:12 +00:00
GitHub Action
0b41cc7878 Update Java release data 2021-07-25 01:36:56 +00:00
GitHub Action
529ef58ab5 Update Java release data 2021-07-24 01:35:33 +00:00
GitHub Action
a2420df9d9 Update Java release data 2021-07-23 01:38:28 +00:00
GitHub Action
87508027af Update Java release data 2021-07-22 01:40:42 +00:00
GitHub Action
1dc761bf79 Update Java release data 2021-07-21 01:38:43 +00:00
GitHub Action
3246f53afb Update Java release data 2021-06-19 08:41:37 +00:00
GitHub Action
5b8533eb2b Update Java release data 2021-06-14 01:39:22 +00:00
GitHub Action
575ccdc3ed Update Java release data 2021-05-29 03:18:29 +00:00
GitHub Action
d1c5ee546c Update Java release data 2021-05-26 17:58:18 +00:00
GitHub Action
0369183283 Update Java release data 2021-05-06 01:37:09 +00:00
GitHub Action
6be15a97b3 Update Java release data 2021-05-05 01:37:30 +00:00
GitHub Action
212f7e4b2d Update Java release data 2021-05-04 01:41:56 +00:00
GitHub Action
6eb110ca0e Update Java release data 2021-05-03 17:23:03 +00:00
GitHub Action
f0c702fb80 Update Java release data 2021-05-01 17:20:26 +00:00
GitHub Action
f084041b50 Update Java release data 2021-04-28 01:44:11 +00:00
GitHub Action
d12b46203b Update Java release data 2021-04-27 01:44:38 +00:00
GitHub Action
a4bc208e50 Update Java release data 2021-04-23 17:28:57 +00:00
GitHub Action
1dbc5c9752 Update Java release data 2021-04-23 08:50:18 +00:00
GitHub Action
7e0361af24 Update Java release data 2021-04-23 01:48:34 +00:00
GitHub Action
d4c08506ee Update Java release data 2021-04-22 08:47:52 +00:00
GitHub Action
41dff0ba8a Update Java release data 2021-04-22 01:45:04 +00:00
GitHub Action
a2f7f8e406 Update Java release data 2021-04-21 17:23:48 +00:00
GitHub Action
06f52883dd Update Java release data 2021-04-21 08:46:45 +00:00
GitHub Action
fde75762fe Update Java release data 2021-04-21 01:44:17 +00:00
GitHub Action
ad720c5273 Update Java release data 2021-04-07 01:45:23 +00:00
Wessel van Norel
150e793d43
Add the JVM Implementation after the name of the Vendor (#140)
* To fix https://github.com/halcyon/asdf-java/issues/46 and https://github.com/halcyon/asdf-java/issues/57 added the jvm_impl after the vendor if it's not the hotspot jvm

* Only openj9 is special case, hotspot and graalvm should be ignored

* Suppress grep output, but show message about what is found. In case the test fails this helps to see what part broke.

* Added testcase for the graalvm-graalvm I accidentally introduced, so this won't happen in the future
2021-04-06 16:14:33 -04:00
Wessel van Norel
0010d1f98d
[macOS] Zulu install for /usr/libexec/java_home does not work (#138)
* Release is a file which results in the absolute_dir_path command to fail to return the expected result. Changed it to bin/..

Fixes https://github.com/halcyon/asdf-java/issues/137

* Added test to validate the /usr/libexec/java_home working as expected

* Added information to the liberica install about it not being integrated in /usr/libexec/java_home

* Only run the update-data on the main repository
2021-04-06 11:54:36 -04:00
Wessel van Norel
38ca9d0bcc Update java home on zsh using buildin function, based on https://github.com/halcyon/asdf-java/pull/136, with review comment of @halcyon 2021-04-06 11:49:52 -04:00
GitHub Action
7e02348393 Update Java release data 2021-03-26 17:26:24 +00:00
GitHub Action
be57a707b6 Update Java release data 2021-03-21 08:44:50 +00:00
GitHub Action
4fa2cfaf7c Update Java release data 2021-03-20 01:24:09 +00:00
GitHub Action
c670300aa6 Update Java release data 2021-03-17 08:49:24 +00:00
GitHub Action
4271c815ae Update Java release data 2021-03-17 01:24:18 +00:00
GitHub Action
c3bc253bab Update Java release data 2021-03-16 17:16:35 +00:00