rbygrave
|
216806074c
|
Remove PersistenceContextScope.NONE for now
|
2014-11-22 12:46:40 +13:00 |
|
rbygrave
|
65cb2ae94d
|
#203: ENH: Add Transaction hook ... for preCommit(), postCommit(), postRollback()
|
2014-11-22 12:14:21 +13:00 |
|
rbygrave
|
6677a6199c
|
Fix for #207: Add support for PeristenceContextScope QUERY and NONE (in addition to the existing TRANSACTION scope)
|
2014-11-20 00:53:32 +13:00 |
|
rbygrave
|
55eaa0b484
|
Fix for #204: Revert change from #163 - Add back support for DataSource with autocommit=true
|
2014-11-19 20:10:50 +13:00 |
|
rbygrave
|
353f662d70
|
Fix for #205: For JsonContext API wrap checked IOException in runtime JsonIOException
|
2014-11-19 20:00:31 +13:00 |
|
rbygrave
|
c95d76d6f6
|
Fix for #201: Change BeanPersistListener to use isRegisterFor() method rather than generics type (just like BeanPersistController)
|
2014-11-19 19:43:34 +13:00 |
|
Rob Bygrave
|
e04d6979d1
|
Merge pull request #202 from ebean-orm/java8
Add support for java.time types, tidy up ScalarTypes
|
2014-11-19 00:13:37 +13:00 |
|
rbygrave
|
b8078083b1
|
Add MonthDay support, ScalarTypeMonthDay
|
2014-11-18 23:57:53 +13:00 |
|
rbygrave
|
07cdb69a5b
|
Add Period support via CompoundTypePeriod, rename server/reflect to server/properties
|
2014-11-18 23:09:26 +13:00 |
|
rbygrave
|
98f6e1e6af
|
Update ScalarTypeMonth and ScalarTypeDayOfWeek
|
2014-11-18 20:06:13 +13:00 |
|
rbygrave
|
fd4d757f87
|
WIP Java8 types - ScalarTypeDuration etc
|
2014-11-18 01:20:26 +13:00 |
|
rbygrave
|
b71b0fc8e2
|
WIP Java8 types - ScalarTypeDuration etc
|
2014-11-17 01:09:43 +13:00 |
|
rbygrave
|
4303bcfd13
|
No effective change - tidy up on DeployCreateProperties
|
2014-11-17 00:23:30 +13:00 |
|
rbygrave
|
7f30dc7b1e
|
WIP Java8 types - ScalarTypeDuration etc
|
2014-11-17 00:05:20 +13:00 |
|
rbygrave
|
4a882b537c
|
#197 - Add Query findEach() findEachWhile() ... as better method names for findVisit(). More consistent with forEach() methods
|
2014-11-14 21:26:32 +13:00 |
|
rbygrave
|
641385aab5
|
ScalarTypeLocalDate update - some test ordering issues
|
2014-11-14 01:01:32 +13:00 |
|
rbygrave
|
33ab7eb7a5
|
Add ScalarTypeLocalDate
|
2014-11-13 23:13:51 +13:00 |
|
Rob Bygrave
|
f6674f8e3b
|
[maven-release-plugin] prepare for next development iteration
|
2014-11-13 01:28:18 +13:00 |
|
Rob Bygrave
|
4e8b3f22de
|
[maven-release-plugin] prepare release avaje-ebeanorm-4.2.0
avaje-ebeanorm-4.2.0
|
2014-11-13 01:27:58 +13:00 |
|
Rob Bygrave
|
55e43ddc36
|
Add whitespace for MANIFEST.MF
|
2014-11-13 01:26:47 +13:00 |
|
Rob Bygrave
|
97d75c06a1
|
Revert MANIFEST.MF - invalid header
|
2014-11-13 01:15:47 +13:00 |
|
Rob Bygrave
|
adcfa939e4
|
revert MANIFEST.MF - invalid jackson part
|
2014-11-13 01:11:07 +13:00 |
|
Rob Bygrave
|
8a4d78a3f5
|
Fix JSON for ScalarTypePostgresHstore with field name and nulls
|
2014-11-13 00:49:20 +13:00 |
|
Rob Bygrave
|
04e77d9949
|
Bump pom to 4.2.0-SNAPSHOT
|
2014-11-12 23:30:31 +13:00 |
|
Rob Bygrave
|
76e7b8d199
|
Add to Model the apply(PathProperties) method
|
2014-11-12 23:06:26 +13:00 |
|
Rob Bygrave
|
00f85a42f8
|
JSON Refactor - move EJson into text.json package
|
2014-11-12 22:56:42 +13:00 |
|
Rob Bygrave
|
e649a70509
|
make SimpleTextParser class not public
|
2014-11-12 22:35:48 +13:00 |
|
Rob Bygrave
|
2ec50d2c71
|
Add query.apply(PathProperties)
|
2014-11-12 22:24:37 +13:00 |
|
Rob Bygrave
|
eaee3a9c02
|
JSON refactor - tidy up
|
2014-11-12 22:10:28 +13:00 |
|
Rob Bygrave
|
221272328c
|
WIP JSON refactor - tidy up ScalarTypes
|
2014-11-12 00:17:24 +13:00 |
|
Rob Bygrave
|
1677917465
|
Move from javax.json to jackson-core for parser/generator
|
2014-11-10 20:31:11 +13:00 |
|
Rob Bygrave
|
bfefdbac41
|
Merge from JSON refactoring branch
|
2014-11-06 23:32:27 +13:00 |
|
Rob Bygrave
|
58755a51a9
|
JSON Refactor - compound type support
|
2014-11-06 23:18:20 +13:00 |
|
Rob Bygrave
|
b313809894
|
WIP json refactor - initial tidy
|
2014-11-05 23:15:09 +13:00 |
|
rbygrave
|
0f3b1eb812
|
Tidy up test - TestInfoOneToOne, oneToOne cascade update
|
2014-10-29 23:45:24 +13:00 |
|
rbygrave
|
306cc4adf4
|
Add test for oneToOne cascade update
|
2014-10-29 23:43:11 +13:00 |
|
rbygrave
|
ed88978173
|
No effective change - javadoc tweak on params
|
2014-10-29 23:41:40 +13:00 |
|
rbygrave
|
ae266968b4
|
[maven-release-plugin] prepare for next development iteration
|
2014-10-29 00:11:43 +13:00 |
|
rbygrave
|
aa86454cc4
|
[maven-release-plugin] prepare release avaje-ebeanorm-4.1.9
avaje-ebeanorm-4.1.9
|
2014-10-29 00:11:20 +13:00 |
|
rbygrave
|
c99bec4940
|
Add First/Second/SuperSecond test
|
2014-10-29 00:07:25 +13:00 |
|
rbygrave
|
7426274ef6
|
bump agent to 4.1.9
|
2014-10-28 23:46:20 +13:00 |
|
Rob Bygrave
|
130b7e3327
|
Add another self referencing test - SelfParent
|
2014-10-20 23:06:50 +13:00 |
|
Rob Bygrave
|
de201715fc
|
#196 - Add support for using java.net.InetAddress in entity beans
|
2014-10-20 22:36:18 +13:00 |
|
Rob Bygrave
|
241f6f3d6d
|
#196 - Add support for using java.net.InetAddress in entity beans
|
2014-10-20 22:31:22 +13:00 |
|
Rob Bygrave
|
1210aca027
|
Add test for SqlUpdate in various transaction scopes
|
2014-10-20 20:18:17 +13:00 |
|
Rob Bygrave
|
e653c34211
|
Fix for #188 - ClassPathSearch not searching in running Jar
|
2014-10-16 23:15:16 +13:00 |
|
Rob Bygrave
|
131750cf85
|
No effective change - format
|
2014-10-16 22:58:13 +13:00 |
|
Rob Bygrave
|
17b16fd5d9
|
Merge pull request #194 from nedge/master
FIX for ManyToOne targetType & OSGI MANIFEST
|
2014-10-15 19:55:17 +13:00 |
|
Eddie Mc Greal
|
1065a84709
|
FIX for ManyToOne targetType & OSGI MANIFEST
|
2014-10-14 08:10:31 +02:00 |
|
Rob Bygrave
|
13791a2e58
|
Update version in readme
|
2014-10-08 22:13:48 +13:00 |
|