There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6919424d-0af2-4e87-98ad-10763fdb33b1 XWIKI-22416 Closed

Add support for Jetty 12 in the XJetty Debian distribution

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-ad02f951-1709-4f47-89d0-b5769d617b64 Thomas Mortagne on 13/Aug/24 15:33
 
bq. XWIKI-21211 is about the standalone distribution. As you can see there were commits in this issue not related to the standalone distribution.

They are. The change is needed because you upgraded the version of Jetty used in XJetty (and so, broke the Debian package).

bq. How do you test it?

The snapshot Debian packages need to be built and then installed on a Debian distribution (current Debian stable for example) using something like

{noformat}
sudo dpkg -i xwiki-platform-distribution-debian-common_16.7.0~20240813131540_all.deb
sudo dpkg -i xwiki-platform-distribution-debian-mariadb-common_16.7.0~20240813131540_all.deb
sudo dpkg -i xwiki-platform-distribution-debian-xjetty-mariadb_16.7.0~20240813131540_all.deb
{noformat}
 
cid:jira-generated-image-avatar-ad02f951-1709-4f47-89d0-b5769d617b64 Thomas Mortagne on 13/Aug/24 15:34
 
bq. XWIKI-21211 is about the standalone distribution. As you can see there were commits in this issue not related to the standalone distribution.

They are. The change is needed because you upgraded the version of Jetty used in XJetty (and so, broke the Debian package).

bq. How do you test it?

The snapshot Debian packages need to be built and then installed on a Debian distribution (current Debian stable for example) using something like

{noformat}
sudo dpkg -i xwiki-platform-distribution-debian-common_16.7.0~20240813131540_all.deb
sudo dpkg -i xwiki-platform-distribution-debian-mariadb-common_16.7.0~20240813131540_all.deb
sudo dpkg -i xwiki-platform-distribution-debian-xjetty-
common_16.7.0~20240813131540_all.deb
sudo dpkg -i xwiki-platform-distribution-debian-xjetty-
mariadb_16.7.0~20240813131540_all.deb
{noformat}