Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcaafe9

Browse files
committed
record extension function changes
see #264
1 parent 611f6be commit dcaafe9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
be compared.
77
Inspired by Issue [#259](https://github.com/xmlunit/xmlunit/issues/259)
88

9+
* By default the `TransformerFactory`s created will now try to disable extension functions. If you need extension
10+
functions for your transformations you may want to pass in your own instance of `TransformerFactory` and
11+
`TransformerFactoryConfigurer` may help with that.
12+
Inspired by Issue [#264](https://github.com/xmlunit/xmlunit/issues/264)
13+
14+
* `JAXPXPathEngine` will now try to disable the execution of extension functions by default but uses
15+
`XPathFactory#setProperty` which is not available prior to Java 18. You may want to enable secure processing on an
16+
`XPathFactory` instance you pass to `JAXPXPathEngine` instead - and `XPathFactoryConfigurer` may help with that.
17+
918
## XMLUnit for Java 2.9.1 - /Released 2023-01-10/
1019

1120
* fixed some AssertJ tests that didn't work on Windows.

0 commit comments

Comments
 (0)