-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue #4656 generalise XmlConfiguration elements #4661
Merged
gregw
merged 4 commits into
jetty-10.0.x
from
jetty-10.0.x-4656-XmlConfiguration-Element-or-Attribute
Mar 17, 2020
Merged
Issue #4656 generalise XmlConfiguration elements #4661
gregw
merged 4 commits into
jetty-10.0.x
from
jetty-10.0.x-4656-XmlConfiguration-Element-or-Attribute
Mar 17, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Extended the use of Id, Class elements Signed-off-by: Greg Wilkins <gregw@webtide.com>
Default to validate if xerces is in the name Fixed test harness to prepend DTD. Signed-off-by: Greg Wilkins <gregw@webtide.com>
joakime
reviewed
Mar 10, 2020
jetty-xml/src/test/resources/org/eclipse/jetty/xml/configureWithElements.xml
Show resolved
Hide resolved
WIP on adding validation to XMLs Signed-off-by: Greg Wilkins <gregw@webtide.com>
@olamy Can you have a look at this branch and tell me why the IT tests are failing. I can't see exactly what the error is, nor do I know how to run them in isolation. |
@gregw the XML validation caught a bad XML issue in jetty-maven-plugin 👍 I'll commit a fix to this branch for it.
|
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Extended the use of Id, Class elements for #4656 and #4657
Signed-off-by: Greg Wilkins gregw@webtide.com