Release Notes / Version 12.2406.0
Table Of ContentsRemoved usages of Apache HTTP Components 4.x
All usages of Apache HTTP Components 4.x
(org.apache.httpcomponents:httpclient
and
org.apache.httpcomponents:httpcore
) have been
removed from core and blueprint sources.
Follow Section, “Removed usages of Apache HTTP Components 4.x” for upgrade information.
(CMS-24084)
Replacement/Removal of Deprecated Code
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)
Third-Party Update: Caffeine
Updated Caffeine from 2.9 to 3.1.
(CMS-23557)