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

[test] JDK 22 upgrade #277

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Conversation

aaneja
Copy link
Contributor

@aaneja aaneja commented Oct 14, 2024

Changes made -

  1. Upgraded to latest stable Gradle (8.10.2)
  2. sun.net.spi.nameservice.NameServiceDescriptor was removed post JDK9. Migrated to the new InetAddressResolverProvider class introduced in JDK 18
  3. Had to setup first class dependencies for projects to have build work

Status

Source build works with

./gradlew clean build -x signArchives -x test --info

Source + tests fail - Need to figure out how Gradle runs the VM for tests and inject required --add-opens

name artifactId
artifactId artifactId
}
publishing {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO : Check if the publishing properties are correct. groupid should be mapped correctly

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.

1 participant