dapr / java-sdk

Dapr SDK for Java
Apache License 2.0
258 stars 203 forks source link

Upgrade to minimum Java SDK 17 #1074

Open salaboy opened 1 month ago

salaboy commented 1 month ago

Expected Behavior

The minimum Java-supported version should be upgraded to Java SDK 17. With a closer integration with the Spring Boot 3.x framework in the work, removing support for Java SDK 11 becomes a blocker.

Spring Boot 3.0 requires Java 17, moving to JDK 17 will help us to speed up the Spring Boot and future Quarkus integrations.

Actual Behavior

Java SDK 11 is supported

Steps to Reproduce the Problem

Release Note

RELEASE NOTE: UPDATE Runtime requirements

msfussell commented 1 month ago

This should be update in the Java Quickstarts here https://github.com/dapr/quickstarts/issues/1042 Also a PR for any samples in this Java SDK may be needed

salaboy commented 1 month ago

@msfussell this issue is for upgrading the requirements of the Java SDK not the quickstart.. those are two different things. I think upgrading the Java SDK itself is much more sensitive and it might take quite some time. I've opened the issue to gather community feedback about this.