Commit Graph

18 Commits

Author SHA1 Message Date
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
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
Jochen Schalanda
374cc24849 Allow manual dispatch of update-data workflow
https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
2021-02-08 11:12:18 -05:00
Jochen Schalanda
90dc3a5220 Update Java release data on master 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
02ca1c820a Cleanup cache logic 2020-04-26 19:39:09 -04: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
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
Jochen Schalanda
691320dc5e
Fix the GitHub tests workflow 2019-12-30 17:25:30 +01:00
Jochen Schalanda
9bec80cca2
Run with "dumb" terminal
https://stackoverflow.com/questions/29979966/tput-no-value-for-term-and-no-t-specified-error-logged-by-cron-process
2019-11-20 22:12:32 +01:00
Jochen Schalanda
94f7245993
Install coreutils on macOS 2019-11-20 22:09:19 +01:00
Jochen Schalanda
49120bcae5
Clone complete asdf repository 2019-11-20 22:08:07 +01:00
Jochen Schalanda
26c5bd51ad
Don't explicitly install jq on macOS 2019-11-20 22:07:10 +01:00
Jochen Schalanda
395d858bf3
Load asdf before running asdf plugin-test 2019-11-20 22:04:19 +01:00
Jochen Schalanda
5e0902b373
Add GitHub Actions workflow for running tests on PRs 2019-11-20 21:49:08 +01:00