rob bygrave
89789f3347
#1372 - Missing @OneToOne mapping yields unusable error messages.
...
Restore mapping.
2018-05-14 21:33:11 +12:00
rob bygrave
9dc5ca602c
#1372 - Missing @OneToOne mapping yields unusable error messages.
2018-05-14 21:32:48 +12:00
rob bygrave
95737cd3c5
#1374 - Remove io.ebeaninternal.server.core.ServletContextListener - should be unused
2018-05-14 21:23:13 +12:00
Roland Praml and Rob Bygrave
0a49fc9b62
FIX: NPE when fetching inherited beans from cache ( #1373 )
2018-05-14 21:12:42 +12:00
rob bygrave
f8c80c7fd2
[maven-release-plugin] prepare for next development iteration
2018-05-10 17:22:18 +12:00
rob bygrave
fc837b6472
[maven-release-plugin] prepare release ebean-11.15.6
ebean-11.15.6
2018-05-10 17:22:04 +12:00
rob bygrave
cfaedcdbc5
#1371 - Regression in 11.15.5 with @Inheritance on abstract class with discriminatorType = INTEGER
2018-05-10 17:20:09 +12:00
rob bygrave
111bac7514
[maven-release-plugin] prepare for next development iteration
2018-05-06 20:50:56 +12:00
rob bygrave
1a2ca63d65
[maven-release-plugin] prepare release ebean-11.15.5
ebean-11.15.5
2018-05-06 20:50:40 +12:00
rob bygrave
33031d1c69
#1369 - BeanListener and/or BeanPersistAdapter not fired on delete of children when cascaded
2018-05-06 20:21:10 +12:00
Roland Praml and Rob Bygrave
49d9d88fbe
FIX: load all props from cache when inheritance is involved ( #1366 )
2018-04-27 14:44:18 +12:00
Rob Bygrave
756f867ed2
#1365 - Regression: property ebean.namingConvention=io.ebean.config.MatchingNamingConvention ... no longer works
2018-04-18 21:24:37 +12:00
Rob Bygrave
12108ada38
#1363 - Update ebean-migration to 11.5.4
2018-04-18 20:47:59 +12:00
rob bygrave
fb2fdc9b53
Merge branch 'master' of github.com:ebean-orm/ebean
2018-04-12 20:44:57 +12:00
rob bygrave
d570971fd1
#1363 - Update ebean-migration to 11.5.2
2018-04-12 20:44:39 +12:00
André Camilo and Rob Bygrave
a8434f22ff
Inheritance - Add support for @DiscriminatorValue to be optional ( #1361 )
2018-04-12 20:38:09 +12:00
rob bygrave
b0d3921264
[maven-release-plugin] prepare for next development iteration
2018-04-05 22:23:18 +12:00
rob bygrave
4167dfc4af
[maven-release-plugin] prepare release ebean-11.15.4
ebean-11.15.4
2018-04-05 22:23:03 +12:00
rob bygrave
e49a0c9ffb
#1360 - ENH: Add transaction.setNestedUseSavepoint() ... such that nested transactions are actually Savepoints
...
Additional tests
2018-04-05 21:48:54 +12:00
rob bygrave
dd6f223ae1
#1360 - ENH: Add transaction.setNestedUseSavepoint() ... such that nested transactions are actually Savepoints
2018-04-05 21:35:29 +12:00
Roman Parshikov and Rob Bygrave
05aff53241
Fix Maven links in README ( #1358 )
2018-04-03 21:17:46 +12:00
Rob Bygrave
9a3362e842
[maven-release-plugin] prepare for next development iteration
2018-03-29 14:35:40 +13:00
Rob Bygrave
04e0069eb3
[maven-release-plugin] prepare release ebean-11.15.3
ebean-11.15.3
2018-03-29 14:35:25 +13:00
Rob Bygrave
b8c4e1c3d3
#1357 - Regression in 11.15.2 - for nested Ebean.beginTransaction(TxScope.requiresNew()); ... where closed via ebeanServer.endTransaction(); rather than transaction.end()
2018-03-29 10:22:12 +13:00
Rob Bygrave
6b136248fa
[maven-release-plugin] prepare for next development iteration
2018-03-29 01:49:43 +13:00
Rob Bygrave
aa004f11af
[maven-release-plugin] prepare release ebean-11.15.2
ebean-11.15.2
2018-03-29 01:49:28 +13:00
Rob Bygrave
acd5578d8a
#115 - Mapping - Add support for @ElementCollection enhancement
...
Add element collection L2 cache support
2018-03-29 01:15:58 +13:00
Rob Bygrave
07946cd505
#115 - Mapping - Add support for @ElementCollection enhancement
...
Add element collection notification - combine into preUpdate/postUpdate of the bean
2018-03-28 17:31:53 +13:00
Rob Bygrave
57870aaa05
#115 - Mapping - Add support for @ElementCollection enhancement
...
Add embedded bean support
2018-03-28 13:22:46 +13:00
Rob Bygrave
cca837bcfa
#1354 - ENH: Add SqlUpdate setNextParameter() ... as alternative for positioned parameters
2018-03-28 00:45:12 +13:00
Rob Bygrave
534eb2f0e2
#1354 - ENH: Add SqlUpdate setNextParameter() ... as alternative for positioned parameters
2018-03-27 23:24:30 +13:00
Rob Bygrave
dfa7b765f9
#1354 - ENH: Add SqlUpdate setNextParameter() ... as alternative for positioned parameters
2018-03-27 22:58:19 +13:00
Rob Bygrave
4ef581f87c
No effective change - Update agent in pom to 11.11.1
2018-03-27 17:16:35 +13:00
Rob Bygrave
eb96c726fd
No effective change - Modify some tests to use transaction try with resources
2018-03-27 10:47:24 +13:00
Rob Bygrave
abbcd35ee6
#1353 - Use of ebeanServer.commitTransaction() in nested transaction doesn't match transction.commit() and closes parent scope
2018-03-27 09:14:45 +13:00
Rob Bygrave
db5a2b194d
No effective change - add extra test coverage on DefaultTransactionThreadLocal
2018-03-26 23:31:31 +13:00
Rob Bygrave
74e0a16531
#1351 - ENH: Add named DtoQuery
...
Merge branch 'feature/namedDtoQuery' of https://github.com/hexagonframework/ebean into hexagonframework-feature/namedDtoQuery
2018-03-26 20:45:39 +13:00
Rob Bygrave
8601f51a6c
#1351 - ENH: Add named DtoQuery
...
Merge branch 'feature/namedDtoQuery' of https://github.com/hexagonframework/ebean into hexagonframework-feature/namedDtoQuery
2018-03-26 20:45:22 +13:00
Rob Bygrave
6534feb5da
#1350 - ENH: Add mappingsLocation config to search xml mapping files.
...
Minor adjustments - read "mappingLocations" only etc.
2018-03-26 16:55:25 +13:00
Yuan Xuegui and Rob Bygrave
6cf5e3386d
ENH: Add mappingsLocation config to search xml mapping files. ( #1350 )
...
ENH: Add mappingsLocation config and search xml mapping files feature.
2018-03-26 16:37:25 +13:00
Rob Bygrave
7651256083
#1352 - Bump default datasource - with better defaults for Idle connection cleanup (5 mins)
2018-03-26 15:47:20 +13:00
Rob Bygrave
057d7480b0
#115 - Mapping - Add support for @ElementCollection enhancement
...
Add simple Map support with Json
2018-03-21 00:15:40 +13:00
Rob Bygrave
85c4385498
#115 - Mapping - Add support for @ElementCollection enhancement
...
Initial support - add simple Set support and Json support for simple List and Set.
2018-03-20 17:24:35 +13:00
Rob Bygrave
74a9019535
#115 - Mapping - Add support for @ElementCollection enhancement
...
Initial support - simple List.
2018-03-20 14:22:29 +13:00
Rob Bygrave
c44931ea25
#115 - Supporting changes for Element collection support
2018-03-20 09:04:58 +13:00
Rob Bygrave
012322503f
#115 - Supporting changes for Element collection support
2018-03-20 09:03:16 +13:00
yuanxuegui
5575273c96
ENH: Add named DtoQuery, such that we can define native SQL queries in ebean mapping xml for DtoQuery.
2018-03-19 18:04:49 +08:00
Rob Bygrave
f3251691e2
Test only change - Add test for SavePoint and compare to transaction.setRollbackOnly()
2018-03-19 09:18:00 +13:00
yuanxuegui
9d336cb20b
ENH: Add mappingsLocation config to search xml mapping files.
...
ENH: Add mappingsLocation config to search xml mapping files.
ENH: Add mappingsLocation config to search xml mapping files.
ENH: Add mappingsLocation config to search xml mapping files.
ENH: Add mappingsLocation config to search xml mapping files.
ENH: Add mappingsLocation config to search xml mapping files.
remove unused import.
ENH: Add mappingsLocation config and search xml mapping files feature.
2018-03-17 17:27:51 +08:00
Rob Bygrave
9895e48485
#1349 - Example passing test for - RawSql fetch object with inheritance / 2
2018-03-15 22:47:37 +13:00