openrewrite / rewrite-github-actions

OpenRewrite recipes for performing GitHub action hygiene and migration tasks.
Apache License 2.0
9 stars 10 forks source link

`PreferTemurinDistributions` should not be applied if Java 15 is used #68

Closed yeikel closed 11 months ago

yeikel commented 1 year ago

Temurin is not distributing Java 15. I ignore why that's the case but to avoid doing harm, this recipe should not be applied for that version

See https://adoptium.net/temurin/releases/ and https://github.com/Netflix/servo/pull/476

yeikel commented 1 year ago

This might be hard to implement when version matrix are used. In general, most projects should be moving away from Java 15

timtebeek commented 11 months ago

Seeing how I don't suppose anyone is using Java 15 very much these days I'm going to close this issue. Thanks for the suggestion!