Jean-Baptiste Onofré created KARAF-6849:
-------------------------------------------
Summary: ShellTable no format rendering is not the same on Windows
and Unix
Key: KARAF-6849
URL: https://issues.apache.org/jira/browse/KARAF-6849
Project: Karaf
Issue Type: Bug
Components: karaf
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 4.3.0, 4.2.10
The shell table output with no format enabled is not exactly the same on Unix
and Windows.
On Windows, we have:
{code:java}
karaf@root()> feature:version-list --no-format foo
1.0.0 | | mvn:foo/features/1.0.0/xml{code}
On Unix, we have:
{code:java}
karaf@root()> feature:version-list --no-format foo
1.0.0 mvn:foo/features/1.0.0/xml {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)