Commit Graph

5 Commits

Author SHA1 Message Date
Jonatan Ivanov
02b4fb3e53
Support multiple release types and EA builds (#179)
* Support multiple release types and EA builds
* Improve iteration
* Keep files without release type backward compatible.
2023-01-06 10:36:36 -05:00
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
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
Jochen Schalanda
d1f2652186
Add support for aarch64 and armv7l machine architectures (#129)
* Add support for aarch64

* Add ARM64 build to Travis CI build matrix

* Add JDK data for aarch64

* Add support for armv7l

* Add JDK data for armv7l/arm32-vfp-hflt

* Use `arm64` (Apple M1 on Darwin) as alias for `aarch64`

Refs: https://developer.apple.com/forums/thread/668206

> ```
> # uname -a
> Darwin MacBook-Pro.local 20.1.0 Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:10 PDT 2020; root:xnu-7195.50.7~2/RELEASE_ARM64_T8101 arm64
> ```

* Update JDK data
2021-03-11 09:15:28 -05:00
Jochen Schalanda
3202aeac12 Add script and workflow to fetch and process Java release data 2020-06-24 20:37:09 -04:00