Bug#994441: jetty9 uses deprecated configuration options

Martin van Es martin at mrvanes.com
Thu Sep 16 07:21:43 BST 2021


Package: jetty9
Version: 9.4.16-0+deb10u1
Severity: minor

When starting jetty9 using the package default start.ini, jetty-console.log 
logs:

WARN:oejx.XmlConfiguration:main: Property 'threads.min' is deprecated, use 
'jetty.threadPool.minThreads' instead
WARN:oejx.XmlConfiguration:main: Property 'threads.max' is deprecated, use 
'jetty.threadPool.maxThreads' instead
WARN:oejx.XmlConfiguration:main: Property 'threads.timeout' is deprecated, use 
'jetty.threadPool.idleTimeout' instead
WARN:oejx.XmlConfiguration:main: Property 'jetty.port' is deprecated, use 
'jetty.http.port' instead
WARN:oejx.XmlConfiguration:main: Property 'http.timeout' is deprecated, use 
'jetty.http.idleTimeout' instead

So, these should preferably be replaced like the logs say.

Best regards,
Martin



More information about the pkg-java-maintainers mailing list