Re: RFR: 8351435: Change JLine Console implementation back to opt-in [v2]

2025-03-12 Thread Naoto Sato
> JDK has been using JLine based Console implementation, in JDK20 as opt-in, > then in JDK22 as the default. While it has been providing rich functionality > for Console, it is increasingly difficult to maintain as a Console > implementation. In light of the on-ramp feature > (https://bugs.open

Re: RFR: 8351435: Change JLine Console implementation back to opt-in [v2]

2025-03-12 Thread Naoto Sato
On Wed, 12 Mar 2025 07:13:19 GMT, Jaikiran Pai wrote: >> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Reflects review comment > > test/jdk/java/io/Console/ConsolePromptTest.java line 77: > >> 75: var expect = Paths

Re: RFR: 8351435: Change JLine Console implementation back to opt-in

2025-03-12 Thread Jaikiran Pai
On Tue, 11 Mar 2025 18:32:10 GMT, Naoto Sato wrote: > JDK has been using JLine based Console implementation, in JDK20 as opt-in, > then in JDK22 as the default. While it has been providing rich functionality > for Console, it is increasingly difficult to maintain as a Console > implementation.