mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
143c9a6751
Renames `lookupName` to be `packageName`. BREAKING CHANGE: Use `packageName` instead of `lookupName` if interacting with Renovate datasources directly.
10 lines
530 B
Markdown
10 lines
530 B
Markdown
This datasource returns releases from [Adoptium](https://adoptium.net/) API.
|
|
|
|
It uses `image_type=<jre|jdk>&project=jdk&release_type=ga&sort_method=DATE&sort_order=DESC&vendor=adoptium` as filter parameters.
|
|
|
|
It only uses the first 50 pages with 50 items per page.
|
|
|
|
Use `java-jdk` or `java` as `packageName` to get releases which come with the Java Development Kit.
|
|
|
|
Use `java-jre` as `packageName` if you only want releases which come with the Java Runtime Environment.
|
|
Currently only the LTS releases of Java come with the JRE.
|