There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-c1b79072-9d15-4926-bfc3-b0f100b8a2e3 XWIKI-24697 Open

Extension descriptors in the WAR aren't fully reproducible

 
View issue   ·   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-7c8d30bf-234c-483c-8362-44652f31c7fa Changes by Michael Hamann on 13/Aug/26 16:59
 
Summary: Extension descriptors in the WAR record the builder aren ' s Maven repository list t fully reproducible
Description: The .xed extension descriptors in the WAR contain the repository list at build time, which makes the build not really reproducible. Further,  {{user.name}} leaks in via third-party POM interpolation: Grizzly's scm URL is {{ssh://${user.name}@git.java.net/…}} which is replaced at build time, so 3 {{.xed}} files in the XIP say contain the current user's name. These differences then also affect the XIP and Debian packages.