-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
Reproduction steps
Notice the use of a hack for the JDK crawler:
Lines 29 to 31 in 5b0906a
| // HACK HACK HACK INFRA-2345 | |
| // Temporary bandaid to give up scraping and use a snapshot | |
| return JSONObject.fromObject(new File("jdk.hack.json").text) |
jdk.hack.json is a snapshot of the last successful run dated from November 2019.
Expected Results
No hack, JDK retrieved from Oracle website or other source of truth.
Actual Results
The returned JDK list dates from November 2019.
Anything else?
Source of the hack:
Reactions are currently unavailable