Upgrade to Java 21 with Gradle 9 and modern tooling#5
Merged
Conversation
…avadoc - Upgrade Gradle wrapper from 8.1.1 to 9.3.1 with Gradle 9 API compliance - Upgrade Java target from 11 to 21, requiring sourceCompatibility/targetCompatibility updates - Upgrade all dependencies: more-commons (5.1.0), guava (33.4.0-jre), immutables (2.10.1), error-prone (2.36.0), log4j (2.24.3), junit-jupiter (5.11.4), SLF4J (2.0.16) - Switch from sonatype/nexus-staging to com.vanniktech.maven.publish (0.36.0) for Maven Central - Modernize GitHub Actions: checkout v4, setup-java v4, gradle/actions/setup-gradle v4, Java 21 - Remove org.inferred.processors plugin (incompatible with Gradle 9), use annotationProcessor config - Add junit-platform-launcher as testRuntimeOnly (required by Gradle 9) - Switch from testsJar to java-test-fixtures plugin - Add comprehensive class-level and method-level javadoc to all Java source and test files - Fix Gradle 9 deprecations: use .configureEach for tasks.withType, tasks.register, tasks.named Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code