Skip to content

Commit 132b532

Browse files
authored
ACS-11303 Support for MariaDB 10.11 and 11.8 (#3340)
1 parent 9afb6fd commit 132b532

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
- testSuite: MySQL
324324
db-properties: -Ddb.driver=com.mysql.cj.jdbc.Driver -Ddb.username=alfresco -Ddb.password=alfresco -Ddb.url=jdbc:mysql://database:3306/alfresco
325325
compose-file: docker-compose-mysql.yml
326-
- testSuite: MariaDB 10.11
326+
- testSuite: MariaDB 11.8
327327
db-properties: -Ddb.driver=org.mariadb.jdbc.Driver -Ddb.username=alfresco -Ddb.password=alfresco -Ddb.url=jdbc:mariadb://database:3306/alfresco
328328
compose-file: docker-compose-mariadb.yml
329329
- testSuite: MS SQL 2022
@@ -422,7 +422,7 @@ jobs:
422422
profiles: all-tas-tests,elastic
423423
search-engine-type: elasticsearch
424424
db-type: mysql
425-
- testSuite: Elasticsearch Maria DB 10.11
425+
- testSuite: Elasticsearch Maria DB 11.8
426426
profiles: all-tas-tests,elastic
427427
search-engine-type: elasticsearch
428428
db-type: mariadb
@@ -442,7 +442,7 @@ jobs:
442442
profiles: all-tas-tests,elastic-basic-auth
443443
search-engine-type: elasticsearch
444444
db-type: mysql
445-
- testSuite: Elasticsearch Basic Auth MariaDB 10.11
445+
- testSuite: Elasticsearch Basic Auth MariaDB 11.8
446446
profiles: all-tas-tests,elastic-basic-auth
447447
search-engine-type: elasticsearch
448448
db-type: mariadb

distribution/src/main/resources/VERSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This file lists the recommended components for this Service Pack. Use it along w
5959
| MS SQL Server | 2022 | 2019 |
6060
| Oracle | 23c | |
6161
| PostgreSQL | 16.6 | 15.10, 14.15 |
62-
| MariaDB | 10.11 | 10.6, 10.5 |
62+
| MariaDB | 11.8 | 10.11 |
6363
| Amazon Aurora PostgreSQL | 15.5 | |
6464

6565
##### Database Connectors

tests/environment/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ALFRESCO_TAG=latest
22
SOLR6_TAG=2.0.18
33
POSTGRES_TAG=16.6
44
MYSQL_TAG=8.0.30
5-
MARIADB_TAG=10.11
5+
MARIADB_TAG=11.8
66
MSSQL_TAG=2022-CU14-ubuntu-22.04
77
ORACLE_TAG=19.3.0-ee
88
ACTIVEMQ_TAG=6.2.0-jre17-rockylinux8

0 commit comments

Comments
 (0)