Release Notes / Version 12.2406.0
Table Of Contents
Content-Server: Removal of
deprecated query
command line tool options:
The deprecated
paths
andversions
(short option:e
) option of thequery
command line tool were removed. Use thepath
andversionquery
parameter instead.
The location of loggers for certain classes changed. The following
classes are now using a logger in their own class instead of the
logger of the hox.corem.server.Server
class:
hox.corem.server.ResourceImpl
hox.corem.server.DocumentTypeImpl
hox.corem.server.FolderImpl
hox.corem.server.RepositoryImpl
hox.corem.server.ListenerManager
hox.corem.server.CapUserManager
hox.corem.server.ResourceCache
hox.corem.server.SessionManager
hox.corem.server.SortingServiceFactory
Common:
com.coremedia.publisher.importer.XmlPropertyTransformer#getFilter
now also throwsNoSuchMethodException
andInvocationTargetException
Middle:
com.coremedia.cap.util.ContentCacheKey
now extendscom.coremedia.cache.util.ObjectCacheKey
instead ofcom.coremedia.cap.util.ObjectCacheKey
(CMS-23686)