Skip to content

Package manifest is missing MySQL driver versions newer than 8.0.30 #401

Open
@pbonner-1

Description

Describe the bug
Package manifest is missing MySQL driver versions newer than 8.0.30 despite there being up to 8.0.33 available at https://repo1.maven.org/maven2/mysql/mysql-connector-java/.

To Reproduce
Steps to reproduce the behavior:

  1. Run lpm update
  2. Run lpm add [email protected] --global and observe successful install.
  3. Run lpm add [email protected] --global and observe error Version '8.0.31' not available
  4. Run lpm add [email protected] --global and observe error Version '8.0.32' not available
  5. Run lpm add [email protected] --global and observe error Version '8.0.33' not available
  6. Go to https://repo1.maven.org/maven2/mysql/mysql-connector-java/ and see that all of the above versions are available.
  7. Go to https://github.com/liquibase/liquibase-package-manager/blob/master/internal/app/packages.json and see that all mysql versions after 8.0.30 are missing.

Expected behavior
Installing drivers for the latest mysql versions found at https://repo1.maven.org/maven2/mysql/mysql-connector-java/ should succeed.

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version: 20.04

Additional context
Liquibase Package Manager Version: 0.2.7

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions