Skip to content

Redunant(wrong) direction appended to @PageableDefault #2152

Closed
@onacit

Description

@onacit

Describe the bug

With following code,

    public PagedModel<Some> read(
            @PageableDefault(sort = {
                    "some,desc",
                    "other,desc",
                    "another.that,desc"
            })
            @ParameterObject final Pageable pageable) {
}

Swagger UI renders a redundant direction,

Screenshot 2023-03-21 at 5 57 34 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions