java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Dapr SDK for Java

Results 229 java-sdk issues
Sort by recently updated
recently updated
newest added

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...

dependencies
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...

dependencies
java

## 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...

kind/bug
triaged/resolved
P1

## 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:...

kind/enhancement-runtime-dependency

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...

kind/enhancement
P1
breaking-change
kind/enhancement-runtime-dependency

**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...

kind/documentation
good first issue
content/typo

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...

P2

## 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...

kind/enhancement
good first issue
triaged/resolved
area/actor/runtime
P1
size/S
kind/enhancement-runtime-dependency

## 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...

help wanted
good first issue
triaged/resolved
area/client
P1
size/S

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`....

kind/bug
triaged/resolved
area/client
P1
size/XS