MariaDB startup error on Camunda 7.23 using Jboss eap7

Hello,

Since the end of support for MariaDB in 7.22, Camunda 7.23 cannot be started in a JBoss EAP 7 system with a MariaDB JDBC driver.
The error message is:

org.camunda.bpm.engine.exception.NullValueException: couldn’t deduct database type from database product name ‘MariaDB’: databaseType is null

According to Tobias in this post:
https://forum.camunda.io/t/camunda-platform-7-22-end-of-support-mariadb/51125/4
the following Camunda versions are supposed to continue supporting MariaDB, but it seems that MariaDB has been completely removed.

However, using a MySQL JDBC driver still allows the MariaDB server to be used.

Are there any other solutions?

Thank you.