You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2021/05/08 04:10:00 UTC

[jira] [Resolved] (KARAF-6849) ShellTable no format rendering is not the same on Windows and Unix

     [ https://issues.apache.org/jira/browse/KARAF-6849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-6849.
-----------------------------------------
    Fix Version/s: 4.3.2
                   4.2.12
       Resolution: Fixed

> 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é
>            Priority: Major
>             Fix For: 4.2.12, 4.3.2
>
>
> 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)