Tobias
69e56be459
Failing testcase that shows wipe of all old children on save
...
When adding a child to a newly saved bean (A), all other children are
killed on save of A.
2020-12-28 15:35:15 +01:00
rob bygrave
35a721039d
[maven-release-plugin] prepare for next development iteration
2020-12-23 20:25:47 +13:00
rob bygrave
98b4ac5029
[maven-release-plugin] prepare release ebean-parent-12.6.4
ebean-parent-12.6.4
2020-12-23 20:25:22 +13:00
rob bygrave
fe874c946d
#2140 - Bump ebean-migration dependency of ebean-ddl-generator to 12.4.0 (update ebean-test)
2020-12-23 20:22:50 +13:00
rob bygrave
53386e9bf4
Update ebean-core-type name and description only
2020-12-22 16:12:20 +13:00
rob bygrave
5435055f5c
Add ebean-redis, ebean-postgis and ebean-core-type to ebean-bom
2020-12-22 16:08:59 +13:00
rob bygrave
583e10f5c6
#2139 - Fix for - Failing testcase that shows wipe of all children on save (related to #2127 )
2020-12-22 15:49:37 +13:00
Rob Bygrave and GitHub
5393d709a3
Merge pull request #2139 from tobias-/failing_cascade_test_case
...
Failing testcase that shows wipe of all children on save
2020-12-22 14:55:12 +13:00
Tobias
fc1c9392aa
Failing testcase that shows wipe of all children on save
...
When adding a newly saved bean (A) to another bean (B), all children
in A are wiped on saving B.
2020-12-21 15:32:40 +01:00
rob bygrave
6b2c48d4f6
#2135 - ebean doest not support Spring @Transactional(propagation = Propagation.REQUIRES_NEW)
2020-12-21 16:40:19 +13:00
rob bygrave
400ae3cf4b
#2138 - Mark Transaction.flushBatch() as deprecated - migrate to flush();
2020-12-21 14:58:04 +13:00
rob bygrave
f22a322104
No effective change - Refactor tidy AbstractSqlQueryRequest after #2137
...
- Rename trans to transaction
- Tidy whitespace
2020-12-21 14:18:13 +13:00
rob bygrave
e98ff952bf
#2137 - Expected Transaction flush on SqlQuery and DtoQuery not occurring
2020-12-21 14:11:28 +13:00
rob bygrave
573e1b553c
[maven-release-plugin] prepare for next development iteration
2020-12-18 15:04:05 +13:00
rob bygrave
a674d0d696
[maven-release-plugin] prepare release ebean-parent-12.6.3
ebean-parent-12.6.3
2020-12-18 15:03:53 +13:00
Rob Bygrave and GitHub
5393161c16
Merge pull request #2132 from ebean-orm/feature/redisModule
...
Add ebean-redis as module
2020-12-18 14:58:07 +13:00
rob bygrave
1bdc6d8f7f
#2134 - Modify ChangeLog to send the last set of changes Pre Commit (rather than post commit). Expose this for spring transactions.
2020-12-18 14:54:44 +13:00
rob bygrave
e9081a176f
#2133 - Spring transactions not getting ChangeLog changeSet as part of postCommit() processing
2020-12-18 14:14:43 +13:00
rob bygrave
3e7db2887f
Add ebean-redis as module
2020-12-17 14:38:54 +13:00
rob bygrave
fcf14ac222
Add ebean-redis as module
2020-12-17 11:56:34 +13:00
Rob Bygrave and GitHub
55324653a5
#2127 - Adding a new list of children to @OneToMany with orphanRemoval true does not delete existing orphans ( #2131 )
2020-12-16 15:36:44 +13:00
Snōwball and GitHub
a132f09b03
Ignore javax.persistence.Transient in query beans ( #2129 )
...
* Add failing tests for transient types
* Ignore jpa @Transient fields in query beans
Any field marked with jpa @Transient should be ignored
2020-12-15 12:40:06 +13:00
rob bygrave
48eac84930
#2128 - Bump avaje-config dependency to 1.3 - Fix for - Repeated calls to Config.get() with no value, expect to return passed default value
2020-12-14 09:31:08 +13:00
rob bygrave
948619a125
[maven-release-plugin] prepare for next development iteration
2020-12-09 13:11:19 +13:00
rob bygrave
0cd0741f18
[maven-release-plugin] prepare release ebean-parent-12.6.2
ebean-parent-12.6.2
2020-12-09 13:11:07 +13:00
rob bygrave
01a3455ecb
Bump test dependency for kotlin-querybean-generator release
2020-12-08 20:51:52 +13:00
rob bygrave
610f7db1cb
Bump test dependency kotlin version to 1.4.21 after issues downloading 1.4.10 from maven central?
2020-12-08 20:46:36 +13:00
rob bygrave
373ef6d1eb
#2126 - Bump ebean-migration to 12.4.0
2020-12-08 20:29:34 +13:00
rob bygrave
f1b1cee2fd
Bump enhancement tile
2020-12-08 15:43:31 +13:00
rob bygrave
a73e4f23ff
Bump agent version in BOM
2020-12-08 15:41:59 +13:00
rob bygrave
9a5d3498c1
#2125 - Bump ebean-test-docker dependency to 4.1
2020-12-07 23:00:02 +13:00
rob bygrave
0b24d635ad
Tests only - update ddl review
2020-12-07 22:48:32 +13:00
rob bygrave
b623e19dae
update git ignore
2020-12-07 22:47:43 +13:00
rob bygrave
7389a8b344
#2124 - ENH: Add name() attribute to @DbArray, @DbJson, @DbJsonB, @DbMap
2020-12-07 22:46:04 +13:00
rob bygrave
d68f477e8e
#2120 - DbEnumValue without database constraint
2020-12-07 21:53:03 +13:00
rob bygrave
dbe273bb56
#2123 - Modify BackgroundExecutor API - add scheduleWithFixedDelay() and mark executePeriodically() as deprecated
2020-12-07 17:14:03 +13:00
rob bygrave
1a4377da29
Improve tests TestQueryForUpdate and TestSoftDeleteBasic
2020-12-07 13:29:47 +13:00
rob bygrave
c3cdecaa60
Fix test TestSqlUpdateBatch with correct bind type for Postgres
2020-12-07 10:06:15 +13:00
rob bygrave
9d706056c6
No functional change, replace new ReentrantLock(false) with new ReentrantLock()
2020-12-04 21:18:55 +13:00
rob bygrave
cb0100f02a
Refactor tidy BeanDescriptor, no effective change
2020-12-04 21:11:02 +13:00
rob bygrave
9c6dd0989a
Refactor tidy BeanDescriptorManager whitespace and raw types
2020-12-04 21:03:08 +13:00
rob bygrave
a23a179bbf
Fix test bump kotlin-querybean-generator 12.6.2-SNAPSHOT
2020-12-04 20:45:38 +13:00
rob bygrave
365b7c4600
#2122 - Metrics for ElementCollection query not included in reporting (via MetaInfoManager)
2020-12-04 20:41:40 +13:00
rob bygrave
ed2455f460
#2121 - Refactor internals move DefaultBackgroundExecutor etc
2020-12-03 15:47:14 +13:00
rob bygrave
046033627a
Update tests - generated sql for add constraint foreign key
2020-12-03 13:22:13 +13:00
Rob Bygrave and GitHub
786444a6b9
Refactor BackgroundExecutor add submit() methods returning Future ( #2121 )
...
- Adds submit() methods that return Future
- Refactor internals to use DaemonScheduleThreadPool
- Delete the now unused DaemonExecutorService
- Tidy internals using wrapMDC() methods
2020-12-03 13:16:51 +13:00
rob bygrave
9ab26cfb9d
#2118 - Fix test only PlatformDdl_AlterColumnTest
2020-12-03 09:48:41 +13:00
rob bygrave
aa1e3ea1bc
#2118 - Generated code for @DbForeignKey reading onDelete and Ignores onUpdate
2020-12-01 22:04:07 +13:00
Rob Bygrave and GitHub
c66875449b
Add Query.withLock(LockType) and withLock(LockType, LockWait) ( #2116 )
...
Add Query.withLock(LockType) and withLock(LockType, LockWait)
2020-12-01 21:31:53 +13:00
rob bygrave
f6c4024ae5
No effective change - tidy test only, TestStatelessUpdate
2020-12-01 21:17:19 +13:00