java-sdk
java-sdk copied to clipboard
Dapr SDK for Java
While implementing #658 (Adding support for TTL and intervals) I possibly came across some inconsistency with the documentation on Actor Timers and Reminders. ## Expected Behavior The `dapr-sdk-actors` implementation -...
## Describe the feature The dapr core runtime is planning on supporting actor reentrancy. The bulk of this logic will be handled in dapr's runtime but the SDK will be...
## Describe the proposal Take the existing service invocation example and rewrite it to use the gRPC proxy approach instead: https://github.com/dapr/java-sdk/tree/master/examples/src/main/java/io/dapr/examples/invoke/grpc https://docs.dapr.io/developing-applications/building-blocks/service-invocation/howto-invoke-services-grpc/
I wonder if the dapr-sdk can be compiled and used in a graalVM native-image project?
## Describe the proposal Add methods for distributed lock API. Main Issue: https://github.com/dapr/dapr/issues/3549
Replace this to fix the dependency issue with okhttp3 https://github.com/dapr/java-sdk/issues/687
## Describe the proposal Change the configuration API response to handle dictionary. Main issue in dapr/dapr in pasted here. https://github.com/dapr/dapr/issues/4556
# Description I've made some changes to move away from hardcoded "127.0.0.1" IP addresses (representing `localhost`) to make the SDK and Tests compatible with exclusively IPv6 environments: - Replaced hardcoded...
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.3.5.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.3.5.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...