harjitdotsingh commented on pull request #2228:
URL: https://github.com/apache/accumulo/pull/2228#issuecomment-896112834


   We still have this lines. I don't know if there is a equivalent of these in
   System.console().
   
   if (terminal == null)
     terminal = TerminalBuilder.builder().jansi(false).build();
   if (reader == null)
     reader = LineReaderBuilder.builder().terminal(terminal).build();
   return reader;
   
   
   On Tue, Aug 10, 2021 at 10:56 AM Jeffrey Manno ***@***.***>
   wrote:
   
   > It seems you still have some references to JLine inside Initialize.java
   > that should be removed. Then the pom changes can be made to server/base.
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/accumulo/pull/2228#issuecomment-896100177>, or
   > unsubscribe
   > 
<https://github.com/notifications/unsubscribe-auth/AAASJ7W7U6LZNF25KRV7IVDT4E4Z7ANCNFSM5B4IUG5A>
   > .
   > Triage notifications on the go with GitHub Mobile for iOS
   > 
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
   > or Android
   > 
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
   > .
   >
   


-- 
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]


Reply via email to