Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Run tests on Java 17 #5753

Closed
wants to merge 19 commits into from
Closed

Run tests on Java 17 #5753

wants to merge 19 commits into from

Conversation

carterkozak
Copy link
Contributor

@carterkozak carterkozak commented Nov 5, 2021

Tests are failing since atlas hasn't upgraded to Gradle 7 yet

Is anyone looking into taking the plunge?

Goals (and why):

Latest LTS release, I'd like to verify atlasdb can pass tests before upgrading products that use atlasdb code!

Implementation Description (bullets):

Using the new baseline java versions plugin to set java versions for libraries, and the version to use for tests

Testing (What was existing testing like? What have you done to improve it?):

This is that :-D

Concerns (what feedback would you like?):

Where should we start reviewing?:

Priority (whenever / two weeks / yesterday):

@jeremyk-91
Copy link
Contributor

I was OOTO from last week Friday. Will get to this at some point this week.

@jeremyk-91
Copy link
Contributor

Gradle 7: @sudiksha27 is actually in the process of doing it!

@stale
Copy link

stale bot commented Jan 8, 2022

This PR has been automatically marked as stale because it has not been touched in the last 30 days. If you'd like to keep it open, please leave a comment or add the 'long-lived' label, otherwise it'll be closed in 7 days.

@stale stale bot added the stale label Jan 8, 2022
@stale stale bot removed the stale label Mar 14, 2022
Comment on lines +38 to +41
javaVersions {
libraryTarget = 11
runtime = 17
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would expect this to fail if atlasdb still sets javaVersions {... in gradle/versions.gradle.

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

Successfully merging this pull request may close these issues.

4 participants