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/05 05:04:00 UTC

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

Jean-Baptiste Onofré created KARAF-7093:
-------------------------------------------

             Summary: 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é


{{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)