chore: upgrade minium Java version to 17#407
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #407 +/- ##
=======================================
Coverage 88.29% 88.29%
=======================================
Files 21 21
Lines 1547 1547
Branches 280 280
=======================================
Hits 1366 1366
Misses 83 83
Partials 98 98 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR raises the project’s minimum supported Java version from 11 to 17 and updates build/CI/docs accordingly so compilation and the test matrix align with the new baseline.
Changes:
- Update Maven compiler configuration to target Java 17.
- Update the examples module to compile with Java 17.
- Update CircleCI images and test matrix and adjust README minimum Java requirement.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates documented minimum Java requirement to 17. |
| pom.xml | Bumps Maven compiler level to Java 17 for the main project build. |
| examples/pom.xml | Bumps examples module compilation target to Java 17. |
| .circleci/config.yml | Moves default CircleCI JDK image to 17 and drops JDK 11 from the test matrix. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f1792ba to
6abb27c
Compare
alespour
approved these changes
Jul 1, 2026
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.
Closes #
Proposed Changes
Checklist