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
Hello,
I was implementing a custom actuator with @RestControllerEndpoint. I wanted to add documentation on my actuator and the summary setting doesn't work properly.
Hello,
I was implementing a custom actuator with @RestControllerEndpoint. I wanted to add documentation on my actuator and the
summary
setting doesn't work properly.Below an example with screen
Example Application to reproduce
Main class
Actuator annotation @endpoint
Actuator annotation @RestControllerEndpoint
Versions:
Springboot 2.7.3
Spring openapi 1.6.11
Maven dependencies:
application.properties
SwaggerUI:
Summary field of @operation annotation is ignored and showed other.
The text was updated successfully, but these errors were encountered: