-
Notifications
You must be signed in to change notification settings - Fork 15
Home
GangCheng edited this page Jul 28, 2024
·
26 revisions
- Associated Concept
- Basic Operation Instruction
- Integration with Spring Framework
- JDK Usages:
- Branch 2.x: JDK
8
- Branch 3.x: Using toolchains maven plugin to compile with JDK
11
and JDK17
- Branch 2.x: JDK
- Local machine should have docker environment for running unit tests with
testcontainers
.
-
Both
2.x
-branch and3.x
-branch have running test with standard r2dbc drivers -
Test views between r2dbc drivers and branches:
r2dbc-driver 2.x
-branch3.x
-branchmysql-r2dbc ✅ ✅ mariadb-r2dbc ✅ ✅ postgresql-r2dbc ✅ ✅ mssql-r2dbc ✅ ✅ oracle-r2dbc ⛔️ ✅ -
Test views between r2dbc drivers and database operations
r2dbc-driver query update transaction parallel procedure dynamic-routing mysql-r2dbc ✅ ✅ ✅ ✅ ⛔️ ✅ mariadb-r2dbc ✅ ✅ ✅ ✅ ✅ ✅ postgresql-r2dbc ✅ ✅ ✅ ⛔ ⛔️ ✅ mssql-r2dbc ✅ ✅ ✅ ⛔ ⛔️ ✅ oracle-r2dbc ✅ ✅ ✅ ⛔️ ⛔️ ✅ -
The online tests run with
mariadb-r2dbc
andtestcontainer
are ingithub action
.
- Associated Concept
- Basic Operation Instruction
- Integration with Spring Framework