* Update proto files for 0.8.0 release (#283)
* Bump dapr core to master
* Update integration tests for 0.8.0 proto changes
* Added unit tests to ensure StateOptions enums always map to their equivalent gRPC enums
* Remove some uneed comments/imports
* Update pub/sub subscription to match new route/metdata format (#278)
* Automatically initialize actor on first invocation (#284)
* Update integration tests to publish to more than one pubsub topic/route
* Bump dapr CLI version
* Remove uneeded interface and exception
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Reducing verbosity in logs by setting log level to INFO in examples and tests
* Reducing verbosity in logs by setting log level to INFO in examples and tests
* Delete application.properties
* Delete application.properties
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Updating proto file from dapr.
* Adding support for multi-state store.
* Allow PubSubIT to get accept events out of order.
Co-authored-by: Shalabh Mohan Shrivastava <shalabhms@gmail.com>
* Actor IT - timers, reminders, turn-based concurrency
IT for actor timer, reminder, turn-based concurrency
* Remove commented out code
* Remove comment
* Update MyActorService.java
* Update ActorTurnBasedConcurrencyIT.java
* Keep the latest stable version of junit. (#169)
* merge with changes in master
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Adding Integration Test for Pub Sub over HTTP
* Update PubSubIT.java
* Remove unneeded thread sleep
* Serializer is now optional in client builder.
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>