There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-e16a09c7-7d8f-4300-8aab-1e1def0c1e26 XWIKI-24783 Open

xwiki-platform-user-api shouldn't depend on xwiki-platform-security-authentication-api

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-9753c2b8-37c8-457f-87fc-e436e9482ece Changes by Pierre Jeanjean on 02/Sep/26 15:44
 
Description: We created a dependency from xwiki-platform-user-api to xwiki-platform-security-authentication-api which is wrong: it should be other way around.

This will require replacing the currently unstable `UserManager#hasAccess()` API to a specific "read" check version, since it should not be UserManager's job to check for other permissions than just visibility.