Skip to content

BREAKING CHANGE: Remove Java 11 support#282

Merged
curfew-marathon merged 2 commits intomainfrom
breaking/remove-java-11-support
Feb 6, 2026
Merged

BREAKING CHANGE: Remove Java 11 support#282
curfew-marathon merged 2 commits intomainfrom
breaking/remove-java-11-support

Conversation

@curfew-marathon
Copy link
Contributor

@curfew-marathon curfew-marathon commented Feb 6, 2026

Java 17 is now the minimum required version

  • Updated build.gradle to set sourceCompatibility and targetCompatibility to Java 17
  • Updated GitHub Actions workflow to test on Java 17 and 21 only
  • Removed Java 11 from CI/CD test matrix
  • Updated all workflow jobs to use Java 17 as the base version

Summary by CodeRabbit

  • Chores
    • Updated Java toolchain configuration to require Java 17 as the minimum version. Java 11 support has been removed.
    • Modernized continuous integration pipeline by consolidating Java version matrix to Java 17 and 21.
    • Aligned all build and publish workflows to use Java 17.

…equired version

- Updated build.gradle to set sourceCompatibility and targetCompatibility to Java 17
- Updated GitHub Actions workflow to test on Java 17 and 21 only
- Removed Java 11 from CI/CD test matrix
- Updated all workflow jobs to use Java 17 as the base version
@curfew-marathon curfew-marathon requested a review from a team as a code owner February 6, 2026 16:02
@dosubot
Copy link

dosubot bot commented Feb 6, 2026

Related Documentation

Checked 7 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 6, 2026

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Walkthrough

Updates Java version requirement across CI workflows and build configuration, removing Java 11 support and setting Java 17 as the minimum version for compilation and testing.

Changes

Cohort / File(s) Summary
CI Workflow Configuration
.github/workflows/main.yaml
Reduces Java test matrix from [11, 17, 21] to [17, 21]; updates coverage upload condition from Java 11 to Java 17; changes Java version to 17 in test and publish workflows.
Build Configuration
build.gradle
Updates sourceCompatibility and targetCompatibility from JavaVersion.VERSION_11 to JavaVersion.VERSION_17.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

Suggested reviewers

  • jimmyjames
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: removing Java 11 support and establishing Java 17 as the minimum version, which aligns with all modifications across build.gradle and CI workflows.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch breaking/remove-java-11-support

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link

codecov-commenter commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.70%. Comparing base (8320174) to head (2d7bcde).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #282   +/-   ##
=========================================
  Coverage     37.70%   37.70%           
  Complexity     1236     1236           
=========================================
  Files           197      197           
  Lines          7609     7609           
  Branches        880      880           
=========================================
  Hits           2869     2869           
  Misses         4601     4601           
  Partials        139      139           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

SoulPancake
SoulPancake previously approved these changes Feb 6, 2026
Copy link
Contributor

@jimmyjames jimmyjames left a comment

Choose a reason for hiding this comment

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

we should update the README to note the changed minimum java support version, and maybe note we officially support the latest two LTS versions and others are best-effort. If needed we can do a fast-follow with this if needed

@curfew-marathon curfew-marathon added this pull request to the merge queue Feb 6, 2026
Merged via the queue into main with commit 9674021 Feb 6, 2026
29 checks passed
@curfew-marathon curfew-marathon deleted the breaking/remove-java-11-support branch February 6, 2026 20:24
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.

4 participants