CoreMedia Content Cloud v11 Upgrade Guide / Version 2110
Table Of Contents
CoreMedia has finally deleted LdapMember#getOrganizationalUnit
that has never been used.
If you have implemented the LdapMember
interface, you can delete the method. You must
at least delete the @Override
annotation.
CoreMedia also deleted LdapUserProviderConfigurationProperties#supportMemberOus
,
which was used to activate LdapMember#getOrganizationalUnit
(and which was false by default).
With the deletion of LdapMember#getOrganizationalUnit
, the interface
OrganizationalUnit
became obsolete and has therefore been deprecated.