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

Enable running tests in JDKs != 8 #672

Merged
merged 2 commits into from
Aug 31, 2023

Conversation

rgallardo-netflix
Copy link
Contributor

This required adding removing dependencies in packages that were removed in JDK9 and later.

This required adding removing dependencies in packages that were removed in JDK9 and later.
@@ -37,4 +37,12 @@ subprojects {
tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kilink , try pulling this change into your branch and run with

./gradlew  -DtestJdk=17 clean test

to run the tests under 17.
As of this change, I still have a bunch of failures, but they seem to mostly be related to dep mismatches with Mockito :-(

@rgallardo-netflix rgallardo-netflix merged commit a3ea991 into Netflix:2.x Aug 31, 2023
1 check passed
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.

None yet

1 participant