Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-admintools Commit: 0cb1943013aa6bef62d9a77c601581a2becf48f8 https://github.com/xwiki-contrib/application-admintools/commit/0cb1943013aa6... Author: Antoine Mottier <antoine.mottier@ow2.org> Date: 2024-10-02 (Wed, 02 Oct 2024) Changed paths: M src/main/resources/Admin/SQLToolsGroovy.xml M src/main/resources/Admin/UsedSpace.xml Log Message: ----------- Fix MariaDB database detection So far detection of database product name was relying on `HibernateStore` `getDatabaseProductName` method that report MariaDB as being a MySQL database (to avoid code duplication are both databases are still quite similar). In order to give a more accurate information about detected database product to the admin this commit is using `HibernateStore` `getDatabaseMetaData` method in order to get the database product name directly from the database metadata provided by SQL connection. This allow to correctly report MariaDB database product name. Commit: 74ca9f7d28fc0c2a6676e68cbbe7c67322b64252 https://github.com/xwiki-contrib/application-admintools/commit/74ca9f7d28fc0... Author: Antoine Mottier <antoine.mottier@ow2.org> Date: 2024-10-03 (Thu, 03 Oct 2024) Changed paths: M src/main/resources/Admin/SQLToolsGroovy.xml M src/main/resources/Admin/UsedSpace.xml Log Message: ----------- Merge pull request #36 from amottier/fix-database-product-detection Fix MariaDB database detection Compare: https://github.com/xwiki-contrib/application-admintools/compare/14d0cdf11c67... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-admintools/settings/notificatio...