mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 00:17:18 +00:00
* Fixes #8913 - Review Jetty XML syntax to allow calling JDK methods Now `<Call>`, `<Get>` and `<Set>` elements can use the `class` attribute to specify the exact class to perform method lookup. Improved support for `<Property>`, `<SystemProperty>` and `<Env>` so that attribute `name` is now optional (as specified in the DTD), and a `deprecated` attribute may be present instead. This is necessary to terminally deprecate properties that have no replacement. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>