JSON Module Release Notes - Mule 4
Support Category: Select
JSON module provides extra functionality for processing JSON documents.
2.0.2
August 9, 2019
Fixed Issues
-
Update Jackson Databind to 2.9.9.3. (MULE-17297)
-
Update Commons Lang3 to 3.8.1. (MULE-17297)
2.0.1
June 26, 2019
Fixed Issues
-
JSON Module throws NPE when the connector can’t load the schema. (MULE-15530)
-
Update Guava version to 27.1-jre. (MULE-16648)
-
Upgrade Jackson to 2.9.9. (MULE-17021)
2.0.0
July 5, 2018
Features
-
Errors are no longer reported as a List of Strings. Errors are now reported as an actual JSON document. See validating documents against a JSON schema with the JSON module.
Fixed Issues
-
JSON Schema Validator does not flag errors in identical JSON objects. (MULE-15303)
1.0.1
May 7, 2018
Features
-
Input metadata is more accurate. The connector used to communicate that required any kind of structure. Now, it is more accurate and shows that it requires any JSON structure.
-
Upgraded Jackson version due to the CVE-2018-7489 vulnerability.
Fixed Issues
-
Stream consumed when static input resolver is used. (MULE-14753)
-
Upgrade Jackson to 2.9.5. (MULE-14795)