Commit Graph

42 Commits

Author SHA1 Message Date
Fabio Niephaus
8f1dbd2ce5
Regenerate files. 2023-09-06 09:34:35 +02:00
Fabio Niephaus
c569e64c0b
Add missing break statement (fixes #54). 2023-08-01 14:11:14 +02:00
Fabio Niephaus
d189178615
Bump version to 1.1.2. 2023-07-26 11:22:38 +02:00
Fabio Niephaus
ddf952dc27
Regenerate files. 2023-07-26 11:21:13 +02:00
Fabio Niephaus
d67b180a8e
Bump version to 1.1.1. 2023-07-24 15:51:50 +02:00
Fabio Niephaus
8ae40e7db9
Use 22.3.1 when java-version set to 19.
This only applies to builds that use the old `version` option.
2023-06-20 15:37:11 +02:00
Fabio Niephaus
9180004c5f
Clean up update checks after GraalVM for JDK 17 release. 2023-06-20 13:04:33 +02:00
Fabio Niephaus
6a5fa2da72
Mark 22.3.2 as latest when version opt is used. 2023-06-20 13:02:17 +02:00
Fabio Niephaus
578fd31702
Improve support for Mandrel distribution.
Fixes #48
2023-06-20 11:57:57 +02:00
Fabio Niephaus
4a5400ac9a
Extend build reports with new data.
Updated schema: f196ab0325/docs/reference-manual/native-image/assets/build-output-schema-v0.9.1.json
2023-06-20 09:41:35 +02:00
Fabio Niephaus
91fd4d0716
Add missing break statement. 2023-06-19 11:11:58 +02:00
Fabio Niephaus
04ca584c1b
Improve version check for reports. 2023-06-17 16:17:49 +02:00
Fabio Niephaus
8f41000162 Bump version to 1.1.0. 2023-06-16 13:18:20 +02:00
Fabio Niephaus
d476798211 Incorporate additional feedback. 2023-06-16 13:18:20 +02:00
Fabio Niephaus
830cd48f7f Incorporate reviewer feedback. 2023-06-16 13:18:20 +02:00
Fabio Niephaus
c871f91ee0 Support new GraalVM for JDK17/JDK20 release
This commit adds support for the new GraalVM for JDK17/JDK20 release, including the new Oracle GraalVM distribution.
For this, users only need to specify the 'java-version' option and the new 'distribution' option.
The 'version' option is now marked as optional and kept for compatibility with older GraalVM releases and Mandrel.
2023-06-16 13:18:20 +02:00
Fabio Niephaus
78f22073df
Bump version to 1.0.12. 2023-06-15 08:22:40 +02:00
Fabio Niephaus
b11d36630f
Temporarily use 22.3.1 for latest builds.
This is a temporary fix while we are rolling out the new GraalVM for JDK17/20 release.
2023-06-13 19:24:24 +02:00
Fabio Niephaus
babc303d7e
Make parsing of components a bit more robust.
Suggested by @michael-simons
2023-04-18 09:46:32 +02:00
Fabio Niephaus
6acd592e3e
Bump version to 1.0.11. 2023-04-11 09:11:01 +02:00
Fabio Niephaus
cf001e2d43
Update dependencies. 2023-04-11 09:09:07 +02:00
Fabio Niephaus
c8fdb59e88
Adjust for new dev build naming scheme. 2023-04-10 12:48:07 +02:00
Fabio Niephaus
4356481765
Bump version to 1.0.10. 2023-02-13 10:32:00 +01:00
Fabio Niephaus
b53bc17dd7 Allow java-version: 'dev' if version: 'dev'.
Fixes #30
2023-01-24 13:15:29 +01:00
Fabio Niephaus
d01f5f519f
Allow users to set %VSINSTALLDIR%
and update `KNOWN_VISUAL_STUDIO_INSTALLATIONS`.

Fixes #29
2022-12-23 09:44:36 +01:00
Fabio Niephaus
4aba115fa5
Improve error message when url not found. 2022-12-16 18:43:51 +01:00
Fabio Niephaus
7c84ab1ba7
Let getLatestRelease() always query github.com.
This should allow GitHub Enterprise users to use this action.

Resolves #26, resolves #27.
2022-12-13 09:12:43 +01:00
Fabio Niephaus
778af55c2a
Don't fail build jobs if report generation fails.
Fixes #24.
2022-12-01 13:36:35 +01:00
Fabio Niephaus
a20b6434b3
Improve error msg when dev builds cannot be found.
Fixes #22.
2022-11-18 10:17:15 +01:00
Fabio Niephaus
79e8ca0cfa
Ensure creating comments cannot fail job. 2022-11-08 18:15:51 +01:00
Fabio Niephaus
d53592711c
Bump version to 1.0.9. 2022-11-08 15:46:37 +01:00
Fabio Niephaus
bb71d9a37f
Revise build reports and use HTML tables. 2022-11-08 15:46:37 +01:00
Fabio Niephaus
b4ccf78d3d
Show Java version in build reports. 2022-11-07 15:06:52 +01:00
Fabio Niephaus
5ec9a94dee
Display "types" instead of "classes".
Context: https://github.com/oracle/graal/pull/5336
2022-11-07 14:55:21 +01:00
Fabio Niephaus
f34cb2f47c
Regenerate dist/ files. 2022-11-03 20:29:33 +01:00
Fabio Niephaus
cb02f04137
Introduce native-image-(job|pr)-reports feature.
Co-authored-by: Ondřej Douda <ondrej.douda@oracle.com>
2022-11-03 20:28:28 +01:00
Fabio Niephaus
c2c2a82199
Bump version to 1.0.8. 2022-11-02 16:28:37 +01:00
Fabio Niephaus
b0049dea1e
Introduce check-for-updates feature. 2022-11-02 14:13:52 +01:00
Fabio Niephaus
165f18581d Update @actions/core to 1.10.0.
Closes #16.
2022-10-25 21:50:52 +02:00
Fabio Niephaus
01b9840538
Use unique CACHE_KEY_PREFIX. 2022-08-31 11:35:58 +02:00
Fabio Niephaus
3b96e2ea68
Drop job-status logic.
It requires a dummy entry in the `action.yml` which was missing. Drop the entire logic because it's not needed at this point.
2022-08-31 11:24:48 +02:00
Fabio Niephaus
f47d45565a
Add support for dependency caching.
- Fork relevant bits from https://github.com/actions/setup-java
- Use Node.js 16
- Adjust packaging
- Update uuid and other dependencies

Closes #11
2022-08-31 10:20:03 +02:00