foojayio / foojayio/discoapi

Add ORACLE to GraalVM synonyms

Open
#120 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
154
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Since the latest update to gradle foojay plugin it's now possible to filter by build_of_graalvm parameter available from the foojay disco api, but the problem is that there is too little differentiation from the graalvm community edition and the new oracle graalvm, so the plugin ends up always pulling the community edition one.

If we could add all variations of "Oracle GraalVM" to the synonyms of https://github.com/foojayio/discoapi/blob/main/src/main/java/io/foojay/api/distribution/GraalVM.java#L136 then it would be pretty straightforward to select the correct version.

This change would render unique all the following combinations:

| Vendor | Native Compatible | Distribution |
| ------ | ----------------- | ------------ |
| GraalVM | true | GraalVM CE |
| Oracle | true | GraalVM |
| Oracle | false | Oracle JDK |

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.