Release Notes / Version 10.2104
Table Of Contents
The
UserContextProvider
role is to offer a way to create a
UserContext
object, but not to keep one around. Thus, the methods
getCurrentContext
,
setCurrentContext
, and
clearCurrentContext
have been removed.
CurrentUserContext
has been introduced to obtain the current user context from a thread-local.
(CMS-15624)