You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.