Build: #314 failed Changes by Mutagubya Jonathan <mutajonathan4@gmail.com>
Code commits
Standalone
- 
      Mutagubya Jonathan <mutajonathan4@gmail.com> 2f591f859044829e9050dae11a4b99d5efd00c7dSTAND-109: Replace the embedded mysql with mariadb4j (#68) 
 * Replace the embedded mysql with mariadb4j
 
 * Addressing the connection.password issue when reset_connection_password=true
 
 * removed unnecessary variables
 
 * removed liquibase.plugin.version.2.x to use liquibase.plugin.version.3.x
 
 * removed liquibase.plugin.version.4.x to use liquibase.plugin.version.3.x
 
 * replacing mysql driver with org.mariadb.jdbc.Driver
 
 * removing import wildcard
 
 * Adding import sql logic for demo database
 
 * reverted to use mysql jdbc url and driver
 
 * add GitHub Actions workflow to build and test on Linux
 
 * rename GitHub Actions workflow branch to the correct one
 
 * Separate tests on windows and use strict checksums om macos
 
 * correcting the CI builds
 
 * correcting the CI builds
 
 * remove skip tests on windows and mac
 
 * add skip tests on mac
 
 * remove skip tests on windows
 
 * fixing failing delete permission on windows
 
 * fixing get db password logic
 
 * fixing windows ci failures
 
 * fixing windows ci failures
 
 * trying to grant permissions for runneradmin
 
 * trying to grant permissions for runneradmin
 
 * refactoring mac os ci setup
 
 * refactoring windows ci setup to use test password
 
 * adding user root as an arg
 
 * adding root password
 
 * uncommenting the liquibase changes for preloading demoDatabase and emptyDatabase
 
 * removing import sql and extraction to use the zipped demodatabase mariadb directories
 
 * correcting demo sql path
 
 * adding mariadb to dbms and bumping back to 1.9.0 demo sql
 
 * solving the heap size
 
 * increase java heap size via github actions
 
 * refactoring to import demo sql via plugin
 
 * removed MAVEN_OPTS .... in github actions | refactor to clean and then install
 
 * removing commented dependencies and updated comment in liquibase-demo-data.xml
 
 * Refactoring the windows CI to give it permissions
 
 * reverting and removing the grant PRIVILEGES for runneradmin
 
 * using alter instead of set password
 
 * skipping tests for windows CI
 
 * removing the MXJ connection url specific parameters
 
 * adding back the macos-15 build for ci- .github/workflows/standalone-ci.yml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- README.md (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- liquibase-demo-data-18x.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- liquibase-demo-data.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- liquibase-rename-helper-tables-18x.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- packagezip.sh (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- pom-step-01.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- pom-step-02.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- pom-step-03.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- pom-step-04.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- pom-step-05.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- pom.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- readme.txt (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/assembly/zip-standalone.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/config/README.txt (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/config/openmrs-runtime.properties (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/config/openmrs-standalone-runtime.properties (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/java/org/openmrs/standalone/ApplicationController.java (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/java/org/openmrs/standalone/Bootstrap.java (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/java/org/openmrs/standalone/DbInitializer.java (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/java/org/openmrs/standalone/MariaDbController.java (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/java/org/openmrs/standalone/OpenmrsUtil.java (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/java/org/openmrs/standalone/StandaloneUtil.java (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/java/org/openmrs/standalone/StopEmbeddedMySQL.java (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/java/org/openmrs/standalone/TomcatManager.java (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/main/liquibase/liquibase-ciel-data.xml (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/test/java/org/openmrs/standalone/MariaDbControllerTest.java (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- src/test/java/org/openmrs/standalone/StandaloneUtilTest.java (version 2f591f859044829e9050dae11a4b99d5efd00c7d)
- stop-mysql.sh (version 2f591f859044829e9050dae11a4b99d5efd00c7d)