-
-
Notifications
You must be signed in to change notification settings - Fork 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
Un-restrict the XMLUtils class after SECURITY-521 release #4032
Conversation
- It was forgotten since that actually
Co-Authored-By: Daniel Beck <1831569+daniel-beck@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will merge it towards the next weekly if no negative feedback
@@ -37,9 +35,9 @@ | |||
import javax.xml.xpath.XPathFactory; | |||
|
|||
/** | |||
* Utilities useful when working with various XML types. | |||
* Utilities useful when working with various XML types. | |||
* @since 1.596.1 and 1.600, unrestricted since TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@since
need only mention the version in which it was unrestricted. If anyone cares for some reason about versions in which it was present but restricted (why?), they can use Git history.
See SECURITY-521 resolved in Feb 2018.
Proposed changelog entries
Submitter checklist
* Use the
Internal:
prefix if the change has no user-visible impact (API, test frameworks, etc.)Desired reviewers
@jtnord @MRamonLeon @daniel-beck