JDK 20 | JDK 21 |
---|---|
20 b28Fixed | 21Fixed |
Relates :
|
|
Relates :
|
Now that Console defaults to jline implementation and `System.console()` returns it, jshell needs to either disable `jline` implementation by specifying `-Djdk.console=java.base` in the launcher command argument, or implement its own JdkConsole. Since it is past RDP1 for JDK20, the former solution is doable in JDK20.
|