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/04/14 07:55:00 UTC

[jira] [Resolved] (KARAF-7093) Console should use karaf.history instead of karaf41.history file name

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

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

> Console should use karaf.history instead of karaf41.history file name
> ---------------------------------------------------------------------
>
>                 Key: KARAF-7093
>                 URL: https://issues.apache.org/jira/browse/KARAF-7093
>             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
>
>
> {{ConsoleSessionImpl}} uses {{karaf41.history}} default file name even if we use Karaf 4.2.x or 4.3.x:
> {code:java}
>  String defaultHistoryPath = new File(System.getProperty("user.home"), ".karaf/karaf41.history").toString(); {code}
> We should use a better generic name like {{karaf.history.}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)