mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fix beanchange deser (#1178)
Fix / support JSON marshalling of BeanChange + add changeLogAsync option to ServerConfig
This commit is contained in:
committed by
Rob Bygrave
parent
2263d31f46
commit
6ac146cabe
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user