Rob Bygrave
1a292275d8
Json Timestamp parsing - Add support for long values
2013-09-11 14:20:36 +12:00
Christian Romming
236fb5541b
Fixed whitespace in test.
2013-08-28 23:15:20 +02:00
Christian Romming
1cafea20c6
Test and fix for BUG 420.
2013-08-28 23:06:37 +02:00
Rob Bygrave
9c7f62e8b1
Allow more flexibility with JSON marshalling of non-entity beans
2013-08-02 12:16:00 +12:00
Rob Bygrave
bf8574833a
Remove Thread UncaughtExceptionHandler as part of fix for pull/44
...
@Transactional not rolling back for uncaught RuntimeException - This
change is not required for 44 but is nice cleanup as
UncaughtExceptionHandler is no used.
2013-08-02 12:14:17 +12:00
harry.chan
2f7b4e3a24
added a test case to show the issue that the user record does NOT
...
rolback when there is an exception thrown
2013-08-01 11:42:38 +08:00
Rob Bygrave
44d95dc06c
Fix for Issue 43 - Support for JSON unmarshalling of @XmlRootElement
...
beans.
2013-07-29 23:24:30 +12:00
Tobias Wallura
39f5284a76
unit test for issue #37
2013-07-10 10:24:03 +02:00
Robin Bygrave
243864fef7
Fix for Issue 35 Connection pool leak with findFutureRowCount(),
...
findFutureList() and findFutureIds()
2013-07-01 20:17:38 +12:00
Rob Bygrave
c0b83b939d
Merge pull request #33 from arielscarpinelli/master
...
Tests for ... Join fetching related objects that use inheritance causes wrong SQL
2013-06-30 14:55:39 -07:00
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
Ariel Scarpinelli
c3b26104f3
Tests BUG 408
2013-06-29 10:50:47 -03:00
Robin Bygrave
4f2f9a2e99
Fix for Issue 32 Deleted bean not removed from PersistenceContext
2013-06-27 23:23:20 +12:00
Robin Bygrave
4bbbad9b3b
Fix for Issue 30 Invalidating L2 Cache on deletion for referenced
...
OneToMany relations not working
2013-06-27 23:13:06 +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
Robin Bygrave
4ec62a5772
initial rework for new enhancement
2013-06-19 20:36:24 +12:00
outersky
251076e30d
reformat code
2013-06-03 13:49:34 +08: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
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
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
eb1eafe98c
WIP - Initial enhancement API change
2013-05-01 14:46:55 +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
513a61503e
Fix for commented out code for setConcurrencyMode(). Bah!!
2013-04-28 00:14:03 +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
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
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
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