Rob Bygrave
37902c75eb
Bump ebean-agent to 13.6.3
2022-05-24 13:41:13 +12:00
Rob Bygrave and GitHub
14abb34739
Merge pull request #2704 from ebean-orm/feature/2702-renameTable
...
#2702 - IllegalArgumentException: No rule for io.ebeaninternal.dbmigration.migration.RenameTable
2022-05-24 10:55:11 +12:00
Rob Bygrave
68680ffd34
#2702 - IllegalArgumentException: No rule for io.ebeaninternal.dbmigration.migration.RenameTable
...
Add support for applying the RenameTable change to the model.
2022-05-24 10:48:38 +12:00
Rob Bygrave
8106ffd73d
#2703 - Bump ebean-test-containers to 6.0 (Java 11 and System.Logger)
2022-05-24 10:20:04 +12:00
Rob Bygrave and GitHub
d00cb854fc
Merge pull request #2703 from ebean-orm/feature/ebean-test-containers
...
ebean-test-docker was renamed to ebean-test-containers
2022-05-24 09:03:22 +12:00
Rob Bygrave
ca445b5226
ebean-test-docker was renamed to ebean-test-containers
...
- Migrate from io.ebean:ebean-test-docker -> io.ebean:ebean-test-containers
- Migrate (with 5.8) package from io.ebean.docker.commands -> io.ebean.test.containers
2022-05-24 08:54:58 +12:00
Rob Bygrave
74b4994221
#2701 -[DDL] Postgres DDL generation for table partitioning with schema - helper method to add partitions does not work
...
This also removes the helper partition_init() stored function as it isn't really needed now that postgres has default partition support (since PG11 actually, partition_init predates PG11).
2022-05-23 20:39:45 +12:00
Rob Bygrave
62106935f4
Bump test modules to 13.6.3-SNAPSHOT after release
2022-05-18 21:01:40 +12:00
Rob Bygrave
bf034eb2a1
Bump test modules to 13.6.3-SNAPSHOT after release
2022-05-18 20:26:30 +12: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
ebean-parent-13.6.2
2022-05-18 20:11:12 +12:00
Rob Bygrave
12e508ab48
Merge branch 'master' of github.com:ebean-orm/ebean
2022-05-18 18:25:38 +12:00
Rob Bygrave
be0e1116a7
Bump ebean-agent to 13.6.2
2022-05-18 18:25:24 +12:00
Rob Bygrave and GitHub
4b03c8a00a
Merge pull request #2698 from ebean-orm/feature/tidy-beancollection
...
No effective change - tidy BeanList etc, BeanCollectionHelpFactory to use specific CQueryCollectionAdd for List and Set
2022-05-18 18:03:09 +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
e04a1baabe
Bump tile enhancement to 13.6.0
2022-05-18 15:35:38 +12:00
Rob Bygrave and GitHub
506e2f5625
Merge pull request #2697 from ebean-orm/feature/postgres-table-partitioning-pk
...
Postgres DDL - With Postgres table partitioning, add partition column to primary key
2022-05-17 22:18:55 +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
ceac2d12b1
#2694 - Postgres DDL - For Postgres table partitioning, remove the "suppressPrimaryKeyOnPartition" mode
2022-05-16 21:48:19 +12:00
Rob Bygrave
cc7f3d49a4
No effective change, tidy whitespace
2022-05-16 21:35:46 +12:00
Rob Bygrave and GitHub
091c40867e
Merge pull request #2693 from ebean-orm/feature/add-schema-support
...
DDL - Add support for creating schema via database migrations (and create all ddl)
2022-05-16 21:28:59 +12:00
Rob Bygrave
71b7aa5946
DDL - Add support for creating schema via database migrations (and create all ddl)
...
Initially for H2 and Postgres, with commented out DDL for other platforms.
2022-05-16 21:17:41 +12:00
Rob Bygrave
9dea51b7a0
#2692 - [querybean generation] Compile error, incorrect generation with nested inner class/record @Embeddable and @IdClass
2022-05-16 18:48:42 +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
195cb9c86c
Adjust postgis build test container - use specific containerName
2022-05-16 16:36:32 +12:00
Rob Bygrave
1329a4775c
Bump test modules to 13.6.2-SNAPSHOT after release
2022-05-16 12:35:41 +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
ebean-parent-13.6.1
2022-05-16 12:22:25 +12:00
Rob Bygrave
8dec17c1f3
Bump ebean-agent to 13.6.1 - #2687
2022-05-16 12:05:54 +12:00
Rob Bygrave
36d589d4f3
#2691 - Improve logging summary when insert bean with no @Id ...
2022-05-16 11:30:36 +12:00
Rob Bygrave
dedafa0b93
Modify GH WF EA builds adding mvn --version ... for info on versions used for build
2022-05-13 13:58:13 +12:00
Rob Bygrave and GitHub
7b91b9ec48
Merge pull request #2690 from ebean-orm/bug/orphan-collection-replacement
...
Bug - OneToMany orphanRemoval = true, replace collection adding back …
2022-05-13 12:13:19 +12:00
Rob Bygrave and GitHub
c5940dacf1
Merge pull request #2688 from ebean-orm/feature/test-docker-52
...
Bump to ebean-test-docker 5.3
2022-05-13 11:42:33 +12: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
Rob Bygrave
317ad8de9c
Bump to ebean-test-docker 5.3
...
- Supports random ports
- Simplified shutdownMode
- Improved logging on shutdown
2022-05-12 18:43:38 +12:00
Rob Bygrave
4b260483ce
Test only - Adjust timing in TestHistoryInsert.mariadb_simple_history()
2022-05-12 17:14:20 +12:00
Rob Bygrave
6a575cb1bf
Change ebean-test postgis image to postgis/postgis from mdillon/postgis
...
- Also bump default version to 14
2022-05-12 17:05:23 +12:00
Rob Bygrave
a13e1cf074
Bump to ebean-test-docker 5.2
...
- Supports random ports
- Simplified shutdownMode
2022-05-12 16:43:41 +12:00
Rob Bygrave
c59475084a
#2686 - [ebean-test] Allow docker configuration options to be at ebean.test.X as well as ebean.test.<platform>.X
2022-05-05 20:54:07 +12:00
Rob Bygrave
f41704b58c
#2685 - Bump ebean-test-docker to 5.1 with newBuilder() -> builder() with deprecation
2022-05-05 09:17:35 +12:00
Rob Bygrave
5bb9745b3c
Bump to 13.6.1-SNAPSHOT after release
2022-05-03 15:36:03 +12: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
ebean-parent-13.6.0
2022-05-03 15:13:13 +12:00
Rob Bygrave
a8c2e4db3f
Our release profile is now called "central"
2022-05-03 15:09:34 +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
Rob Bygrave
65d07f4af9
Merge branch 'master' of github.com:ebean-orm/ebean
2022-05-03 14:48:52 +12:00