There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-9e9bd8d4-17fb-4505-8f4c-d7f87bfc3de5 XWIKI-17930 Open

Allow extensions to indicate features for dependencies

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-8ce86c2e-96dc-484b-b301-25b03bf91291 Changes by Thomas Mortagne on 02/Jun/26 15:02
 
Summary: Allow non-core extensions to define aliases indicate features for dependencies
Description: The issue was discovered in https://github.com/xwiki/xwiki-platform/commit/d8d6bc8d67db86d80282dbe7e73fb86590196187#diff-0.

We need a proper solution for It's easy to indicate EM what are the previous ids of some extension. But it's not really possible when we don't control the extension (like some extension coming from Maven Central).

In the case of the WAR, we workaround
this by providing xed files along with each JAR file. But for installed dependencies we don't really have any dynamic solution , and ideally it should be something indicated by one of the backward dependencies ( i.e. have EM support this cleanly what is aware of those old ids) .