forked from wildfly/wildfly-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request wildfly#5701 from yersan/WFCORE-6541
[WFCORE-6541] Patch high level command should be completely disabled …
- Loading branch information
Showing
17 changed files
with
88 additions
and
1,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* @author [email protected] | ||
*/ | ||
@CommandDefinition(name = "apply", description = "") | ||
@CommandDefinition(name = "apply", description = "", activator = PatchCommand.PatchCommandActivator.class) | ||
public class PatchApply extends PatchOverrideCommand { | ||
|
||
// Argument comes first, aesh behavior. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* | ||
* @author [email protected] | ||
*/ | ||
@CommandDefinition(name = "history", description = "") | ||
@CommandDefinition(name = "history", description = "", activator = PatchCommand.PatchCommandActivator.class) | ||
public class PatchHistory extends AbstractDistributionCommand { | ||
|
||
@Option(name = "patch-stream", hasValue = true, required = false) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
* | ||
* @author [email protected] | ||
*/ | ||
@CommandDefinition(name = "info", description = "") | ||
@CommandDefinition(name = "info", description = "", activator = PatchCommand.PatchCommandActivator.class) | ||
public class PatchInfo extends AbstractDistributionCommand { | ||
|
||
public static class NoStreamsActivator extends AbstractRejectOptionActivator { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
* | ||
* @author [email protected] | ||
*/ | ||
@CommandDefinition(name = "inspect", description = "") | ||
@CommandDefinition(name = "inspect", description = "", activator = PatchCommand.PatchCommandActivator.class) | ||
public class PatchInspect implements Command<CLICommandInvocation> { | ||
|
||
// Argument comes first, aesh behavior. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
141 changes: 0 additions & 141 deletions
141
patching/src/test/java/org/jboss/as/patching/cli/CLIPatchInfoUtil.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.