salaboy

Results 393 comments of salaboy

@Ln11211 no but this is not maintained and probably not working

We upgraded to Spring Boot 3.x : https://github.com/dapr/java-sdk/blob/9cd6db2f5d78a349cc115d75d3d144a26e777667/dapr-spring/pom.xml#L31 and the SDK as far as I know it is not using any JDK 17 features, so we are using 11, but...

Done in 1.14. Support for JDK 17 and Spring Boot 3.4.3

I am closing this issue in favour of this one: https://github.com/dapr/java-sdk/issues/1509

I think this is for @balsarori to merge.

this is targeting 6.x so I will defer to @balsarori

@daisuke-yoshimoto now we have a different approach in 7.x and 6.x -> https://github.com/Activiti/Activiti/blob/develop/activiti-spring/src/main/java/org/activiti/spring/autodeployment/AbstractAutoDeploymentStrategy.java#L69 Should I merge this one as well?

@siri-varma I agree. From a (pure) Java point of view this is ready to be merged.

@humblefool25 i think on the core , plain Java modules we want to keep the source compatible with 11. spring boot 3.x needs 17. If you use the sdkman provided...