Skip to content

Commit

Permalink
Added tag attribute to update report parameters DAT-15640 (#5167)
Browse files Browse the repository at this point in the history
* Revert "load services using ServiceLocator if allInstances is empty (#5143)"

This reverts commit fa9c488.

* Only reload allInstances from service locator if it's null or if we are running under OSGI

* WIP

DAT-15640

* Back out AbstractPluginFactory change

DAT-15640

---------

Co-authored-by: filipe <flautert@liquibase.com>
Co-authored-by: suryaaki2 <80348493+suryaaki2@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 16, 2023
1 parent ef99bdd commit 229fbe3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
public class UpdateReportParameters implements UpdateRollbackReportParameters {
private String changelogArgValue;
private String jdbcUrl;
private String tag;
private String commandTitle = "Update";
private final DatabaseInfo databaseInfo = new DatabaseInfo();
private final RuntimeInfo runtimeInfo = new RuntimeInfo();
Expand Down

0 comments on commit 229fbe3

Please sign in to comment.