Robin Bygrave
21b04c244b
[maven-release-plugin] prepare release avaje-ebeanorm-4.8.1
avaje-ebeanorm-4.8.1
2015-07-14 23:28:32 +12:00
Robin Bygrave
957c2def43
bump pom to 4.8.1-SNAPSHOT
2015-07-14 23:24:34 +12:00
Robin Bygrave
35f9cd3821
Bump pom to 4.8.1-SNAPSHOT
2015-07-14 23:18:51 +12:00
Robin Bygrave
e95d3304bf
#322 - RawSql fetch object with inheritance
2015-07-14 23:09:38 +12:00
rbygrave
0f7c9da5d2
#319 - Beans loaded without an @Id value ... return in NEW state rather than LOADED state (also refer to #317 )
2015-07-09 22:18:03 +12:00
rbygrave
b4008da70c
#317 - RawSql getting error - Caused by: java.sql.SQLException: Column Index out of range, 0 < 1.
2015-07-09 21:44:45 +12:00
rbygrave
34a0f16c74
No effective change - bump mysql-connector-java test dependency version
2015-07-07 23:07:10 +12:00
Rob Bygrave
a880109201
Merge pull request #316 from castovoid/master
...
Resolve NullPointerException on JtaTransacionManager constructor
2015-06-30 21:17:27 +12:00
Rob Bygrave
0607151ac8
Merge pull request #315 from ossd/patch-1
...
Update ScalarTypeEnumStandard.java
2015-06-30 21:15:47 +12:00
Leone Parise
5c4ad4c01c
Resolve NullPointerException on JtaTransacionManager
2015-06-30 01:01:35 -03:00
ossd
3564504e00
Update ScalarTypeEnumStandard.java
...
Using toString() to calculate the Enum length is wrong. If you overwrite the Enum's toString() the length may be shorter. In this situation, the ddl script will create a to small varchar field for the value and you get an exception on save
2015-06-29 22:36:24 +02:00
rbygrave
49babef495
#314 - ServerCache API - change from int to long for ServerCacheStatistics (hitCount, missCount) and ServerCache remove putIfAbsent() method
2015-06-30 00:56:11 +12:00
rbygrave
9e3362d004
No effective change - tidy
2015-06-26 23:05:40 +12:00
Rob Bygrave
3f0dcdb6d1
Update README.md
2015-06-25 00:12:16 +12:00
rbygrave
481116251d
[maven-release-plugin] prepare for next development iteration
2015-06-24 23:50:22 +12:00
rbygrave
d490966025
[maven-release-plugin] prepare release avaje-ebeanorm-4.7.3
avaje-ebeanorm-4.7.3
2015-06-24 23:50:02 +12:00
rbygrave
5bc0b01a6c
#308 - Deprecate BeanFinder ... preference now to use BeanFindController
2015-06-24 23:42:35 +12:00
rbygrave
2bd14db8f7
#308 - Add BeanFindController
2015-06-24 23:36:34 +12:00
rbygrave
17a0933860
#308 - Add BeanFindController
2015-06-24 23:12:34 +12:00
rbygrave
5bb8384567
No effective change - format only
2015-06-24 22:44:08 +12:00
rbygrave
29a6bbb6e6
#312 - Ability to remove deregister BeanPersistListeners removed
2015-06-24 22:32:12 +12:00
rbygrave
46a1324f58
[maven-release-plugin] prepare for next development iteration
2015-06-22 00:22:45 +12:00
rbygrave
8f7199b586
[maven-release-plugin] prepare release avaje-ebeanorm-4.7.2
avaje-ebeanorm-4.7.2
2015-06-22 00:22:23 +12:00
rbygrave
d2c3142de4
WIP on Finder
2015-06-22 00:20:01 +12:00
rbygrave
721a50219d
#307 - Add back support for JsonValueAdapter and JsonReadOptions into 4.x
2015-06-21 01:46:23 +12:00
Rob Bygrave
f0b8270e5e
Update README.md
2015-06-18 00:11:04 +12:00
rbygrave
92232c2afb
[maven-release-plugin] prepare for next development iteration
2015-06-17 23:18:58 +12:00
rbygrave
5e68b1a25e
[maven-release-plugin] prepare release avaje-ebeanorm-4.7.1
avaje-ebeanorm-4.7.1
2015-06-17 23:18:36 +12:00
rbygrave
041324d177
#310 - Child bean with @Id long id = 0 ... when cascade saved from parent ... tries to update instead of insert resulting in OptimisticLockingException
2015-06-17 23:16:02 +12:00
rbygrave
7d02a42276
#309 - ScalarTypeConverters for Java8 time datatypes not working
2015-06-17 21:13:48 +12:00
rbygrave
2a900165f0
#305 - ENH: Add EbeanServerFactory.createWithContextClassLoader() to support OSGi
2015-06-03 20:47:58 +12:00
rbygrave
e7c40e9552
No effective change - update javadoc on annotations
2015-06-01 12:26:59 +12:00
rbygrave
0d92807308
No effective change - change test code to use Long as @Version on BasicDomain
2015-06-01 12:14:20 +12:00
rbygrave
16f7de30c6
No effective change - format code
2015-06-01 12:11:53 +12:00
rbygrave
3d250b0eca
No effective change - format code, tidy
2015-05-30 21:42:50 +12:00
rbygrave
8403adac90
#298 - JndiDataSourceLookup assumes java: prefix
2015-05-30 20:54:51 +12:00
rbygrave
c006aa3f48
No effective change - inline String messages
2015-05-30 20:54:12 +12:00
rbygrave
dcb7054248
#303 - Change beginTransaction() to use REQUIRED scope by default
2015-05-30 20:10:56 +12:00
rbygrave
12833bc918
Bump pom version to 4.7.1-SNAPSHOT
2015-05-30 19:43:15 +12:00
rbygrave
71d805bc17
#302 - Postgres specific - Rename @ColumnHstore to @DbHstore (deprecate @ColumnHstore )
2015-05-30 19:41:54 +12:00
rbygrave
ab8704e2c9
Bump version in README
2015-05-29 21:52:43 +12:00
rbygrave
327e2baae7
No effective change - format only
2015-05-29 21:52:00 +12:00
rbygrave
6e89c551d5
[maven-release-plugin] prepare for next development iteration
2015-05-29 21:17:29 +12:00
rbygrave
0a3941227f
[maven-release-plugin] prepare release avaje-ebeanorm-4.6.3
avaje-ebeanorm-4.6.3
2015-05-29 21:17:08 +12:00
rbygrave
0013cb1a76
#301 - MySQL specific issue - java.sql.SQLException: Streaming result set com.mysql.jdbc.RowDataDynamic@3ef4415f is still active. No statements may be issued when any streaming result sets a re open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries
2015-05-29 21:13:30 +12:00
rbygrave
8fe91f66c0
#300 - Stateless update with deleteMissingChildren and JDBC batched inserts on those children ... can delete newly inserted child
2015-05-29 20:51:23 +12:00
rbygrave
053fdf4abb
No effective change - format and tidy
2015-05-29 20:49:55 +12:00
rbygrave
24be907dc5
No effective change - improved logging when PooledConnection.close() throws exception
2015-05-29 20:39:54 +12:00
rbygrave
6aa915b420
Fix test for cross database use
2015-05-29 20:38:38 +12:00
rbygrave
40d87af5b1
Fix test for cross database use
2015-05-29 20:38:07 +12:00