Release Notes / Version 10.2107
Table Of ContentsIn case you did use the remote bean API of cap lists (although they are not marked as Public-Api) you need to adjust your Maven dependencies and ActionScript/MXML imports:
The following classes/interfaces in
control-room-rest-client
:
com.coremedia.collaboration.controlroom.rest.CapList
com.coremedia.collaboration.controlroom.rest.CapListImpl
com.coremedia.collaboration.controlroom.rest.CapListPropertyNames
com.coremedia.collaboration.controlroom.rest.CapListRepository
com.coremedia.collaboration.controlroom.rest.CapListRepositoryImpl
have been moved to
cap-rest-client
:
com.coremedia.cap.list.CapList
com.coremedia.cap.list.CapListPropertyNames
com.coremedia.cap.list.CapListRepository
and
cap-rest-client-impl
:
com.coremedia.cap.list.impl.CapListImpl
com.coremedia.cap.list.impl.CapListRepositoryImpl
As
control-room-rest-client
didn't contain any more sources the module was removed.
(CMS-19694)