java-sdk/sdk
Artur Souza 47918cc009
Resolving conflict for PR #110 (#130)
* Renaming State domain object.
Removing duplicate use of State Options.
Adding custom serialize and deserialize classes for StateOptions objects.

* #26 Refractor StateOptions to clean unused code

* Fixing merge issues.

* Fixing unit test for DaprClientHttpAdapterTest after refactoring.

Co-authored-by: Juan Jose Herrera <35985447+JuanJose-Herrera@users.noreply.github.com>
2020-01-20 11:34:54 -08:00
..
src Resolving conflict for PR #110 (#130) 2020-01-20 11:34:54 -08:00
checkstyle-java.xml Improved async call to okhttp. Former solution just wrapped a blocking call, now we using asynch call and collect the results via callbacks. Mono's are created based on the result. This make more efficient use of the resources since nothing is blocking now. Reformatted according new checkstyle (#48) 2019-12-16 15:43:06 -08:00
pom.xml Creating unit tests for HttpAdapter + Adding junit 5 dependency + Reformating code (#112) 2020-01-17 09:27:06 -08:00