Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #8913 - Review Jetty XML syntax to allow calling JDK methods #8915

Merged
merged 4 commits into from
Nov 18, 2022

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Nov 18, 2022

Now , and elements can use the "class" attribute to specify the exact class to perform method lookup.

Improved support for , and 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

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>
@sbordet sbordet requested a review from joakime November 18, 2022 12:08
@sbordet sbordet linked an issue Nov 18, 2022 that may be closed by this pull request
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet requested a review from joakime November 18, 2022 16:36
@sbordet sbordet merged commit b43e2e5 into jetty-10.0.x Nov 18, 2022
@sbordet sbordet deleted the fix/jetty-10-8913-review-xml-syntax branch November 18, 2022 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review Jetty XML syntax to allow calling JDK methods
2 participants