* Update docs regarding changing the protobuf url and skip the cache when downloading protobuf definitions
Signed-off-by: John Ewart <john@johnewart.net>
* Update pom.xml
Changed protobuf base url to point back at commit `683a436ff1367e4ff2d27da2d79069c04ec2c46d`
Signed-off-by: John Ewart <john@johnewart.net>
* Update README.md
Minor change to readme
Signed-off-by: John Ewart <john@johnewart.net>
Signed-off-by: John Ewart <john@johnewart.net>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Add Dapr Docs
* Added Java code examples for all building blocks
* Fixed version numbers and comments
* Fixed version numbers
* Update java-contributing.md
* PR review updates.
- Reduce Dapr version to 1.1.0
- Correct code syntax
- Describe Virtual Actors Pattern
* Change version back to 1.1.0
* Add Dapr Docs
* Added Java code examples for all building blocks
* Fixed version numbers and comments
* Fixed version numbers
* Update java-contributing.md
* PR review updates.
- Reduce Dapr version to 1.1.0
- Correct code syntax
- Describe Virtual Actors Pattern
* Change version back to 1.1.0
* Reference shortcode for java sdk version
* Update docs version script
* Rever version of SDK to 1.1.0
Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Refactor order of params for State class.
* Example for unit testing.
* Change toString() for State class.
* Add unittesting example to main README.
* Fix cmd for unittesting example.
* Add sleep to http inputing binding example validation.
* Fix unittesting example check.
* update readme with secrets example link
* Update opentelemetry to 0.7.1, change repo id for sping
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* 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.
* 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>
* Adding documentation to reference Project Reactor.
* Explain how to implement and use custom serializer.
* Adding multi-state store in the state example.