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.