-
Notifications
You must be signed in to change notification settings - Fork 468
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
[WFCORE-6649][WFCORE-6653] Deprecate --no-resol-local-cache and replace it with --… #5810
Conversation
…use-default-local-cache Jira issue: https://issues.redhat.com/browse/WFCORE-6649
…agement CLI installer command Jira issue: https://issues.redhat.com/browse/WFCORE-6653
Core -> Full Integration Build 13344 outcome was UNKNOWN using a merge of 2339eec |
Core -> WildFly Preview Integration Build 13179 outcome was UNKNOWN using a merge of 2339eec |
Core -> Full Integration Build 13113 outcome was UNKNOWN using a merge of 2339eec |
@@ -38,8 +39,10 @@ public class UpdateCommand extends AbstractInstMgrCommand { | |||
private List<String> repositories; | |||
@Option(name = "local-cache") | |||
private File localCache; | |||
@Option(name = "no-resolve-local-cache", hasValue = false) | |||
@Option(name = NO_RESOLVE_LOCAL_CACHE_OPTION, hasValue = false, activator = AbstractInstMgrCommand.NoResolveLocalCacheActivator.class, defaultValue = "true") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor comment, this option has no value, setting the default value to true is not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a comment but this shouldn't block the merge.
Thank you for the review @jfdenise |
…use-default-local-cache. Fix minor help installer descriptions
Jira issue: https://issues.redhat.com/browse/WFCORE-6649
Jira issue: https://issues.redhat.com/browse/WFCORE-6653
--no-resol-local-cache gets deprecated and changes its default value to true.