There are 4 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-428fdfe4-c610-4755-8883-5dc34d9cc2f9 XWIKI-22416 Closed

Add support for Jetty 12 in the XJetty Debian distribution

 
View issue   ยท   Add comment
 

4 comments

 
cid:jira-generated-image-avatar-62400aae-b8c9-48af-bcf6-a42f1a7bdd2b Thomas Mortagne on 13/Aug/24 15:11
 

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, broken the Debian package).

 
cid:jira-generated-image-avatar-62400aae-b8c9-48af-bcf6-a42f1a7bdd2b Thomas Mortagne on 13/Aug/24 15:11
 
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,
broken broke the Debian package).
 
cid:jira-generated-image-avatar-62400aae-b8c9-48af-bcf6-a42f1a7bdd2b Thomas Mortagne on 13/Aug/24 15:17
 
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}
dpkg -i xwiki-platform-distribution-debian-common_16.7.0~20240813131540_all.deb xwiki-platform-distribution-debian-mariadb-common_16.7.0~20240813131540_all.deb xwiki-platform-distribution-debian-xjetty-mariadb_16.7.0~20240813131540_all.deb
{noformat}
 
cid:jira-generated-image-avatar-62400aae-b8c9-48af-bcf6-a42f1a7bdd2b Thomas Mortagne on 13/Aug/24 15:18
 
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}
dpkg -i xwiki-platform-distribution-debian-common_16.7.0~20240813131540_all.deb

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