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

Fix extraneous use of connection string useSSL flag #569

Merged
merged 4 commits into from
Feb 3, 2018

Commits on Jan 31, 2018

  1. Limit use of useSSL flag to MySQL container

    Add template method allowing JDBCContainer subclasses to have a specific
    form of JDBC URL used for establishing Connections.
    
    Fixes #568
    rnorth committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    4641a7e View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    rnorth committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    7ba0da6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df3f268 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    39bfc98 View commit details
    Browse the repository at this point in the history