Skip to content

ApiInfo in Docket will not contain old value if parameter is null. #3314

@Snap252

Description

@Snap252

The implementation of apiInfo fluent Interface in springfox.documentation.spring.web.plugins.Docket is not consistent to other methods like groupName or host - the old value will not be kept due to a missing this qualifier in 2nd parameter:

see:

this.groupName = defaultIfAbsent(groupName, this.groupName);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions