Skip to content

Comments

Update Java version from 11 to 17 in build and CI configuration#350

Open
devin-ai-integration[bot] wants to merge 2 commits intomasterfrom
devin/1770785552-java-17-update
Open

Update Java version from 11 to 17 in build and CI configuration#350
devin-ai-integration[bot] wants to merge 2 commits intomasterfrom
devin/1770785552-java-17-update

Conversation

@devin-ai-integration
Copy link

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

Summary

Updates Java version from 11 to 17 in two places:

  • build.gradle: sourceCompatibility and targetCompatibility changed from '11' to '17'
  • .github/workflows/gradle.yml: CI setup-java step updated from JDK 11 to JDK 17 (required for CI to compile against Java 17 source/target)

No dependency or code changes are included; Spring Boot 2.6.3 and the existing dependency set already support Java 17.

Updates since last revision

Added the CI workflow change (.github/workflows/gradle.yml) — the initial build.gradle-only change caused CI to fail with error: invalid source release: 17 because the runner was still provisioning JDK 11. App was verified locally with ./gradlew bootRun on Java 17 and all CI checks now pass.

Review & Testing Checklist for Human

  • Confirm no other CI workflows or tooling (e.g. Dockerfiles, scripts) still reference Java 11 and would break
  • Run ./gradlew clean test locally with a Java 17 JDK to verify no runtime regressions beyond what CI covers

Notes

Co-Authored-By: Vedant Khanna <vedantkhanna@gmail.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 2 additional findings.

Open in Devin Review

Co-Authored-By: Vedant Khanna <vedantkhanna@gmail.com>
@devin-ai-integration devin-ai-integration bot changed the title Update Java version from 11 to 17 in build configuration Update Java version from 11 to 17 in build and CI configuration Feb 11, 2026
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