Commit Graph
1091 Commits
Author SHA1 Message Date
Roland Praml de143892af Fix: toJson must use setIntercept if target bean is passed 2022-07-28 15:04:24 +02: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
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 fa6fdf124d Fix test BasicProfileLocationTest 2022-06-16 13:52:27 +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 583c5f74eb Support Postgres JSONB/JSON with String - @DbJsonb String content; 2022-06-14 14:57:50 +12:00
Rob Bygrave 5be3b7717c #2716 - Refactor ScalarType interface to make use of default methods 2022-06-13 22:38:15 +12:00
Rob Bygrave e29d83a379 #2710 - Update PersistRequestBean with checkAllMutableProperties() and checkAnyMutableProperties() 2022-06-13 18:58:38 +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
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 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 9c354919e5 refactoring
(cherry picked from commit 43e28c4f5c747cdda2e3547a8db593eab490ceec)
2022-05-31 10:49:09 +02:00
Noemi Praml c8be59fd95 it fixes the test
(cherry picked from commit d2e21aa3dcbd4ae59dd8d1ff5404d94c298f087b)
2022-05-31 10:47:32 +02:00
Noemi Praml bb9cfe9d0f add support for findSingleAttributeSet 2022-05-24 11:09:56 +02:00
Noemi Praml 936b9035f7 bump version to 13.6.4-SNAPSHOT 2022-05-24 10:05:43 +02:00
Rob Bygrave 1060503fe1 [maven-release-plugin] prepare for next development iteration 2022-05-24 13:46:16 +12:00
Rob Bygrave 2edfc33d00 [maven-release-plugin] prepare release ebean-parent-13.6.3 2022-05-24 13:46:09 +12:00
Noemi Praml cb54f08b69 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	ebean-bom/pom.xml
#	tests/test-java16/pom.xml
2022-05-23 14:08:26 +02:00
Noemi Praml c154a0ac7f bump version to 13.6.3-SNAPSHOT 2022-05-23 14:01:55 +02:00
Rob Bygrave c5e980991e [maven-release-plugin] prepare for next development iteration 2022-05-18 20:11:18 +12:00
Rob Bygrave 1004675a0b [maven-release-plugin] prepare release ebean-parent-13.6.2 2022-05-18 20:11:12 +12:00
Rob Bygrave 0db93bc82d No effective change - tidy BeanList etc, BeanCollectionHelpFactory to use specific CQueryCollectionAdd for List and Set 2022-05-18 17:33:08 +12:00
Rob Bygrave 7fbc1f8111 Postgres DDL - With Postgres table partitioning, add partition column to primary key
- Postgres DDL generation
- Using table partitioning
- There is a primary key defined that doesn't contain the partition column

In DDL generation, automatically add the partition column to the DB primary key.
2022-05-17 21:39:06 +12:00
Rob Bygrave 4f3c9adf6f #2695 - DDL Generation for @UniqueConstraint ignores the name - should be the index name when given 2022-05-16 22:06:14 +12:00
Rob Bygrave b7d6374370 Improve error message when no platform providers are in the classpath 2022-05-16 18:47:48 +12:00
Rob Bygrave cc91ca5c2a [maven-release-plugin] prepare for next development iteration 2022-05-16 12:22:31 +12:00
Rob Bygrave c863fe7781 [maven-release-plugin] prepare release ebean-parent-13.6.1 2022-05-16 12:22:25 +12:00
Rob Bygrave 36d589d4f3 #2691 - Improve logging summary when insert bean with no @Id ... 2022-05-16 11:30:36 +12:00
Roland Praml d48de7a2d6 [maven-release-plugin] prepare for next development iteration 2022-05-13 14:47:50 +02:00
Roland Praml 4c23e64bd1 [maven-release-plugin] prepare release ebean-parent-13.6.0-FOC2 2022-05-13 14:47:47 +02:00
Roland Praml ca20c9ef1f add support for findSingleAttributeSet 2022-05-13 14:45:08 +02:00
Rob Bygrave a4df643d82 #2690 - Refactor internals, tidy SaveManyBeans
- Introduce hasOrderColumn field
- Add clearedParent flag to only clear the parent bean from persistence context once (not per detail bean)
2022-05-13 11:38:39 +12:00
Rob Bygrave 74174444bb Bug - OneToMany orphanRemoval = true, replace collection adding back original collection entry
- Adding back a bean from the original collection
- Expect that bean to exist in the final result but, it's missing

Fix here is in SaveManyBeans to add a insertAllChildren and use ebi.setNew(); for beans to force them to insert for this case.
2022-05-12 23:14:26 +12:00
FOCONIS\noemi.praml 97ce091324 [maven-release-plugin] prepare for next development iteration 2022-05-03 08:44:31 +02:00
FOCONIS\noemi.praml 4bae88f153 [maven-release-plugin] prepare release ebean-parent-13.6.0-FOC1 2022-05-03 08:44:22 +02:00
FOCONIS\noemi.praml 42ac46ea71 bump version 2022-05-03 08:04:06 +02:00
FOCONIS\noemi.praml 401dd5965b Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	ebean-bom/pom.xml
#	tests/test-java16/pom.xml
#	tests/test-kotlin/pom.xml
2022-05-03 08:02:06 +02:00
FOCONIS\noemi.praml 9570738ee9 bump version to 13.6.1-SNAPSHOT 2022-05-03 07:59:54 +02:00
Rob Bygrave 1c072f1d0a [maven-release-plugin] prepare for next development iteration 2022-05-03 15:13:20 +12:00
Rob Bygrave bac7eb11bd [maven-release-plugin] prepare release ebean-parent-13.6.0 2022-05-03 15:13:13 +12:00
Rob Bygrave 67a4e66b00 [maven-release-plugin] rollback the release of ebean-parent-13.6.0 2022-05-03 15:07:55 +12:00
Rob Bygrave 0d1d212f9f [maven-release-plugin] prepare for next development iteration 2022-05-03 14:59:36 +12:00
Rob Bygrave f44c77f5f5 [maven-release-plugin] prepare release ebean-parent-13.6.0 2022-05-03 14:59:29 +12:00