Currently, `jdk.internal.le` provides a backend for `System.console()`, based on JLine.
The reliance on JLine is somewhat troublesome, as it is too complex and too configurable for the simple task of reading a line.
It might be possible to provide a simple console-reading implementation for the `System.console()` backend.
The reliance on JLine is somewhat troublesome, as it is too complex and too configurable for the simple task of reading a line.
It might be possible to provide a simple console-reading implementation for the `System.console()` backend.
- links to
-
Review(master) openjdk/jdk/24242