adoptium / adoptium/api.adoptium.net
Add API support for Semeru "Editions"
- Dominant language
- Kotlin
- Stars
- 44
- Forks
- 36
- Avg merge
- 5h 27m
- Merged PRs (30d)
- 42
Description
**Is your feature request related to a problem? Please describe.**
IBM Has released 2 versions of the Semeru Runtimes, Open Edition and Certified Edition. Open Edition is released under the standard GPL v2 +CE License and Certified Edition is released under IBM Commercial License. We would like to have both versions be available via the API.
**Describe the solution you'd like**
My initial thought is to add a "filter" or parameter similar to heap_size called `edition`. Initially it would likely have 3 values, `default` for all non-Semeru builds, `open` and `certified`. This parameter could likely be reused in the future if needed by another variant or vendor.
**Describe alternatives you've considered**
I also thought about using `license` filter since the 2 editions are released under different licenses, but I think I like edition more.
**Additional context**
https://developer.ibm.com/languages/java/semeru-runtimes/downloads?license=GPL
https://developer.ibm.com/languages/java/semeru-runtimes/downloads?license=IBM
Contributor guide
Assessment
This issue has not been assessed yet.