Skip to content

Comments

Upgrade Java version from 11 to 17 in GitHub Actions workflow#365

Open
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
devin/1771541966-upgrade-java-17
Open

Upgrade Java version from 11 to 17 in GitHub Actions workflow#365
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
devin/1771541966-upgrade-java-17

Conversation

@devin-ai-integration
Copy link

@devin-ai-integration devin-ai-integration bot commented Feb 19, 2026

Summary

Updates the GitHub Actions CI workflow (gradle.yml) to use Java 17 (Azul Zulu distribution) instead of Java 11. This is a two-line change: the step name and the java-version parameter.

Review & Testing Checklist for Human

  • Verify CI passes: The most important check — confirm that the Gradle build and test suite complete successfully under JDK 17. Java 11→17 can introduce breaking changes (removed APIs, stronger JDK internal encapsulation via --illegal-access=deny default).
  • Check Gradle wrapper version: Ensure the project's Gradle wrapper version supports Java 17 (Gradle 7.3+ required). Inspect gradle/wrapper/gradle-wrapper.properties.
  • Consider build.gradle alignment: This PR only changes the CI JDK — verify whether sourceCompatibility/targetCompatibility in build.gradle should also be bumped to 17, or if compiling with JDK 17 targeting an older bytecode level is intentional.

Notes


Open with Devin

Co-Authored-By: chris.cazenave@windsurf.com <chris.cazenave@windsurf.com>
@devin-ai-integration
Copy link
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link
Author

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 3 additional findings.

Open in Devin Review

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.

0 participants