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
Hi,
This is about using OpenApi in a Kotlin project.
When an endpoint is marked with java.lang.Deprecated, then SpringDoc shows it as deprecated in the GUI (as expected). For Kotlin projects, it would be good to have the same support for when the annotation kotlin.Deprecated is used. It is possible to add "deprecated = true" to @operation to see the strike-through on the swagger page, but then we still miss the message, level and ReplaceWith of the kotlin.Deprecated annotation.
The text was updated successfully, but these errors were encountered:
Hi,
This is about using OpenApi in a Kotlin project.
When an endpoint is marked with java.lang.Deprecated, then SpringDoc shows it as deprecated in the GUI (as expected). For Kotlin projects, it would be good to have the same support for when the annotation kotlin.Deprecated is used. It is possible to add "deprecated = true" to @operation to see the strike-through on the swagger page, but then we still miss the message, level and ReplaceWith of the kotlin.Deprecated annotation.
The text was updated successfully, but these errors were encountered: