* Replace deprecated cli options with new ones
* Change DAPR_CLI_REF in build.yaml
* Change DAPR_REF in build.yaml
* Revert "Change DAPR_CLI_REF in build.yaml"
This reverts commit 7d9621f3aa.
* 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>
* 1. Added Spring boot maven plugin to create fat jar.
2. Created new main class as entry point for the fat jar.
3. Updated Readme and comments for all the examples
* 1) Configured spring boot maven plugin to not include version in the generated fat jar name and updated readme and comments
2) Removed SpringBootApplication annotation from DaprMainApplication.
3) Minor formating changes
* Update DaprMainApplication.java
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Adding documentation to reference Project Reactor.
* Explain how to implement and use custom serializer.
* Adding multi-state store in the state example.
* 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>
* Fixing java docs issues.
* Configuring site plugin, maven site:deploy goal will put all generated site inside the "docs" directory in the root of the local repo, changes will need to be manually pushed.
* Adding site to be deployed in github pages.
* Including link for javadocs in parent landing page, ignoring examples module.
* Updating documentation site to default o javadocs
* Configuring site plugin to only generate javadocs
* Deleting javadocs for modules
* Adding to GIT Ignore list directories for the javadocs for each module.