Commit Graph
27 Commits
Author SHA1 Message Date
Robin Bygrave c176e4f05e Fix for Issue 34 - JSR 303 Validation groups are ignored for DDL
generation (of @NotNull)
2013-07-01 09:50:42 +12:00
Robin Bygrave 4f2f9a2e99 Fix for Issue 32 Deleted bean not removed from PersistenceContext 2013-06-27 23:23:20 +12:00
Robin Bygrave 488b856470 Merge fix from Peter Fu, avaje-ebeanorm/pull/9 request plus associated
test
2013-06-23 15:19:46 +12:00
Rob Bygrave 7cd71559b6 Merge pull request #31 from outersky/master
Json parser now supports unicode escape sequence
2013-06-19 04:06:51 -07:00
Robin Bygrave 0c373f99c6 Modified query to fetch the ordered column - possible restriction in h2 2013-06-19 22:53:33 +12:00
Robin Bygrave a32ca484c5 Merge branch 'master' of https://github.com/dastultz/avaje-ebeanorm into dastultz-master 2013-06-19 22:41:56 +12:00
Robin Bygrave 9ad4931c12 Add fix and test for BUG 408 from Eddie 2013-06-19 22:35:42 +12:00
outersky 93d3638f6c support unicode escape sequence for json
like: {"name":"\u60a8\u597d"}
2013-06-03 13:45:39 +08:00
Daryl Stultz 0d3b1c625f Expose order by columns omitted from select. 2013-05-10 13:07:46 -04:00
Daryl Stultz 2de57f7b35 Exposed bug 417 (and 408?) 2013-05-08 14:32:57 -04:00
Robin Bygrave 7e6a6e3875 Delete BeanWithTimezone.java, extra class after rename 2013-05-02 21:30:33 +12:00
Robin Bygrave 2f97c5c36e Remove unused ServerConfig debugSql options, Update Tests to use agentloader 2013-04-29 22:42:27 +12:00
Robin Bygrave e79a5d4332 Remove LogLevel enum and associated code 2013-04-28 00:29:30 +12:00
Robin Bygrave bcce1a7148 Fix for Issue 4 - Allow programmatic shutdown of EbeanServer 2013-04-26 23:21:25 +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 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 cbd7b5e912 Refactor transaction logging to simple SLF4J use 2013-04-15 23:16:08 +12:00
Robin Bygrave f04a4864e9 Remove LDAP and Validation objects - (removing these features) 2013-04-12 00:23:39 +12:00
Jacques dcae62e9ee Correction to be able to find on object with Enum as id. 2013-04-10 18:19:59 +02:00
Robin Bygrave 9f624ec2bf Remove Validation and LDAP features 2013-04-09 00:05:42 +12:00
rbygrave 22f67ee49a Changes to support the preceeding merges 2013-04-02 23:07:31 +13: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 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