Description of problem:
CLI autocompletion can't handle empty {}
Steps to Reproduce:
- embed-server
- /subsystem=elytron/token-realm=JwtRealm:add(jwt={}<TAB><TAB><TAB><TAB><TAB>
Actual results:
/subsystem=elytron/token-realm=JwtRealm:add(jwt={}}}}}}
Expected results:
/subsystem=elytron/token-realm=JwtRealm:add(jwt={},
- is cloned by
-
WFCORE-2878 CLI autocompletion can't handle empty {}
- Resolved
- is incorporated by
-
JBEAP-11137 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta26
- Closed