[
https://issues.apache.org/jira/browse/FELIX-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved FELIX-2327.
------------------------------------
Assignee: Guillaume Nodet
Resolution: Fixed
Committing to https://svn.apache.org/repos/asf/felix/trunk ...
M
karaf/shell/console/src/main/java/org/apache/felix/karaf/shell/console/jline/ConsoleFactory.java
M
karaf/shell/console/src/main/java/org/apache/felix/karaf/shell/console/jline/TerminalFactory.java
M
karaf/shell/console/src/main/resources/OSGI-INF/blueprint/karaf-console.xml
Committed r945099
> Disable and delay Jline terminal initialization
> -----------------------------------------------
>
> Key: FELIX-2327
> URL: https://issues.apache.org/jira/browse/FELIX-2327
> Project: Felix
> Issue Type: Improvement
> Components: Karaf
> Affects Versions: karaf 1.6.0
> Reporter: Jarek Gawor
> Assignee: Guillaume Nodet
> Fix For: karaf 1.6.0
>
> Attachments: FELIX-2327.patch
>
>
> Sometimes on different OSes and terminals, the initialization of Jline
> terminal can cause all kinds of weird side effects on the actual terminal.
> Therefore, there should be a way disable Jline terminal initialization and
> just use the standard Java terminal (i.e. use jline.UnsupportedTerminal).
> Also, right now, even though the karaf.startLocalConsole = false, the Jline
> terminal will be initialized. The Jline terminal should only be initialized
> when needed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.