Javers javers = JaversBuilder.javers().build();
javers.compare(new String[]{"a", "b"}, new String[]{"a", "b"});
Currently the above code is throwing this exception:
CLASS_NOT_MANAGED JaVers runtime error - given javaClass '[Ljava.lang.String;' is mapped to ArrayType, ManagedType expected .
I am currently using version 1.3.4.