There are 3 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6c69f9a3-cc35-4ec6-a176-edd1cc4c8e5d XWIKI-23530 Open

Warning for deprecation of "org.eclipse.jetty.server.ShutdownMonitor" when starting XWiki 17.8.0 RC1 on Jetty

 
View issue   ยท   Add comment
 

3 comments

 
cid:jira-generated-image-avatar-d54c3209-e8d3-4654-bab2-189fef679c9f Thomas Mortagne on 23/Oct/25 13:39
 

Created XWIKI-23628 for the DeploymentScanner warning.

 
cid:jira-generated-image-avatar-d54c3209-e8d3-4654-bab2-189fef679c9f Thomas Mortagne on 23/Oct/25 13:39
 
Created XWIKI-23628 for the {{ DeploymentScanner }} warning.
 
cid:jira-generated-image-avatar-d54c3209-e8d3-4654-bab2-189fef679c9f Thomas Mortagne on 23/Oct/25 13:44
 
Created The following block actually seems to be expected when configuring a strop port:

{noformat}
2025-09-16 10:56:36.059:WARN :oejs.ShutdownMonitor:main: org.eclipse.jetty.server.ShutdownMonitor is deprecated, and has been replaced with org.eclipse.jetty.server.ShutdownService
STOP.PORT=8079
STOP.KEY=xwiki
STOP.EXIT=true
{noformat}

It can even be found in the documentation: https://jetty.org/docs/jetty/12.1/operations-guide/start/index.html#stop-remote.

So I guess we can expect Jetty to fix this warning eventually...

I created
XWIKI-23628 for the {{DeploymentScanner}} warning.