renovate/lib/datasource/adoptium-java
2021-09-09 14:46:38 +00:00
..
__fixtures__ feat(datasource/adoptium): support jre only releases (#11652) 2021-09-09 13:45:10 +02:00
__snapshots__ feat(datasource/adoptium): support jre only releases (#11652) 2021-09-09 13:45:10 +02:00
common.ts feat(datasource/adoptium): support jre only releases (#11652) 2021-09-09 13:45:10 +02:00
index.spec.ts feat(datasource/adoptium): support jre only releases (#11652) 2021-09-09 13:45:10 +02:00
index.ts fix(datasource/adoptium-java): wrong cache key (#11658) 2021-09-09 14:46:38 +00:00
readme.md feat(datasource/adoptium): support jre only releases (#11652) 2021-09-09 13:45:10 +02:00
types.ts feat: add adoptium java datasource (#11055) 2021-08-02 18:50:35 +02:00

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 lookupName to get releases which come with the Java Development Kit.

Use java-jre as lookupName if you only want releases which come with the Java Runtime Environment. Currently only the LTS releases of Java come with the JRE.