Rob Bygrave
bd01dfd29a
Bump parent pom, moved to s01.oss.sonatype.org
2021-12-17 20:57:46 +13:00
Rob Bygrave
6a9b5944a3
Remove release.properties that somehow got into git after release
2021-12-17 20:55:19 +13:00
Rob Bygrave
5fddc37037
[maven-release-plugin] prepare for next development iteration
2021-12-17 17:26:43 +13:00
Rob Bygrave
ca6e3963db
[maven-release-plugin] prepare release ebean-parent-12.13.2
ebean-parent-12.13.2
2021-12-17 17:26:36 +13:00
Rob Bygrave and GitHub
a966557b68
Merge pull request #2459 from ebean-orm/feature/2458-isCascade
...
#2458 - Add BeanPersistController.isCascade() to identify cascade vs "top level" persist requests
2021-12-17 10:54:19 +13:00
Rob Bygrave
1a6a426683
#2458 - Add BeanPersistController.isCascade() to identify cascade vs "top level" persist requests
2021-12-17 10:43:27 +13:00
Rob Bygrave
dd43fe4db3
Update pom in ebean-kotlin empty module to use java 1.8
2021-12-15 21:49:34 +13:00
Rob Bygrave
b4ebeb0070
#2445 - update test generated ddl as part of ... Put back DB2 maxTableNameLength=18, maxConstraintNameLength=18
2021-12-15 21:49:02 +13:00
Rob Bygrave
0dbf982293
Javadoc only update in PlatformConfig
2021-12-15 21:47:58 +13:00
Rob Bygrave and GitHub
12d7184f02
Merge pull request #2454 from ebean-orm/feature/2445-revert-maxTableNameLength
...
#2445 - Put back DB2 maxTableNameLength=18, maxConstraintNameLength=18
2021-12-14 10:24:59 +13:00
Rob Bygrave
c3295f1145
#2445 - Put back DB2 maxTableNameLength=18, maxConstraintNameLength=18
2021-12-13 20:54:49 +13:00
Rob Bygrave
9bdcd6c55e
#2452 - server-wide defaultJsonMutation SOURCE is not honored by DbJson scalar types (e.g. List<String>)
2021-12-07 18:13:17 +13:00
Rob Bygrave
b627794f8f
#2451 - Initial add of ebean-kotlin module, home of kotlin extension
2021-12-07 16:25:46 +13:00
Rob Bygrave
b9f3ff24e9
Tidy test only - BasicProfileLocationTest
2021-12-07 15:25:02 +13:00
Rob Bygrave
9752eced1f
Adjust tests for JDK 18-ea build
2021-12-07 15:24:19 +13:00
Rob Bygrave
e7aa1fdac5
Update badges on README
2021-12-07 15:21:43 +13:00
Rob Bygrave
9d26ab2103
Adjust tests for JDK 18-ea build
2021-12-07 15:15:21 +13:00
Rob Bygrave
103f965182
Add github workflow for JDK 18-ea build
2021-12-07 14:51:53 +13:00
Rob Bygrave
d28d9a6176
Follow up to #2448 - Fix maven warning
2021-12-07 14:47:49 +13:00
Rob Bygrave and GitHub
173b81a64b
Merge pull request #2448 from FOCONIS/fix-pom
...
Fix maven warning
2021-12-07 14:43:03 +13:00
Rob Bygrave and GitHub
135b1e3b57
Merge pull request #2450 from carldea/master
...
Using TCK Tested JDK builds of OpenJDK Making the switch to Zulu
2021-12-07 14:20:57 +13:00
Carl Dea and GitHub
888109d706
Using TCK Tested JDK builds of OpenJDK
...
The AdoptOpenJDK has been discontinued since July 2021 (https://adoptopenjdk.net ). Switching the distribution to Azul Zulu. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK.
2021-12-06 15:00:49 -05:00
Carl Dea and GitHub
8cd6d50def
Using TCK Tested JDK builds of OpenJDK
...
The AdoptOpenJDK has been discontinued since July 2021 (https://adoptopenjdk.net ). Switching the distribution to Azul Zulu. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK
2021-12-06 14:59:41 -05:00
Roland Praml
272b316ecc
some more changes
2021-12-02 11:29:45 +01:00
Roland Praml
e95edad04b
Fix maven warning
2021-12-02 11:23:38 +01:00
Rob Bygrave
d934d44164
update README adding more badges
2021-12-01 22:14:11 +13:00
Rob Bygrave
a2ad1aaf6e
update test github workflows
2021-12-01 17:51:04 +13:00
Rob Bygrave
a0b6a13e6c
update test github workflows for sqlserver and mariadb
2021-12-01 17:27:26 +13:00
Rob Bygrave
a65340b939
update test github workflows for sqlserver and mariadb
2021-12-01 17:26:24 +13:00
Rob Bygrave
0279f8b1ad
add some test github workflows for sqlserver and mariadb
2021-12-01 16:02:32 +13:00
Rob Bygrave
bd2faed6a0
Update readme add badge for multi-jdk build
2021-12-01 15:54:01 +13:00
Rob Bygrave
a0e2155ec2
add github workflow multi-jdk-build.yml
2021-12-01 15:44:17 +13:00
Rob Bygrave
5ff9171aaf
Bump kotlin version to test against, use maven profiles for test module activation
2021-12-01 15:41:04 +13:00
Rob Bygrave
4d7936c1a6
add mariadb to multi-platform-test.yml
2021-12-01 13:54:55 +13:00
Rob Bygrave
552145db37
add sqlserver 2019 and 2017 testing to multi-platform-test.yml - adjust port for 2017
2021-12-01 13:17:54 +13:00
Rob Bygrave
0504cdc2d8
add sqlserver 2019 and 2017 testing to multi-platform-test.yml
2021-12-01 13:00:36 +13:00
Rob Bygrave
a380b609cd
add git workflow multi-platform-test
2021-12-01 09:55:22 +13:00
Rob Bygrave
65ac083872
add git workflow multi-platform-test
2021-12-01 09:52:59 +13:00
Rob Bygrave
a82dca24da
changed generated migrations from db2 change in #2445
2021-12-01 09:52:39 +13:00
Rob Bygrave and GitHub
466a616f3e
Merge pull request #2445 from FOCONIS/improve-testing
...
Improve testing, add DB2 Docker testing support to ebean-test
2021-12-01 09:35:45 +13:00
Rob Bygrave and GitHub
a0552387f8
Merge pull request #2446 from FOCONIS/fix-count-distinc-order-no-ordering
...
NPE Fix with .setCountDistinct(CountDistinctOrder.NO_ORDERING)
2021-12-01 09:28:54 +13:00
Noemi Szemenyei
25bc0e947d
NPE Fix with .setCountDistinct(CountDistinctOrder.NO_ORDERING)
2021-11-30 10:21:34 +01:00
Roland Praml
f8253a1252
add ebean-test properties for various containers and adjusted documentation
2021-11-26 15:32:11 +01:00
Roland Praml
2581d82cff
FIX: Sqlite does not support ResultSetConcurrencyModeUpdatable
2021-11-26 15:02:46 +01:00
Roland Praml
331ea90e14
Fix: Support conversion of varchar[](300) array type for Clickhouse
2021-11-26 15:02:01 +01:00
Roland Praml
dfb1d6ab54
ADD: Db2 container support
2021-11-26 15:01:15 +01:00
Roland Praml
067f4bfdea
ADD JDBC-drivers to POM
2021-11-26 14:55:28 +01:00
Rob Bygrave
0a71ad624e
[maven-release-plugin] prepare for next development iteration
2021-11-26 21:57:10 +13:00
Rob Bygrave
09115a824d
[maven-release-plugin] prepare release ebean-parent-12.13.1
ebean-parent-12.13.1
2021-11-26 21:57:04 +13:00
Rob Bygrave
28d4d07966
test config only, stop dumping metrics on jvm shutdown
2021-11-26 21:52:40 +13:00