Commit Graph
14 Commits
Author SHA1 Message Date
Rob Bygrave 9be9208b8b Merge pull request #5 from mbell697/master
Change console output of DDL runner to use a logger instead of stdout.
2012-12-02 19:56:08 -08:00
Rob Bygrave e21844ca99 Merge pull request #3 from jroper/patch-1
Remove double wait for cache warmer delay
2012-12-02 19:54:35 -08:00
James Roper c2d3cc00ea Ensured that setting a null id on Query throws an NPE 2012-12-03 14:22:41 +11:00
Mark Bell 080d398214 Logging information for DDL running should use the logger instead of stdout so its output can be turned off. Useful when running lots of test cases which all create clean databases. 2012-11-26 13:14:16 -05:00
James Roper dbac28b2d9 Remove double wait for cache warmer delay
The CacheWarmer is run by a timer after the warm delay (default 30 seconds).  But then the first thing it does is sleeps for the warm delay.  It should just run immediately because the app has already waited for that delay.
2012-11-08 10:57:43 +11:00
rbygrave bca787b54d Fixes to only allow m2m intersection save from one direction based on
beanName.  Supports BUG 429 : Pull Request: jroper - Fixing ManyToMany
association saving bug
2012-10-02 14:59:27 +13:00
rbygrave 21d63c7424 Organise imports 2012-10-02 13:34:30 +13:00
rbygrave 902990e159 remove old commented out code 2012-10-02 13:29:00 +13:00
rbygrave b2b5c9d71f Merge branch 'master' of https://github.com/rbygrave/avaje-ebeanorm-server 2012-10-02 13:26:57 +13:00
rbygrave 0e5157969d Remove underlying Scala support 2012-10-02 13:26:27 +13:00
James Roper 0014961769 [#428] Fixing ManyToMany association saving bug 2012-09-28 19:37:33 +10:00
rbygrave 72ae11046e Add jdk7 jdbc api to support compiling with jdk7 2012-09-15 00:34:48 +12:00
rbygrave 7aae897def Change license to Apache2 and reformat 2012-09-15 00:00:08 +12:00
rbygrave 96ce4c0ddf initial add of EbeanORM server based on v2.8.1 2012-09-14 00:40:39 +12:00