You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Partial support for parsing XML namespaces
* Adding namespace resolution
* Missing license header
* Adding recipes to search namespace URIs/prefixes
* Namespace shortcut methods on \'Xml.Document\'
* Change implementation to rely only on attributes
* Javadocs and cleanup
* Rename XmlNamespaceUtils & minor polish
Remove duplicate NonNull; see package-info.java
Validate argument not literal
Apply formatter
* Fix namespace search on XML hierarchy
* `ChangeNamespaceValue` now updates the `schemaLocation` attribute
* Consider namespaces on `SemanticallyEqual`.
* Suggestions from code review.
* Update rewrite-xml/src/main/java/org/openrewrite/xml/ChangeNamespaceValue.java
Co-authored-by: Knut Wannheden <[email protected]>
* Revert namespace comparison changes in `SemanticallyEqual`.
* Adding a Namespaces abstraction
* Add support for wildcard and local-name()
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Fix `Namespaces` mutability
* Adding an iterator implementation for `Namespaces`
* Replace `NotNull` with OpenRewrite's `NonNull`
* Polish.
Got rid of Namespaces class as it is mostly a thin wrapper around Map
Merge XmlNamespaceUtils into Xml
When you control the definition of the type creating a "utils" class for it makes those methods harder for users to discover than if they were defined on the class itself
Moved unit test to use AssertJ assertions to be consistent with our other tests
Removed Namespaces field from XPathMatcher because it was unused
Sentence-cased recipe metadata
---------
Co-authored-by: Knut Wannheden <[email protected]>
Co-authored-by: Knut Wannheden <[email protected]>
Co-authored-by: Evie Lau <[email protected]>
Co-authored-by: Evie Lau <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sam Snyder <[email protected]>
0 commit comments