You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to update from 3.21.0 to 3.23.0.
When both output and error are not tty (dumb terminal), console becomes null. OutputStream will point to FileDescriptor.err.
The default behavior in the previous version was FileDescriptor.out.
This causes the output go to stderr rather than stdout.
I think this is an unintended incompatible change.
I'm trying to update from
3.21.0
to3.23.0
.When both output and error are not tty (dumb terminal),
console
becomes null.OutputStream
will point toFileDescriptor.err
.The default behavior in the previous version was
FileDescriptor.out
.This causes the output go to stderr rather than stdout.
I think this is an unintended incompatible change.
jline3/terminal/src/main/java/org/jline/terminal/TerminalBuilder.java
Line 562 in ccfb8c5
jline3/terminal/src/main/java/org/jline/terminal/TerminalBuilder.java
Line 448 in 43c6014
https://github.com/jline/jline3/pull/788/files#diff-8f75c2bcaf44443b94e6a2a293331a90047529aabbc2d0e2bae5811ce22ad692L448
Ref: apache/accumulo#3446
trinodb/trino#17916
The text was updated successfully, but these errors were encountered: