The validators cache is no longer evicted due to inactivity. This avoids unexpected schema requests.
XML Module Release Notes - Mule 4
The XML module processes and extracts data from an XML document. Use the XML module for cases that involve the use of XML standards such as XSLT, XPath, and XQuery, or XSD.
1.3.1
July 7, 2021
Fixed Issues
-
XML Module incorrectly merged Namespace configurations and Namespace directory. XMLM-17)
1.3.0
March 3, 2021
New Features and Enhancements
-
The XPath function can now receive XML namespaces to evaluate the path expression. (XMLM-16)
1.2.3
June 25, 2020
Fixed Issues
-
XML Module schema violations do not inform line and columns numbers. (MULE-18448)
1.2.2
October 22, 2019
Fixed Issues
-
Use of
schemaFactory
was not synchronized in the XML module. (MULE-17600)
1.2.1
September 20, 2019
Fixed Issues
-
XPath function fails to retrieve attribute values. (MULE-17475)
1.2.0
May 27, 2019
Fixed Issues
-
Upgrade Guava to the latest version in the XML module. (MULE-16910)
-
Fixed an issue that prevented the 'validate-schema' operation from working concurrently. (MULE-16317)
-
XML module suggests the wrong expression in failure scenarios. (MULE-16239)
-
validate-schema is not working when an XSD references other schema. (MULE-15526)
-
Provide the option to reset the underlying controller of XSLTTransformer. (MULE-15259)
1.1.3
January 17, 2019
Fixed Issues
-
Fixed an issue that prevented the 'validate-schema' operation from working concurrenctly. (MULE-16317)
1.1.2
August 9, 2018
Fixed Issues
-
validate-schema
is not working with an XSD referencing other schema. (MULE-15526)
1.1.1
July 2, 2018
Fixed Issues
-
Reset underlying controller of XSLTTransformer after each transformation. (MULE-15259)
1.1.0
March 1, 2018
Fixed Issues
-
Cannot set media type in XSLT transformer. (MULE-14651)