File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 6
6
be compared.
7
7
Inspired by Issue [ #259 ] ( https://github.com/xmlunit/xmlunit/issues/259 )
8
8
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
+
9
18
## XMLUnit for Java 2.9.1 - /Released 2023-01-10/
10
19
11
20
* fixed some AssertJ tests that didn't work on Windows.
You can’t perform that action at this time.
0 commit comments