openrewrite / rewrite-github-actions

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

Migrate from `adopt-openj9` to `semeru` distribution #70

Closed yeikel closed 1 year ago

yeikel commented 1 year ago

This recipe should be identical to PreferTemurinDistributions with the difference that the migration is from adopt-openj9 to semeru

NOTE: AdoptOpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from adopt and adopt-openj9, to temurin and semeru respectively, to keep receiving software and security updates. See more details in the Good-bye AdoptOpenJDK post.

Source for the quoted text above : https://github.com/actions/setup-java#supported-version-syntax

yeikel commented 1 year ago

@timtebeek I can take this one as well