renovate/lib/modules/datasource/adoptium-java/readme.md
Rhys Arkins 143c9a6751 refactor: rename lookupName -> packageName (#14494)
Renames `lookupName` to be `packageName`.

BREAKING CHANGE: Use `packageName` instead of `lookupName` if interacting with Renovate datasources directly.
2022-03-04 09:04:02 +01:00

530 B

This datasource returns releases from Adoptium 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.