I am trying to use smallrye-open-api (MicroProfile OpenAPI) with Wildfly 20. I have multiple war files (modules) deployed on one wildfly instance in standalone mode. Is it possible to specify with war file should be covered with open api documentation? I am trying but meet warnings like that
10:59:06,082 WARN [org.wildfly.extension.microprofile.openapi.smallrye] (MSC service thread 1-5) [] WFLYMPOAI0003: MicroProfile OpenAPI endpoint already registered for host 'default-host'. Skipping OpenAPI documentation of 'module-1.war'
For all my modules. Seems like Wildfly tries to register OpenAPI endpoint randomly on first met module.