As of JDK25, the default implementation of `System.console()` returns a `Console` instance only when the underlying platform provides interactive terminals for both input and output. However, there are cases where either of them is connected to pipe or file, i.e non-interactive. Returning a `Console` instance would be beneficial even for those cases.
-
Naoto Sato
-
Naoto Sato
- Votes:
-
0 Vote for this issue
- Watchers:
-
2 Start watching this issue
- Created:
- Updated:
- Resolved: