You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
having the special config property to include/exclude logging-manager from the openApi it seems ok to remove the condition !managementConfig.enabled mentioned in the above line. thus, extension user can decide whether to include it in openApi or not independent on management interface configuration.
The text was updated successfully, but these errors were encountered:
it is a follow-up issue of the #200
logging-manager works ok on management port and path.
however, there is a condition in the processor that prevents logging-manager endpoints to be added into the openapi/swagger.
quarkus-logging-manager/deployment/src/main/java/io/quarkiverse/loggingmanager/deployment/LoggingManagerProcessor.java
Line 101 in 961f1d8
having the special config property to include/exclude logging-manager from the openApi it seems ok to remove the condition
!managementConfig.enabled
mentioned in the above line. thus, extension user can decide whether to include it in openApi or not independent on management interface configuration.The text was updated successfully, but these errors were encountered: