[
https://issues.apache.org/jira/browse/KARAF-7093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320781#comment-17320781
]
ASF GitHub Bot commented on KARAF-7093:
---------------------------------------
jbonofre merged pull request #1345:
URL: https://github.com/apache/karaf/pull/1345
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
>
> {{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)