java-sdk
java-sdk copied to clipboard
Dapr SDK for Java
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...
## Expected Behavior When Http-Headers are give to method `invokeMethod` of class `DaprClient` these headers should be sent along with the request. ## Actual Behavior It seems that the metadata...
## Describe the proposal The Dapr Runtime added support for per actor type configurations in 1.7. This support needs to be added to the SDKs. The new configuration looks like:...
https://github.com/dapr/dapr/pull/4130 changes proto files to add unsubscribe API as well as additional fields to existing configuration API response. Implement the unsubscribe API as well as add in the additional fields...
**URL of the docs page** Website URL as ``https://docs.dapr.io/developing-applications/sdks/java/`` Source code in Git URL as ``https://github.com/dapr/java-sdk/blob/d3df194bad3826069b7c9cda5178196e92dacad1/daprdocs/content/en/java-sdk-docs/_index.md`` **How is it currently worded?** ``` ... ... // Dapr's core SDK with all...
The gRPC client and http client creation inside DaprClient is not flexible to outside users. For example when creating a grpc client, all the impactful configuration resides inside grpc ManagedChannel...
## Describe the proposal This feature in implemented in dapr runtime: https://github.com/dapr/dapr/issues/2906 It should be added to the SDK. Once implemented, it will also resolve https://github.com/dapr/java-sdk/issues/569 Also, add integration tests...
## Describe the proposal Ref https://github.com/dapr/dapr/issues/2864 UPDATE: DAPR_HTTP_ENDPOINT and DAPR_GRPC_ENDPOINT should also work with a local socket path instead of HTTP. Users can specify the value of the socket path...
I use dapr v1.0.0. I wrote the actor use Java SDK. To use the right OffsetDateTime class serialization I wrote a custom Json serializer `class ISO8601DaprObjectSerializer extends ObjectSerializer implements DaprObjectSerializer`....