Class CompareModelVersionsUtil

java.lang.Object
org.wildfly.legacy.util.CompareModelVersionsUtil

public class CompareModelVersionsUtil extends Object
Compares the current running server with the passed in version. The passed in version must have model and resource definition dumps in src/test/resources/legacy-models as outlined in DumpStandaloneResourceDefinitionUtil, DumpDomainResourceDefinitionUtil and GrabModelVersionsUtil.

To run this a big heap size is needed, e.g. -Xmx1024m

Author:
Kabir Khan