* Get Proto files from the DAPR repository.
* Change proto to a fixed ref + download in target dir.
* Changing proto URLs to use v0.4.0
Co-authored-by: Juan Jose Herrera <35985447+JuanJose-Herrera@users.noreply.github.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.
* 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>