Description
Dapr java SDK is available with JDK 11 and uses spring boot version 2.7.8 as of now. Spring boot has the release latest version 3.0.
In order to move the Spring 3.0 the library has to be supported with JDK 17.
With JDK 17, the java enterprise edition has moved to Jakarta enterprise edition and this needs some code changes as well.Specifically all the javax namespace has moved to Jakarta namespace.
We plan to move to JDK 17 along with Spring Boot 3.0.
Dapr SDK provides sdk-springboot library to support development using spring boot. As of now this library uses spring boot version 2.7.8. sdk-springboot library needs to be supported with latest version of spring boot 3.0.
After successfully moving to JDK 17 and Spring boot 3.0, we will adopt Spring native.