keith-ratcliffe opened a new issue, #3446:
URL: https://github.com/apache/accumulo/issues/3446
**Describe the bug**
Jline version bump from 3.21.0 to 3.22.0 seems to have changed the default
behavior of the shell, such that expected output now goes to stderr rather than
stdout
**Versions (OS, Maven, Java, and others, as appropriate):**
- Affected version(s) of this project: 2.1.1-SNAPSHOT
- JLine: 3.22.0
- OS: CentOS 7.5
- Java: 11
**To Reproduce**
Steps to reproduce the behavior (or a link to an example repository that
reproduces the problem):
In a 2.1.1-SNAPSHOT with jline 3.22.0, do the following
```
accumulo shell -u *** -p *** -e 'tables -np' 1>ashell.stdout 2>ashell.stderr
```
Observe that the expected output from the tables command goes to
ashell.stderr
**Expected behavior**
Command output should be on stdout
**Additional context**
- Downgrading to jline-3.21.0 seems to resolve the issue
- The issue seems to persist with jine-3.23.0 as well
--
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]