Skip to content

GroupedOpenApi.builder addOpenApiCustomiser execution order is reversed #1633

@FelixStumvoll

Description

@FelixStumvoll

Since 1.6.8 when using GroupedOpenApi.builder().addOpenApiCustomiser() multiple times, the customizers are executed in reverse compared to the previous version.
E.g. if i add customizer A and then customizer B i expect that A is executed first. However in 1.6.8 the order is reversed and B is called first.

I'm not sure if this is intended behavior or was introduced on accident.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions