mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
.. | ||
__fixtures__ | ||
__snapshots__ | ||
common.ts | ||
index.spec.ts | ||
index.ts | ||
readme.md | ||
types.ts |
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.