depends_on: build
# Comment the following line and commit with message "DO NOT MERGE" in order to run
# this task on your branch
- only_if: $CIRRUS_BRANCH == "branch-nightly-build"
+ #only_if: $CIRRUS_BRANCH == "branch-nightly-build"
task_only_default_depending_on_build_template: &TASK_ONLY_DEFAUT_DEPENDING_ON_BUILD_TEMPLATE
depends_on: build
script:
- ./private/cirrus/cirrus-trigger-deploy-docs.sh
-sql_mssql2017_task:
+sql_mssql2019_task:
<<: *TASK_ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE
gke_container:
<<: *GKE_CONTAINER_TEMPLATE
memory: 5Gb
additional_containers:
- name: mssql
- image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu
+ image: mcr.microsoft.com/mssql/server:2019-GA-ubuntu-16.04
port: 1433
cpu: 2
memory: 5Gb
on_failure:
<<: *REPORTS_JUNIT_ON_FAILURE_TEMPLATE
-upgd_mssql2017_task:
+upgd_mssql2019_task:
<<: *TASK_ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE
gke_container:
<<: *GKE_CONTAINER_TEMPLATE
memory: 6Gb
additional_containers:
- name: mssql
- image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu
+ image: mcr.microsoft.com/mssql/server:2019-GA-ubuntu-16.04
port: 1433
cpu: 2
memory: 5Gb
entry 'hazelcast-client'
}
dependency 'com.ibm.icu:icu4j:3.4.4'
- dependency 'com.microsoft.sqlserver:mssql-jdbc:7.4.1.jre11'
+ dependency 'com.microsoft.sqlserver:mssql-jdbc:9.2.0.jre11'
dependency 'com.oracle.database.jdbc:ojdbc8:19.3.0.0'
// upgrade okhttp3 dependency kotlin to get rid of not exploitable CVE-2020-29582
dependency 'org.jetbrains.kotlin:kotlin-stdlib-common:1.4.21'
| | ![](/images/check.svg) 10 |
| | ![](/images/check.svg) 9.3–9.6 |
| | ![](/images/exclamation.svg) Must be configured to use UTF-8 charset |
-| [Microsoft SQL Server](http://www.microsoft.com/sqlserver/) | ![](/images/check.svg) 2017 (MSSQL Server 14.0) with bundled Microsoft JDBC driver. Express Edition is supported. |
+| [Microsoft SQL Server](http://www.microsoft.com/sqlserver/) | ![](/images/check.svg) 2019 (MSSQL Server 15.0) with bundled Microsoft JDBC driver. Express Edition is supported. |
+| | ![](/images/check.svg) 2017 (MSSQL Server 14.0) with bundled Microsoft JDBC driver. Express Edition is supported. |
| | ![](/images/check.svg) 2016 (MSSQL Server 13.0) with bundled Microsoft JDBC driver. Express Edition is supported. |
| | ![](/images/check.svg) 2014 (MSSQL Server 12.0) with bundled Microsoft JDBC driver. Express Edition is supported. |
| | ![](/images/exclamation.svg) Collation must be case-sensitive (CS) and accent-sensitive (AS) (example: `Latin1_General_CS_AS`) |