MUnit 2.1.5 Release Notes
April 22, 2019
This release is focused on fixing bugs and to extend Java support to OpenJDK 11.
Hardware and Software Requirements
-
Microsoft Windows 8+
-
Apple Mac OS X 10.10+
-
Linux (tested on Ubuntu 15)
-
Java 8, OpenJDK 11
-
Maven 3.3.3, 3.3.9, 3.5.4, 3.6.0
Bug Fixes
-
Fixed issue where MUnit Maven runner did not propagate security settings to the Mule embedded container.
-
Fixed
Nullpointer
exception log when having operation inside abefore
orafter-test
suite. -
Fixed issue where Iterable Matchers did not work with Iterators.
-
Fixed issue when configuring two
http:request
mock processors. -
Fixed issue when an
If AssertionError
was thrown with a cause, it caused the test to be marked asERROR
.