Roland Praml
|
6a5705345d
|
Merge remote-tracking branch 'upstream/master'
|
2022-07-28 15:25:13 +02:00 |
|
Roland Praml
|
c5118a4650
|
prepare for merge
|
2022-07-28 15:23:49 +02:00 |
|
Roland Praml
|
de143892af
|
Fix: toJson must use setIntercept if target bean is passed
|
2022-07-28 15:04:24 +02:00 |
|
Rob Bygrave
|
31c20ca9a2
|
Format and imports on test code only
|
2022-07-27 22:26:26 +12:00 |
|
Rob Bygrave
|
7a6d91c2f4
|
Merge branch 'update_ignores_soft_delete' of github.com:Ichtil/ebean into Ichtil-update_ignores_soft_delete
|
2022-07-27 21:22:16 +12:00 |
|
Rob Bygrave
|
31ac0f794f
|
Add avaje-applog-slf4j dependency to ebean-api
This means by default AppLog logging goes to slf4j-api. Exclude this dependency to otherwise
control the AppLog System.Logger implementation.
|
2022-07-27 21:12:19 +12:00 |
|
Rob Bygrave
|
bda0786924
|
#2760 - Add MetaInfoManager.metricsAsJson() ... to support conversion of collected metrics to json
|
2022-07-27 09:31:58 +12:00 |
|
Noemi Praml
|
1e68e4983a
|
[maven-release-plugin] prepare for next development iteration
|
2022-07-26 13:21:36 +02:00 |
|
Noemi Praml
|
5e6266db6b
|
[maven-release-plugin] prepare release ebean-parent-13.6.4-FOC2
|
2022-07-26 13:21:19 +02:00 |
|
 Alexander WagnerandGitHub
|
027b767f53
|
Fix DbForeignKey with noConstraint and NotNull join type (#69)
* DbForeignkey with noConstraint and NotNull produces incorrect join type
* fix test
|
2022-07-26 13:15:02 +02:00 |
|
Rob Bygrave
|
ac1e1757e8
|
#2748 - Fix partially loaded bean scenario with .setDisableLazyLoading(true) .setBeanCacheMode(CacheMode.PUT) // force query to hit database
|
2022-07-20 08:16:43 +12:00 |
|
Rob Bygrave
|
48404fc85d
|
#2748 - Fix setDisableLazyLoading(true) ... does not set fully loaded state [fully loaded bean scenario]
|
2022-07-20 07:55:42 +12:00 |
|
Rob Bygrave
|
9252e72581
|
#2748 - Fix such that .setLoadBeanCache(false) ... sets CacheMode.OFF
|
2022-07-20 07:45:20 +12:00 |
|
Jan Klička
|
64f99f5205
|
2750 failing test case
|
2022-07-15 17:49:10 +02:00 |
|
Rob Bygrave
|
110bc614e4
|
#2743 - Postgres DDL - For create table, improve column ordering for tighter storage
|
2022-07-07 13:45:06 +12:00 |
|
Rob Bygrave
|
fdfe2533c9
|
[maven-release-plugin] prepare for next development iteration
|
2022-07-06 20:59:11 +12:00 |
|
Rob Bygrave
|
7e3d39ac1a
|
[maven-release-plugin] prepare release ebean-parent-13.6.5
|
2022-07-06 20:59:04 +12:00 |
|
Rob Bygrave
|
11e20edb59
|
#2741 - Bump avaje-config to 2.1 and modify ebean-test to support use of ${docker.host} in test container jdbc urls
|
2022-07-06 20:47:54 +12:00 |
|
Rob Bygrave
|
88b6a60feb
|
#2730 - Secondary @OneToMany fetch query is not happening if the same Entity type is fetched
|
2022-07-06 20:19:41 +12:00 |
|
Rob Bygrave
|
43dac07d5b
|
#2740 - Bump ebean-test-containers to 6.2
|
2022-07-06 14:41:24 +12:00 |
|
Rob Bygrave
|
04434215d0
|
#2740 - Bump ebean-test-containers to 6.2
|
2022-07-06 14:27:28 +12:00 |
|
Rob Bygrave
|
52e6c0c625
|
#2736 - findDto nonsupport setter chain (accessor style setters, both fluid style and non fluid style)
|
2022-07-05 10:37:55 +12:00 |
|
Rob Bygrave
|
745fbe883e
|
#2737 - Mapping of TimeZone doesn't have enough characters
|
2022-07-05 09:05:13 +12:00 |
|
Rob Bygrave
|
523deb20f4
|
#2732 - ebean-agent - skip transactional profiling aware enhancement on query beans
|
2022-07-04 17:05:25 +12:00 |
|
Rob Bygrave
|
d20d276d56
|
#2728 - Fix for stateless update with orphanRemoval=true and softDelete
|
2022-07-04 12:22:27 +12:00 |
|
Noemi Praml
|
2544194963
|
[maven-release-plugin] prepare for next development iteration
|
2022-07-01 10:24:58 +02:00 |
|
Noemi Praml
|
e9a02fc01c
|
[maven-release-plugin] prepare release ebean-parent-13.6.4-FOC1
|
2022-07-01 10:24:38 +02:00 |
|
Noemi Praml
|
861fce7d7e
|
bump version to 13.6.4-FOC1-SNAPSHOT
|
2022-07-01 10:16:26 +02:00 |
|
Noemi Praml
|
fd7ae4c4ad
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# ebean-bom/pom.xml
|
2022-07-01 10:03:03 +02:00 |
|
Noemi Praml
|
f63826fdf8
|
bump version to 13.6.5-SNAPSHOT
|
2022-07-01 10:01:32 +02:00 |
|
Rob Bygrave
|
5b92ac6e02
|
Merge branch 'deleted_one_to_many_children_bug' of https://github.com/Ichtil/ebean into Ichtil-deleted_one_to_many_children_bug
|
2022-07-01 17:12:45 +12:00 |
|
Jan Klička
|
6392f90f32
|
Add more failing test cases
|
2022-06-29 18:41:19 +02:00 |
|
Jan Klička
|
bb8f3831b8
|
Testcase demonstrating stateless update resulting in a delete
|
2022-06-29 16:09:51 +02:00 |
|
Rob Bygrave
|
afdb1df7ce
|
Testing nuodb 4.3.2, but it isn't supporting getGeneratedKeys for jdbc batch inserts
That breaks a lot of tests
|
2022-06-16 23:32:04 +12:00 |
|
Rob Bygrave
|
1e044f03ed
|
Adjust test DefaultPersistenceContextTest
|
2022-06-15 22:25:46 +12:00 |
|
Rob Bygrave
|
a5256df6f2
|
[maven-release-plugin] prepare for next development iteration
|
2022-06-14 16:14:25 +12:00 |
|
Rob Bygrave
|
fa11dac2b2
|
[maven-release-plugin] prepare release ebean-parent-13.6.4
|
2022-06-14 16:14:18 +12:00 |
|
Rob Bygrave
|
c40ca2fad7
|
Bump agent to 13.6.4 (no effective change)
|
2022-06-14 16:09:13 +12:00 |
|
Rob Bygrave
|
162b3449e8
|
Put ebean.properties back to default to h2
|
2022-06-14 15:03:35 +12:00 |
|
Rob Bygrave
|
8c3ed6996e
|
Put postgresql jdbc back to 42.3.3
|
2022-06-14 14:59:39 +12:00 |
|
Rob Bygrave
|
583c5f74eb
|
Support Postgres JSONB/JSON with String - @DbJsonb String content;
|
2022-06-14 14:57:50 +12:00 |
|
Rob Bygrave
|
8301fd5e74
|
#2710 - JSONB fields are not considered dirty after modified in BeanPersistController preUpdate
|
2022-06-13 18:35:42 +12:00 |
|
Rob Bygrave
|
3e3647816d
|
#2715 - [ebean-test-containers] Fix for Postgis to support extraDb (second database), Update Oracle container
|
2022-06-13 15:44:52 +12:00 |
|
Noemi Praml
|
10657eaa3c
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# ebean-core/src/main/java/io/ebeaninternal/server/type/DataBind.java
# ebean-core/src/main/java/io/ebeaninternal/server/type/RsetDataReader.java
|
2022-06-09 08:37:38 +02:00 |
|
Rob Bygrave
|
9aa7ae79e2
|
#2713 - Improve javadoc of Finder, BeanFinder, BeanRepository - deprecate use of BeanFinder server field (migrate to database)
|
2022-06-09 13:26:48 +12:00 |
|
 Rob BygraveandGitHub
|
c02ab7340c
|
Merge pull request #2708 from FOCONIS/fix-localtime
Part 1: Fix read/write/query LocalTime values
|
2022-06-09 12:00:06 +12:00 |
|
Noemi Praml
|
d1a40b4739
|
failing test
|
2022-05-31 10:47:08 +02:00 |
|
Noemi Praml
|
bb9cfe9d0f
|
add support for findSingleAttributeSet
|
2022-05-24 11:09:56 +02:00 |
|
Noemi Praml
|
8d1c927c4e
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# ebean-bom/pom.xml
|
2022-05-24 10:06:50 +02:00 |
|
Noemi Praml
|
936b9035f7
|
bump version to 13.6.4-SNAPSHOT
|
2022-05-24 10:05:43 +02:00 |
|