RFR: JDK-8080679: Include jline in JDK for Java and JavaScript REPLs
Alan Bateman
Alan.Bateman at oracle.com
Wed Jul 1 14:43:56 UTC 2015
On 30/06/2015 16:05, Jan Lahoda wrote:
>
> We need to override these "settings" for jshell (we use subclasses of
> WindowsTerminal/UnixTerminal to get e.g. Ctrl-C detection - not sure
> if we will want to generalize these additional features for jjs as
> well). Is there a way to override them (just) for jshell using
> ServiceLoader?
Is extending these classes the normal way to customize? That makes it
really awkward to cleanly separate the multiple implementations.
BTW: I think what you in the current webrev is okay for now.
-Alan
More information about the core-libs-dev
mailing list