jbonofre opened a new pull request, #2538: URL: https://github.com/apache/karaf/pull/2538
Backport of #2518 to `karaf-4.4.x`. `System.out.print()` without a newline was not displayed immediately on the Karaf console because the `PrintStream` wrapping the terminal output was created without autoFlush. Enable autoFlush on the local console and SSH command `PrintStream`s, consistent with `ShellFactoryImpl`. > **Note:** Minor conflict resolved — on `karaf-4.4.x` the `session` variable in `ShellCommand` is a local `final` variable rather than a field, so the fix was applied accordingly. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
