Skip to content

[test] JDK 22 upgrade#277

Draft
aaneja wants to merge 6 commits intoprestodb:masterfrom
aaneja:gradleUpgrade810_jdk22
Draft

[test] JDK 22 upgrade#277
aaneja wants to merge 6 commits intoprestodb:masterfrom
aaneja:gradleUpgrade810_jdk22

Conversation

@aaneja
Copy link
Copy Markdown
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
Copy Markdown
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