Antonio Maria Sanchez Berrocal

Results 2 issues of Antonio Maria Sanchez Berrocal

# Description Use state serializer content type when saving dapr states. ## Issue reference Please reference the issue this PR will close: https://github.com/dapr/java-sdk/issues/1031 ## Checklist Please make sure you've completed...

breaking-change

## Expected Behavior After calling `client.saveStore(..)` with some arbitrary state like in [StateClient.java](https://github.com/dapr/java-sdk/blob/master/examples/src/main/java/io/dapr/examples/state/StateClient.java) example. I would like that state stored should look like this using MongoDb: ![image](https://github.com/dapr/java-sdk/assets/4238206/36d362b0-5713-4987-95be-90d82b0611a4) ## Actual Behavior...

kind/bug