Fix beanchange deser (#1178)

Fix / support JSON marshalling of BeanChange + add changeLogAsync option to ServerConfig
This commit is contained in:
Roland Praml
2017-10-19 09:40:27 +13:00
committed by Rob Bygrave
parent 2263d31f46
commit 6ac146cabe
4 changed files with 43 additions and 10 deletions
@@ -67,6 +67,7 @@ public class TestChangeLog extends BaseTestCase {
config.setDdlRun(true);
config.setDefaultServer(false);
config.setRegister(false);
config.setChangeLogAsync(false);
config.addClass(EBasicChangeLog.class);
@@ -111,7 +112,7 @@ public class TestChangeLog extends BaseTestCase {
assertEquals(changes.getUserIpAddress(), changes1.getUserIpAddress());
} catch (Exception e) {
e.printStackTrace();
throw new AssertionError(e);
}
}