Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the JDK crawler and get rid of the hack from INFRA-2345 #131

Open
lemeurherve opened this issue Nov 15, 2023 · 0 comments
Open

Fix the JDK crawler and get rid of the hack from INFRA-2345 #131

lemeurherve opened this issue Nov 15, 2023 · 0 comments
Labels

Comments

@lemeurherve
Copy link
Member

Reproduction steps

Notice the use of a hack for the JDK crawler:

crawler/jdk.groovy

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant