Add this dependency to your application pom.xml (check for newer version):
<dependency>
<groupId>de.codecentric.mule.modules</groupId>
<artifactId>assert-object-equals-module</artifactId>
<version>1.2.0</version>
<classifier>mule-plugin</classifier>
</dependency>
The module is available on Maven Central, so you don't need it to compile/install it yourself.
The connector can be used for Object structures or XML:
- Switched to Java SDK 1.6.3
- Support to run in Mule runtime with Java 17
- Ported from Mule 3 connector