Release Notes / Version 11.2310
Table Of Contents
Swagger and the related libraries were updated for maintainability
reasons. The updates made some refactorings necessary. As a
consequence, the previously public api package
com.coremedia.caas.web.rest
has been revoked, as it
doesn't contain any classes anymore. The previous public 3rd party
package springfox
has been revoked also, as the
CoreMedia classes do not expose the Springfox annotations are anymore.
As the swagger default page address has changed from /swagger-ui.html to /swagger-ui/index.html, we've marked this change breaking.
The new libraries for swagger/open api are:
io.swagger.core.v3:swagger-annotations:jar:2.1.10
io.swagger:swagger-annotations:jar:1.6.2
The new library versions for the swagger ui are:
io.springfox:springfox-boot-starter:jar:3.0.0
io.springfox:springfox-core:jar:3.0.0
io.springfox:springfox-spi:jar:3.0.0
io.springfox:springfox-spring-web:jar:3.0.0
(CMS-19836)