Noemi Szemenyei
|
ee393c6485
|
ADD: testcase for wrong lazyload with cache
|
2021-01-19 11:41:19 +01:00 |
|
rob bygrave
|
7f68b9d846
|
No effective change - tidy whitespace in BeanDescriptorCacheHelp
|
2021-01-19 22:48:29 +13:00 |
|
rob bygrave
|
2035a3344e
|
Merge branch 'FOCONIS-persistcontext-wrong'
|
2021-01-19 22:37:45 +13:00 |
|
rob bygrave
|
ade36582a0
|
#2144 - Fix for NPE via Wrong beans in PersistContext avoid proper lazy load
|
2021-01-19 22:37:15 +13:00 |
|
Roland Praml
|
a4b8be61e3
|
ADD: some suggestions/debug hints
|
2021-01-11 11:50:25 +01:00 |
|
Roland Praml
|
b7feb62ecd
|
ADD: testcase for broken lazyload
|
2021-01-11 11:50:05 +01:00 |
|
rob bygrave
|
7e48f7c8eb
|
[maven-release-plugin] prepare for next development iteration
|
2021-01-05 18:02:21 +13:00 |
|
rob bygrave
|
501f8111fe
|
[maven-release-plugin] prepare release ebean-parent-12.6.5
ebean-parent-12.6.5
|
2021-01-05 18:02:09 +13:00 |
|
rob bygrave
|
d8f4503d98
|
#2141 - Fix for failing test, revert of fix for #2127
|
2021-01-05 17:56:55 +13:00 |
|
 Rob BygraveandGitHub
|
0d83978c58
|
Merge pull request #2141 from tobias-/failing_cascade_test_case_2
Failing testcase that shows wipe of all old children on save
|
2021-01-05 17:30:56 +13:00 |
|
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 BygraveandGitHub
|
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 BygraveandGitHub
|
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 BygraveandGitHub
|
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ōwballandGitHub
|
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 |
|