Credentials migration fails if project has more than one liquibase builder

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Environment:
      Liquibase Runner Plugin 1.2.1

      if a project has more than one liquibase builder (either update or rollback), only the first will have any credentials migrated.

      The errant code is located in CredentialsMigrator. Specifically:

      buildersList.get(AbstractLiquibaseBuilder.class);

      should be changed to "getAll"

            Assignee:
            Keith Collison
            Reporter:
            Keith Collison
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: