Release Notes / Version 12.2506.0
Table Of ContentsThe following deprecated classes and methods have been removed:
com.coremedia.ldap.OrganizationalUnithox.corem.server.media.S3StoreNote:
hox.corem.server.media.S3BlobStorehandles encryption differently. It uses the buckets default method. If you want to keep the behavior of the removed class, you need to set the encryption mode to AES256 explicitly viacap.server.blobstore.s3.encryption-mode=AES256.
com.coremedia.ldap.LdapUserProvider.defaultLdapProperty(Properties, String, String)com.coremedia.ldap.LdapUserProvider.getExpirationSeconds()com.coremedia.ldap.LdapUserProvider.tokenize(String, String)com.coremedia.ldap.UserProvider.getExpirationSeconds()hox.corem.server.media.CompoundMediaStoreSelector.addSelector(MediaStoreSelector)hox.corem.server.media.CompoundMediaStoreSelector.setSelectors(List)hox.corem.server.media.CompoundMediaStoreSelector()hox.corem.server.media.UploadContextImpl(MimeType, int, String, String, String, boolean)
Additionally, the property
cap.server.blobstore.s3.enhanced has been removed,
as it was only used for backward compatibility reasons to use the
removed S3Store. Now, the
hox.corem.server.media.S3BlobStore is always used,
when cap.server.blobstore.s3.bucketname is set.
(CMS-27560)


