Re: RFR: 8327476: Upgrade JLine to 3.25.1 [v5]

2024-05-03 Thread Jan Lahoda
> This is a patch that: > a) upgrades the JLine inside the JDK to 3.25.1 > b) since the new version of JLine has a FFM backend, our custom native > backends are removed, and replaced with the FFM backend > > Some changes had to be made to the original JLine in order to fit into the > JDK. Most

Re: RFR: 8327476: Upgrade JLine to 3.25.1 [v4]

2024-03-22 Thread Magnus Ihse Bursie
On Wed, 20 Mar 2024 18:55:38 GMT, Jan Lahoda wrote: >> This is a patch that: >> a) upgrades the JLine inside the JDK to 3.25.1 >> b) since the new version of JLine has a FFM backend, our custom native >> backends are removed, and replaced with the FFM backend >> >> Some changes had to be made

Re: RFR: 8327476: Upgrade JLine to 3.25.1 [v4]

2024-03-22 Thread Magnus Ihse Bursie
On Wed, 20 Mar 2024 18:55:38 GMT, Jan Lahoda wrote: >> This is a patch that: >> a) upgrades the JLine inside the JDK to 3.25.1 >> b) since the new version of JLine has a FFM backend, our custom native >> backends are removed, and replaced with the FFM backend >> >> Some changes had to be made

Re: RFR: 8327476: Upgrade JLine to 3.25.1 [v4]

2024-03-22 Thread Magnus Ihse Bursie
On Wed, 20 Mar 2024 18:55:38 GMT, Jan Lahoda wrote: >> This is a patch that: >> a) upgrades the JLine inside the JDK to 3.25.1 >> b) since the new version of JLine has a FFM backend, our custom native >> backends are removed, and replaced with the FFM backend >> >> Some changes had to be made

Re: RFR: 8327476: Upgrade JLine to 3.25.1 [v4]

2024-03-22 Thread Magnus Ihse Bursie
On Wed, 20 Mar 2024 18:55:38 GMT, Jan Lahoda wrote: >> This is a patch that: >> a) upgrades the JLine inside the JDK to 3.25.1 >> b) since the new version of JLine has a FFM backend, our custom native >> backends are removed, and replaced with the FFM backend >> >> Some changes had to be made

Re: RFR: 8327476: Upgrade JLine to 3.25.1 [v4]

2024-03-21 Thread Vicente Romero
On Wed, 20 Mar 2024 18:55:38 GMT, Jan Lahoda wrote: >> This is a patch that: >> a) upgrades the JLine inside the JDK to 3.25.1 >> b) since the new version of JLine has a FFM backend, our custom native >> backends are removed, and replaced with the FFM backend >> >> Some changes had to be made

Re: RFR: 8327476: Upgrade JLine to 3.25.1 [v4]

2024-03-20 Thread Jan Lahoda
> This is a patch that: > a) upgrades the JLine inside the JDK to 3.25.1 > b) since the new version of JLine has a FFM backend, our custom native > backends are removed, and replaced with the FFM backend > > Some changes had to be made to the original JLine in order to fit into the > JDK. Most

Re: RFR: 8327476: Upgrade JLine to 3.25.1 [v3]

2024-03-08 Thread Jan Lahoda
> This is a patch that: > a) upgrades the JLine inside the JDK to 3.25.1 > b) since the new version of JLine has a FFM backend, our custom native > backends are removed, and replaced with the FFM backend > > Some changes had to be made to the original JLine in order to fit into the > JDK. Most

Re: RFR: 8327476: Upgrade JLine to 3.25.1 [v2]

2024-03-08 Thread Jan Lahoda
> This is a patch that: > a) upgrades the JLine inside the JDK to 3.25.1 > b) since the new version of JLine has a FFM backend, our custom native > backends are removed, and replaced with the FFM backend > > Some changes had to be made to the original JLine in order to fit into the > JDK. Most

Re: RFR: 8327476: Upgrade JLine to 3.25.1

2024-03-08 Thread Magnus Ihse Bursie
On Wed, 6 Mar 2024 21:20:50 GMT, Jan Lahoda wrote: > This is a patch that: > a) upgrades the JLine inside the JDK to 3.25.1 > b) since the new version of JLine has a FFM backend, our custom native > backends are removed, and replaced with the FFM backend > > Some changes had to be made to the

Re: RFR: 8327476: Upgrade JLine to 3.25.1

2024-03-07 Thread Jan Lahoda
On Thu, 7 Mar 2024 12:11:19 GMT, ExE Boss wrote: >> This is a patch that: >> a) upgrades the JLine inside the JDK to 3.25.1 >> b) since the new version of JLine has a FFM backend, our custom native >> backends are removed, and replaced with the FFM backend >> >> Some changes had to be made to

Re: RFR: 8327476: Upgrade JLine to 3.25.1

2024-03-07 Thread ExE Boss
On Wed, 6 Mar 2024 21:20:50 GMT, Jan Lahoda wrote: > This is a patch that: > a) upgrades the JLine inside the JDK to 3.25.1 > b) since the new version of JLine has a FFM backend, our custom native > backends are removed, and replaced with the FFM backend > > Some changes had to be made to the

RFR: 8327476: Upgrade JLine to 3.25.1

2024-03-06 Thread Jan Lahoda
This is a patch that: a) upgrades the JLine inside the JDK to 3.25.1 b) since the new version of JLine has a FFM backend, our custom native backends are removed, and replaced with the FFM backend Some changes had to be made to the original JLine in order to fit into the JDK. Most of them were