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

Exchange adopt with temurin in CD example #66

Merged

Conversation

NotMyFault
Copy link
Member

AdoptOpenJDK has moved to the Eclipse Foundation and does now deploy their OpenJDK builds under Adoptium.
If you use adopt in your runner files, you get Java 8.0.292+1, the last build under AdoptOpenJDK, where Temurin serves 8.0.312+7, the actual latest build of Java 8.
A minor change but, but ensures your runner uses an up to date version of Java.

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did

@NotMyFault NotMyFault changed the title Exchange adopt with temurin Exchange adopt with temurin in CD example Jan 24, 2022
with:
distribution: 'adopt'
distribution: temurin
java-version: 8
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if it would be worth to run the release task with 11 instead 8 🤔

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unsure, definitely should when plugins are allowed to be java 11 only

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That for sure, should be non-breaking though, considering it's the Java version the runner uses, not the Java version the plugin is compiled against or sth.

@timja timja merged commit a9daf19 into jenkinsci:master Jan 24, 2022
@NotMyFault NotMyFault deleted the chore/master/exchange-adopt-with-temurin branch January 24, 2022 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants