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
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
Rob Bygrave
c3e91fed65
Tidy TestElementCollectionBasicSet only
2021-11-26 21:33:26 +13:00
Rob Bygrave
2cad98ad26
Move DetermineManyType into io.ebeaninternal.server.deploy.parse
...
This allows it to be package private
2021-11-26 21:25:54 +13:00
Rob Bygrave
8a25a7b6ec
#2444 - exists and findCount queries produce NPE on entity defined with IdClass - SqlTreeProperties.add(SqlTreeProperties.java:38)
2021-11-26 21:10:31 +13:00
Rob Bygrave
83fbfd1b2a
No effective change - tidy inline for ImportedIdEmbedded, ImportedIdSimple
2021-11-26 20:54:28 +13:00
Rob Bygrave
a9c6cd15a1
#2433 - Postgres JSONB dirty checking - trim json
2021-11-26 16:39:09 +13:00
Rob Bygrave
63b9b42dc8
#2433 - Postgres JSONB dirty checking - trim json
2021-11-26 16:34:15 +13:00
Rob Bygrave
268146df85
Tidy up TypeManager API after #2435
2021-11-26 14:55:16 +13:00
Rob Bygrave
d05a77e755
reset test datasource back to h2
2021-11-26 14:48:45 +13:00
Rob Bygrave
69c768b3be
Merge branch 'majkiw-master'
2021-11-26 14:46:42 +13:00
Rob Bygrave
07f9bf98c3
#2436 - SQL Update doesn't handle named parameters for array types in Postgres
2021-11-26 14:46:06 +13:00
Rob Bygrave
9af64f61f7
#2435 - Fix DBArray is not loaded in asDto Postgres queries
2021-11-26 14:32:47 +13:00
Rob Bygrave
c1a78d3c8b
Merge branch 'master' of https://github.com/majkiw/ebean into majkiw-master
2021-11-25 18:53:28 +13:00
Rob Bygrave
08fc7399ec
Tidy DefaultTypeManager with enhanced for
2021-11-25 18:30:00 +13:00
Rob Bygrave
86d805c9fa
Tidy internals only for OrmQueryRequest after merge of #2442
2021-11-22 15:21:03 +13:00
Rob Bygrave and GitHub
34135360ed
Merge pull request #2442 from FOCONIS/findmap-with-beancache-without-mapkey
...
findMap() with beanCache should use idPoperty if mapKey = null
2021-11-22 15:15:07 +13:00
Rob Bygrave
53b4d6fd73
Merge branch 'FOCONIS-assume-infoInherit-infoType-without-children'
2021-11-22 15:12:29 +13:00
Rob Bygrave
1114ccfb3a
#2441 Flatten and re-order if block in AssocOneHelpRefInherit when determining BeanDescriptor
2021-11-22 15:12:18 +13:00
Rob Bygrave
b4403c58d1
Merge branch 'assume-infoInherit-infoType-without-children' of https://github.com/FOCONIS/ebean into FOCONIS-assume-infoInherit-infoType-without-children
2021-11-22 15:06:34 +13:00
Rob Bygrave
951903db76
Merge branch 'FOCONIS-json-deserialize-references'
2021-11-22 15:00:14 +13:00
Rob Bygrave
093d111524
#2440 - Re-use existing referenceIdPropertyOnly() method
2021-11-22 14:59:40 +13:00
Rob Bygrave
08e166a9b7
Merge branch 'json-deserialize-references' of https://github.com/FOCONIS/ebean into FOCONIS-json-deserialize-references
2021-11-22 14:51:21 +13:00
Rob Bygrave
d5fe7a9ebe
Whitespace format only - OrmQueryPropertiesParser
2021-11-22 10:23:27 +13:00
Rob Bygrave and GitHub
9f52856343
Merge pull request #2439 from FOCONIS/path-properties-query-with-all-props
...
Path properties query with all props
2021-11-22 09:15:08 +13:00
Rob Bygrave and GitHub
0b529603c4
Merge pull request #2438 from FOCONIS/type-get-all-for-repeated-annotations
...
FIX: typeGetAll did not work with repeated annotations on one class
2021-11-22 09:01:06 +13:00