Release Notes / Version 11.2310
Table Of ContentsSpringfox was replaced by Springdoc. This change is considered breaking. Customers using custom Spring controllers might have to update their annotations as described in the Springdoc migration guide: https://springdoc.org/v1/#migrating-from-springfox. The swagger documentation is still accessed the same way as before.
Note, that the application property
caas.swagger.enabled
has been removed and is now
replaced by the vendors original property
springdoc.swagger-ui.enabled
, defaulting to
false
by the delivered application properties. (see
https://springdoc.org/v1/#swagger-ui-properties)
Deployments, which formerly set the old property should be updated to
reflect the changed property name.
(CMS-23463)