1. 18 Feb, 2020 1 commit
    • Administrator's avatar
      Fixes DB authentication error for MySQL 8.0.4+ · aae60fcf
      Administrator authored
      The default authentication plugin for MySQL has been changed from
      mysql_native_password to caching_sha2_password in version 8.0.4. This
      causes that an access failure for the user created in the database
      scripts when trying to login from Tomcat.
      
      This commit changes the MySQL database scripts to maintain the
      compatibility between Tomcat and MySQL in versions 8.0.4+.
      aae60fcf
  2. 14 Feb, 2020 1 commit
  3. 13 Feb, 2020 1 commit
    • michi's avatar
      Improves auto-redeploy execution performance · b2a6b7f4
      michi authored
      The performance of the auto-redeploy executions configured in Maven have
      been improved by adjusting the directories watched by the plugin
      responsible for the redeployment.
      b2a6b7f4
  4. 10 Feb, 2020 3 commits
  5. 08 Feb, 2020 5 commits
  6. 10 Feb, 2019 1 commit