Mukundan Sundararajan
Mukundan Sundararajan
## Describe the proposal Add additional verifications for Install command both self-hosted and kubernetes Add tests for initializing the latest stable version of runtime. Verify previous components do not get...
## Describe the proposal Steps - Run dapr init Have an application run the sidecar in k8s Run dapr upgrade Rollout redeploy the application Verify the application works as expected...
## Describe the proposal - On upgrade, check that the certs are the same as before (if it existed before) - Test the `--set` flag on upgade works as expected...
**What content needs to be created or modified?** Update docs with ASB metadata for bindings **Describe the solution you'd like** **Where should the new material be placed?** **The associated pull...
https://github.com/dapr/dapr/pull/4130 changes proto files to add unsubscribe API as well as additional fields to existing configuration API response. Implement the unsubscribe API as well as add in the additional fields...
## Describe the proposal Add auto validation for Actors Java Examples. Follow the guides/examples in https://github.com/dapr/mechanical-markdown for more information on the validator used. Similar to the PR https://github.com/dapr/java-sdk/pull/464. Add the...
## Describe the proposal With Java 17 being released, change `build.yaml` and `validate.yaml` to include validations against [Java 17](https://jdk.java.net/17/).
## Describe the proposal Similar to dapr/dapr, dapr/cli repos and other repos in Dapr org, have Dapr-bot automatically draft a new release off of the new release tag vMajor.Minor.Patch. Modify...
## Describe the proposal Add unit test coverage in sdk-springboot Part of https://github.com/dapr/dapr/issues/2226
## Describe the proposal Increase unit test coverage in sdk-actors For the classes: - runtime.ActorObjectSerializer (two public methods untested) - runtime.ActorRuntime (around 53% line coverage) (Certain illegal arguments, exception scenarios)...