Expected Behavior
Everything in Spring is based on Java Bean specification we should follow suit and avoid using classes that are used by Spring that do not follow this spec. Java Bean specification is well understood by Java devs and we should be good citizens.
Actual Behavior
Currently DaprConnectionDetails uses getter methods without get.
Steps to Reproduce the Problem
Check the DaprConnectionDetails
Release Note
RELEASE NOTE: