Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql 8 WIP #956

Closed
wants to merge 7 commits into from
Closed

Mysql 8 WIP #956

wants to merge 7 commits into from

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    213488b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e33620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d68aabe View commit details
    Browse the repository at this point in the history
  4. TO DROP Point to webapp configuration to run integration test against…

    … the mysql db and share all the configuration in one place
    aurambaj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0589c9d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    6a00e59 View commit details
    Browse the repository at this point in the history
  2. Squash into the change to V1__Initial_Setup.sql and provide better ex…

    …planation
    
    Repair Flyway table to support Mysql 8 change if necessary.
    
    Note that if the baseline of the Mojito instance is different for example because of the migration to springboot 2.x, this code may never run.
    aurambaj committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cf59d4c View commit details
    Browse the repository at this point in the history
  3. A simple fix to make the test pass on Mysql

    Before it would fail because the job name in Quartz would be too long. there is some code at QuartzPollableTaskScheduler#getShortClassName() so could fix that, but for some reason it is not used/finished. To be investigated
    aurambaj committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    751af28 View commit details
    Browse the repository at this point in the history