java-sdk/sdk
mestizoLopez 44a2806659 Java sdk wip (#77)
* Fixing issue regarding GET and DELETE method

* Adding unit test for DaprHttp.java

* Adding test scope

* Renaming a property and fixing conflict to merge.

Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2020-01-10 14:52:21 -08:00
..
src Java sdk wip (#77) 2020-01-10 14:52:21 -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 Java sdk wip (#77) 2020-01-10 14:52:21 -08:00