This issue has been created
There are 3 updates.
 
 
Cristal extension for Nextcloud / cid:jira-generated-image-avatar-526c4233-dd96-4b88-80a5-1745f81a8ea2 CRISTALNC-57 Open

Upgrade inversify to 8.2.3

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-a8eac1f6-66a6-4d0e-8db8-b9c92863272b Manuel Leduc created this issue on 03/Sep/26 14:35
 
Summary: Upgrade inversify to 8.2.3
Issue Type: cid:jira-generated-image-avatar-526c4233-dd96-4b88-80a5-1745f81a8ea2 Task
Assignee: Unassigned
Created: 03/Sep/26 14:35
Priority: cid:jira-generated-image-static-major-722d137c-9576-4961-80f5-92ecc086031b Major
Reporter: Manuel Leduc
Description:

placeholder

 
 

3 updates

 
cid:jira-generated-image-avatar-a8eac1f6-66a6-4d0e-8db8-b9c92863272b Changes by Manuel Leduc on 03/Sep/26 14:36
 
Fix Version: 1.8.0
Description: placeholder Upgrade inversify from 8.1.1 to 8.2.3.

All @xwiki/cristal-* packages declare inversify as 8.x and resolve to 8.2.3, while this extension pins 8.1.1, so two copies of the container end up in the dependency tree. The Nextcloud components decorated with @injectable / @inject come from one copy and are registered into the container handed over by Cristal, which comes from the other. Aligning on 8.2.3 collapses them into a single instance.
Assignee: Manuel Leduc