Skip to content

DaprConnectionDetails for Spring Boot should follow the Java Bean specification #1316

@artur-ciocanu

Description

@artur-ciocanu

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions