Release Notes / Version 11.2310
Table Of Contents
The deprecated method
com.coremedia.cap.multisite.Site#getManagerGroupName
has been deleted. If you still use it in your project code, replace it
with
getManagerGroupNames().stream().findFirst().orElse("")
– mind, though, that it is better respecting all group names returned
by getManagerGroupNames()
.
(CMS-20003)