Commit Graph
75 Commits
Author SHA1 Message Date
outersky 93d3638f6c support unicode escape sequence for json
like: {"name":"\u60a8\u597d"}
2013-06-03 13:45:39 +08:00
Rob Bygrave 60a1a4bb5b Merge pull request #21 from rvowles/master
Support for WAR classpath entries and issues around DDL gen
2013-05-03 02:52:17 -07:00
Richard Vowles d2f532ad3c prevent Ebean from issuing duplicate SQL when generating the database so it doesnt fail. A problem for classes with the same generator 2013-05-03 20:06:18 +12:00
Richard Vowles 26a8af8c5b add support for having a WAR classpath entry in the classpath 2013-05-03 20:05:07 +12:00
Rob Bygrave d8ac8e1694 Merge pull request #20 from NorthFury/cleanup
Cleanup
2013-05-02 02:40:23 -07:00
Robin Bygrave 7e6a6e3875 Delete BeanWithTimezone.java, extra class after rename 2013-05-02 21:30:33 +12:00
Robert Biter 703ee59792 removed dead code in TableJoin 2013-05-02 11:05:49 +03:00
Robert Biter 464cb38b8b consistent initialization for the StringBuilder in DefaultDbSqlContext 2013-05-02 11:04:45 +03:00
Robert Biter eb61246254 removed getter for the StringBuilder in DefaultDbSqlContext 2013-05-02 11:02:25 +03:00
Robert Biter a4dda42650 removed redundant comments in DefaultDbSqlContext 2013-05-02 10:59:47 +03:00
North fbfa593bdb fixed build (deleted duplicate file BeanWithTimezone.java) 2013-05-02 10:56:21 +03:00
Robin Bygrave a3dc2a55f4 Fix for Issue 19 - Wrong database configuration for SQLite /
AUTOINCREMENT position in generated DDL
2013-05-01 21:35:07 +12:00
Robin Bygrave 2f97c5c36e Remove unused ServerConfig debugSql options, Update Tests to use agentloader 2013-04-29 22:42:27 +12:00
Rob Bygrave bb2479c9e7 Update readme with maven dependency 2013-04-29 09:03:54 +12:00
Robin Bygrave e79a5d4332 Remove LogLevel enum and associated code 2013-04-28 00:29:30 +12:00
Robin Bygrave 513a61503e Fix for commented out code for setConcurrencyMode(). Bah!! 2013-04-28 00:14:03 +12:00
Robin Bygrave 925036925c [maven-release-plugin] prepare for next development iteration 2013-04-26 23:27:25 +12:00
Robin Bygrave 9a29595ddc [maven-release-plugin] prepare release avaje-ebeanorm-3.2.1 avaje-ebeanorm-3.2.1 2013-04-26 23:27:11 +12:00
Robin Bygrave bcce1a7148 Fix for Issue 4 - Allow programmatic shutdown of EbeanServer 2013-04-26 23:21:25 +12:00
Robin Bygrave 384931d92e Fix for Issue 18 - Use property autofetch.garbageCollectionOnShutdown to
control GC on shutdown behavior
2013-04-25 16:54:18 +12:00
Robin Bygrave 97cc2984cf Fix for Issue 11 - Jaxrs and Inheritance - BeanDescriptor bug 2013-04-25 16:10:34 +12:00
Robin Bygrave 85f3a8987d Fix for issue 17, Fix JSON support for TimeZone 2013-04-24 00:08:25 +12:00
Robin Bygrave 5761816fc9 Fix for issue 16 2013-04-23 22:39:58 +12:00
Robin Bygrave 19206926c7 Change scm to match repo name change 2013-04-23 21:25:47 +12:00
Robin Bygrave f4b02b0121 Optionally check javax.validation annotations, Remove some Ldap code 2013-04-22 22:49:11 +12:00
Robin Bygrave 2567022d95 Remove Subclassing/Dynamic Proxy support - beans must be enhanced 2013-04-19 16:25:10 +12:00
Rob Bygrave 66880aa340 Merge pull request #14 from Timshel/master
Correction not to fail with an IllegalArgumentException when using find on an object with an enum as id.
2013-04-15 04:42:13 -07:00
Robin Bygrave abdae5f996 Merge API into Server to simplify forking/branching across API and Implementation 2013-04-15 23:34:31 +12:00
Robin Bygrave cd17e12620 Merge API into Server to simplify forking/branching across API and Implementation 2013-04-15 23:33:51 +12:00
Robin Bygrave cbd7b5e912 Refactor transaction logging to simple SLF4J use 2013-04-15 23:16:08 +12:00
Robin Bygrave b5ef07bab9 Remove LDAP and Validation objects 2013-04-12 01:03:22 +12:00
Robin Bygrave f04a4864e9 Remove LDAP and Validation objects - (removing these features) 2013-04-12 00:23:39 +12:00
Rob Bygrave cae8980652 Merge pull request #15 from rvowles/master
This is all of the stuff to migrate Ebean to slf4j
2013-04-11 03:25:24 -07:00
Richard Vowles 0a951165e5 migrate from JUL to SLF4j 2013-04-11 21:53:25 +12:00
Richard Vowles 4ce891eb43 migrate from JUL logging to SLF4j 2013-04-11 21:43:23 +12:00
Jacques dcae62e9ee Correction to be able to find on object with Enum as id. 2013-04-10 18:19:59 +02:00
Jacques 4a618189d2 Small correction of the error message 2013-04-10 18:19:52 +02:00
Robin Bygrave 9f624ec2bf Remove Validation and LDAP features 2013-04-09 00:05:42 +12:00
Robin Bygrave fb28c641d0 Remove LDAP feature support 2013-04-08 23:10:19 +12:00
Robin Bygrave 1ba122d9e1 change parent pom and move scm url to ebean-orm 2013-04-08 22:40:37 +12:00
Rob Bygrave 21d35ca4fa Merge pull request #13 from rvowles/master
Please consider this for updates to the server.
2013-04-08 03:36:24 -07:00
Richard Vowles cef9dd6cda turn DDL generation into plugin, allow for other plugins to run 2013-04-07 21:56:24 +12:00
rbygrave 22f67ee49a Changes to support the preceeding merges 2013-04-02 23:07:31 +13:00
Rob Bygrave a6163b31d6 Merge pull request #7 from mochalov/master
Setting entity concurrency mode via annotation
2013-03-26 03:54:03 -07:00
Andrey Mochalov fe4bd22c15 Added support of setting entity concurrency mode via annotation 2013-01-11 14:36:26 +04:00
Rob Bygrave 526aab97b8 Merge pull request #2 from outersky/master
Add Expose annotation for customerizing read/write json format
2012-12-02 19:58:40 -08:00
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
Rob Bygrave 8855669f0d Merge pull request #6 from jroper/null-id
Ensured that setting a null id on Query throws an NPE
2012-12-02 19:52:09 -08:00
James Roper c2d3cc00ea Ensured that setting a null id on Query throws an NPE 2012-12-03 14:22:41 +11:00