[11u] Do you have a plan to upgrade JDK11's JLine to 3.14.0 ?

Langer, Christoph christoph.langer at sap.com
Mon Nov 9 10:39:22 UTC 2020


Hi Ichiroh,

do I understand correctly, that your scenario works with 11.0.8 but now fails with 11.0.9? Then I guess it would be a regression introduced with the backport of JDK-8229815: Upgrade Jline to 3.12.1 [0].

I'm currently not aware of plans to also backport JDK-8241598: Upgrade JLine to 3.14.0 [1] to 11u. Also Oracle didn't backport it into their 11u release.

So I fear if you're interested in getting the issue fixed, you'll need to investigate and see whether it can be fixed, either on top of 3.12.1 or by proposing a backport change for JDK-8241598. But I'm not sure on whether the latter one would be accepted.

Best regards
Christoph


[0] https://bugs.openjdk.java.net/browse/JDK-8229815
[1] https://bugs.openjdk.java.net/browse/JDK-8241598 


> -----Original Message-----
> From: jdk-updates-dev <jdk-updates-dev-retn at openjdk.java.net> On
> Behalf Of Ichiroh Takiguchi
> Sent: Montag, 9. November 2020 03:20
> To: jdk-updates-dev at openjdk.java.net
> Subject: [11u] Do you have a plan to upgrade JDK11's JLine to 3.14.0 ?
> 
> Hello.
> 
> Do you have a plan to upgrade JDK11's JLine to 3.14.0 ?
> 
> It seems JDK 11.0.9's JLine is 3.12.1 [1]
> 
> I found jshell's Tab key completion feature did not work on AIX's dtterm
> terminal window.
> I could not recreate this issue on JDK 11.0.8.
> 
> I executed following instruction on JDK 11.0.9.
> 1. Type "Sys" on jshell,
> 2. Press Tab key. It should be changed to "System", but completion
> feature did not work.
> 
> It worked fine on aixterm and xterm window.
> So it seems dtterm unique issue.
> 
> I executed same instruction on JDK15 and JDK16 EA on AIX's dtterm, it
> worked fine as expected.
> It seemed JLine was upgraded to 3.14.0. [2]
> 
> [1]
> https://hg.openjdk.java.net/jdk-
> updates/jdk11u/file/4fd46d208f0a/src/jdk.internal.le/share/legal/jline.md
> [2:
> https://github.com/openjdk/jdk/blob/master/src/jdk.internal.le/share/legal
> /jline.md
> 
> Thanks,
> Ichiroh Takiguchi
> IBM Japan, Ltd.


More information about the jdk-updates-dev mailing list