]
Alexey Loubyansky reassigned WFCORE-466:
----------------------------------------
Assignee: Alexey Loubyansky (was: Emanuel Muckenhuber)
Improve output of patch info command
------------------------------------
Key: WFCORE-466
URL:
https://issues.jboss.org/browse/WFCORE-466
Project: WildFly Core
Issue Type: Enhancement
Components: Patching
Affects Versions: 1.0.0.Alpha1
Reporter: Martin Simka
Assignee: Alexey Loubyansky
With connected CLI output of {{patch info}} command is:
{noformat}
[standalone@localhost:9999 /] patch info
{
"outcome" : "success",
"result" : {
"cumulative-patch-id" : "jboss-eap-6.2.3.CP",
"patches" : [],
"version" : "6.2.3.GA",
"addon" : null,
"layer" : {"base" : {
"cumulative-patch-id" : "layer-base-jboss-eap-6.2.3.CP",
"patches" : []
}}
}
}
{noformat}
Some users are confused by two elements cumulative-patch-id and they are not sure which
id they should use e.g. with rollback command.
Output should be somehow improved but I don't have any suggestion.