chore: bump minimum Java version from 11 to 17#1721
Merged
dapr-bot merged 2 commits intodapr:masterfrom Apr 9, 2026
Merged
Conversation
Update maven.compiler.source, target, and release from 11 to 17 in root pom.xml and dapr-spring/pom.xml. Update all example README prerequisites to reference JDK 17 download links. Signed-off-by: Javier Aliaga <javier@diagrid.io>
salaboy
approved these changes
Apr 9, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1721 +/- ##
============================================
+ Coverage 72.90% 72.91% +0.01%
+ Complexity 2257 2256 -1
============================================
Files 242 242
Lines 7415 7415
Branches 738 738
============================================
+ Hits 5406 5407 +1
+ Misses 1648 1646 -2
- Partials 361 362 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Description
maven.compiler.source,target, andreleasein rootpom.xmlanddapr-spring/pom.xmlChanges
Build configuration
pom.xml— compiler source/target/release11→17dapr-spring/pom.xml— compiler source/target/release11→17Documentation
README.mdfiles — JDK prerequisite updated from 11 to 17 (Microsoft, Oracle, OpenJDK links)Test plan
mvn compilesucceeds with JDK 17+mvn testpassesIssue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1694
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: