luajava
luajava copied to clipboard
Bump jlineVersion from 3.23.0 to 3.24.1
Bumps jlineVersion
from 3.23.0 to 3.24.1.
Updates org.jline:jline-reader
from 3.23.0 to 3.24.1
Release notes
Sourced from org.jline:jline-reader's releases.
JLine 3.24.1
This release is a bug fix release for 3.24.0 mainly to restore JDK 8 compatibility at runtime.
What's Changed
b63acbcc29c
Fix broken javadoc generation by@gnodet
in jline/jline3#8924c4dbdc2ce3
Restore JDK 8 runtime compatibility, fixes #888 by@gnodet
in jline/jline3#89347f1ec914b2
Restore partial failure handling with stty, fixes #889 by@gnodet
in jline/jline3#891ecbc73a58c6
Fix git line endings by@gnodet
in jline/jline3#887Full Changelog: https://github.com/jline/jline3/compare/jline-parent-3.24.0...jline-parent-3.24.1
JLine 3.24.0 contains a number of new features, enhancements and bug fixes.
Warning
This release did unfortunately break JDK 8 compatibility at runtime. This is fixed in 3.24.1.
New features and enhancements
d4bf37c7564
Add forced-out and forcer-err to force the system console to use the output / error stream (fixes #856) (#884)b8084cf1b27
Add a field / setter for the forced provider7cbba19b6ce
Support providing default values for line reader variables using system properties (#821)8da980b39d1
Support automatic parsing of an inputrc file in jline reader (#821)2af16d8e4e0
Add a property to customize the tab width (fixes #861) (#880)a20ba4b5b13
Force creation of a dumb terminal if TERM starts with dumb871706532ac
New JNI providere3112b48b9c
Switch to junit 5a2ab0474a02
Require JDK 11 and support JDK 21 at build timeb85d2e5085a
Enable spotless on JDK 2105ee05dbc7b
Support building on JDK 21Bug fixes
9a216cab00a
Make sure the thread is not in an interrupted state when cleanup up (fixes #590) (#883)421bf59653d
Fix cr/lf support in dumb terminals (#877)77283f8c7d2
AIX issue with non english locales (#881)2c8891ab363
Add a property to force a given provider405f8fe0b47
org.jline.util.PumpReader signed byte problem (#879)7aa9c5e17c7
Fix possible OOM caused by huge repetitions of inserts (fixes #863) (#878)8805647bc12
Improve toString() terminal rendering60c9297c161
Use simplified keymap for dumb terminal (#874)58fd8f9701c
Improve robustness of initial cleanup (fixes jansi#255)60de93175f2
Add missing space in SunOS-sparcv9_CCFLAGS (fixes jansi#249)7ca9dc20e3c
Fix history trim for non-timestamped files (#873)cde17f7fc15
Fix build on linux arm64 and add riscv6460bfd792915
Fix eolcb1762621fe
Clean a bit TerminalBuilder8685b2a6f2a
Add TerminalExt interfaced0e1ce16e9c
FFM support3a51fd98705
Break dependency between org.jline.terminal.impl and org.jline.terminal.impl.exec package2f0218340b9
Close Files streams using try-with-resources (#840)
... (truncated)
Changelog
Sourced from org.jline:jline-reader's changelog.
[JLine 3.24.1][3_24_1]
[3_24_1] https://repo1.maven.org/maven2/org/jline/jline/3.24.1/
b63acbcc29c
Fix broken javadoc generation (#892)4c4dbdc2ce3
Restore JDK 8 runtime compatibility, fixes #888 (#893)47f1ec914b2
Restore partial failure handling with stty, fixes #889ecbc73a58c6
Fix git line endings[JLine 3.24.0][3_24_0]
[3_24_0] https://repo1.maven.org/maven2/org/jline/jline/3.24.0/
cb226ce3909
Upgrade various plugins0a8f369e2d8
Upgrade ivy from 2.5.1 to 2.5.2cfbbb7ee562
Upgrade graal from 22.3.0 to 23.1.1bae5fb5f587
Upgrade slf4j from 2.0.6 to 2.0.977626a8013c
Upgrade easymock from 5.1.0 to 5.2.0d0b6273668b
Upgrade sshd from 2.9.2 to 2.11.00f01e4ce2ec
Upgrade jansi from 2.4.0 to 2.4.12e9e2232bd7
Update changelog for 3.24.0 released4bf37c7564
Add forced-out and forcer-err to force the system console to use the output / error stream (fixes #856) (#884)b8084cf1b27
Add a field / setter for the forced provider9a216cab00a
Make sure the thread is not in an interrupted state when cleanup up (fixes #590) (#883)7cbba19b6ce
Support providing default values for line reader variables using system properties (#821)8da980b39d1
Support automatic parsing of an inputrc file in jline reader (#821)421bf59653d
Fix cr/lf support in dumb terminals (#877)2af16d8e4e0
Add a property to customize the tab width (fixes #861) (#880)77283f8c7d2
AIX issue with non english locales (#881)2c8891ab363
Add a property to force a given providera20ba4b5b13
Force creation of a dumb terminal if TERM starts with dumb405f8fe0b47
org.jline.util.PumpReader signed byte problem (#879)7aa9c5e17c7
Fix possible OOM caused by huge repetitions of inserts (fixes #863) (#878)8805647bc12
Improve toString() terminal rendering60c9297c161
Use simplified keymap for dumb terminal (#874)58fd8f9701c
Improve robustness of initial cleanup (fixes jansi#255)60de93175f2
Add missing space in SunOS-sparcv9_CCFLAGS (fixes jansi#249)7ca9dc20e3c
Fix history trim for non-timestamped files (#873)cde17f7fc15
Fix build on linux arm64 and add riscv64871706532ac
New JNI provider60bfd792915
Fix eolcb1762621fe
Clean a bit TerminalBuildere4986756a81
Revert "Fix providers ordering"79905407f62
Fix providers ordering8685b2a6f2a
Add TerminalExt interfaced0e1ce16e9c
FFM support3a51fd98705
Break dependency between org.jline.terminal.impl and org.jline.terminal.impl.exec package2f0218340b9
Close Files streams using try-with-resources (#840)ceda3c4f765
Fix illegal reflective access in exec provider (fixes #862) (#868)a11001ab191
Make sure libraries are binariese3112b48b9c
Switch to junit 597fca810df1
Simplify CI
... (truncated)
Commits
05669e1
[maven-release-plugin] prepare release jline-parent-3.24.160b0027
Add changelog for 3.24.1b63acbc
Fix broken javadoc generation (#892)4c4dbdc
Restore JDK 8 runtime compatibility, fixes #888 (#893)47f1ec9
Restore partial failure handling with stty, fixes #889ecbc73a
Fix git line endings8f410d2
[maven-release-plugin] prepare for next development iteration0a04e11
[maven-release-plugin] prepare release jline-parent-3.24.0e2e5c4d
Support building on jdk 217cb1b67
Update changelog for 3.24.0 release- Additional commits viewable in compare view
Updates org.jline:jline-console
from 3.23.0 to 3.24.1
Release notes
Sourced from org.jline:jline-console's releases.
JLine 3.24.1
This release is a bug fix release for 3.24.0 mainly to restore JDK 8 compatibility at runtime.
What's Changed
b63acbcc29c
Fix broken javadoc generation by@gnodet
in jline/jline3#8924c4dbdc2ce3
Restore JDK 8 runtime compatibility, fixes #888 by@gnodet
in jline/jline3#89347f1ec914b2
Restore partial failure handling with stty, fixes #889 by@gnodet
in jline/jline3#891ecbc73a58c6
Fix git line endings by@gnodet
in jline/jline3#887Full Changelog: https://github.com/jline/jline3/compare/jline-parent-3.24.0...jline-parent-3.24.1
JLine 3.24.0 contains a number of new features, enhancements and bug fixes.
Warning
This release did unfortunately break JDK 8 compatibility at runtime. This is fixed in 3.24.1.
New features and enhancements
d4bf37c7564
Add forced-out and forcer-err to force the system console to use the output / error stream (fixes #856) (#884)b8084cf1b27
Add a field / setter for the forced provider7cbba19b6ce
Support providing default values for line reader variables using system properties (#821)8da980b39d1
Support automatic parsing of an inputrc file in jline reader (#821)2af16d8e4e0
Add a property to customize the tab width (fixes #861) (#880)a20ba4b5b13
Force creation of a dumb terminal if TERM starts with dumb871706532ac
New JNI providere3112b48b9c
Switch to junit 5a2ab0474a02
Require JDK 11 and support JDK 21 at build timeb85d2e5085a
Enable spotless on JDK 2105ee05dbc7b
Support building on JDK 21Bug fixes
9a216cab00a
Make sure the thread is not in an interrupted state when cleanup up (fixes #590) (#883)421bf59653d
Fix cr/lf support in dumb terminals (#877)77283f8c7d2
AIX issue with non english locales (#881)2c8891ab363
Add a property to force a given provider405f8fe0b47
org.jline.util.PumpReader signed byte problem (#879)7aa9c5e17c7
Fix possible OOM caused by huge repetitions of inserts (fixes #863) (#878)8805647bc12
Improve toString() terminal rendering60c9297c161
Use simplified keymap for dumb terminal (#874)58fd8f9701c
Improve robustness of initial cleanup (fixes jansi#255)60de93175f2
Add missing space in SunOS-sparcv9_CCFLAGS (fixes jansi#249)7ca9dc20e3c
Fix history trim for non-timestamped files (#873)cde17f7fc15
Fix build on linux arm64 and add riscv6460bfd792915
Fix eolcb1762621fe
Clean a bit TerminalBuilder8685b2a6f2a
Add TerminalExt interfaced0e1ce16e9c
FFM support3a51fd98705
Break dependency between org.jline.terminal.impl and org.jline.terminal.impl.exec package2f0218340b9
Close Files streams using try-with-resources (#840)
... (truncated)
Changelog
Sourced from org.jline:jline-console's changelog.
[JLine 3.24.1][3_24_1]
[3_24_1] https://repo1.maven.org/maven2/org/jline/jline/3.24.1/
b63acbcc29c
Fix broken javadoc generation (#892)4c4dbdc2ce3
Restore JDK 8 runtime compatibility, fixes #888 (#893)47f1ec914b2
Restore partial failure handling with stty, fixes #889ecbc73a58c6
Fix git line endings[JLine 3.24.0][3_24_0]
[3_24_0] https://repo1.maven.org/maven2/org/jline/jline/3.24.0/
cb226ce3909
Upgrade various plugins0a8f369e2d8
Upgrade ivy from 2.5.1 to 2.5.2cfbbb7ee562
Upgrade graal from 22.3.0 to 23.1.1bae5fb5f587
Upgrade slf4j from 2.0.6 to 2.0.977626a8013c
Upgrade easymock from 5.1.0 to 5.2.0d0b6273668b
Upgrade sshd from 2.9.2 to 2.11.00f01e4ce2ec
Upgrade jansi from 2.4.0 to 2.4.12e9e2232bd7
Update changelog for 3.24.0 released4bf37c7564
Add forced-out and forcer-err to force the system console to use the output / error stream (fixes #856) (#884)b8084cf1b27
Add a field / setter for the forced provider9a216cab00a
Make sure the thread is not in an interrupted state when cleanup up (fixes #590) (#883)7cbba19b6ce
Support providing default values for line reader variables using system properties (#821)8da980b39d1
Support automatic parsing of an inputrc file in jline reader (#821)421bf59653d
Fix cr/lf support in dumb terminals (#877)2af16d8e4e0
Add a property to customize the tab width (fixes #861) (#880)77283f8c7d2
AIX issue with non english locales (#881)2c8891ab363
Add a property to force a given providera20ba4b5b13
Force creation of a dumb terminal if TERM starts with dumb405f8fe0b47
org.jline.util.PumpReader signed byte problem (#879)7aa9c5e17c7
Fix possible OOM caused by huge repetitions of inserts (fixes #863) (#878)8805647bc12
Improve toString() terminal rendering60c9297c161
Use simplified keymap for dumb terminal (#874)58fd8f9701c
Improve robustness of initial cleanup (fixes jansi#255)60de93175f2
Add missing space in SunOS-sparcv9_CCFLAGS (fixes jansi#249)7ca9dc20e3c
Fix history trim for non-timestamped files (#873)cde17f7fc15
Fix build on linux arm64 and add riscv64871706532ac
New JNI provider60bfd792915
Fix eolcb1762621fe
Clean a bit TerminalBuildere4986756a81
Revert "Fix providers ordering"79905407f62
Fix providers ordering8685b2a6f2a
Add TerminalExt interfaced0e1ce16e9c
FFM support3a51fd98705
Break dependency between org.jline.terminal.impl and org.jline.terminal.impl.exec package2f0218340b9
Close Files streams using try-with-resources (#840)ceda3c4f765
Fix illegal reflective access in exec provider (fixes #862) (#868)a11001ab191
Make sure libraries are binariese3112b48b9c
Switch to junit 597fca810df1
Simplify CI
... (truncated)
Commits
05669e1
[maven-release-plugin] prepare release jline-parent-3.24.160b0027
Add changelog for 3.24.1b63acbc
Fix broken javadoc generation (#892)4c4dbdc
Restore JDK 8 runtime compatibility, fixes #888 (#893)47f1ec9
Restore partial failure handling with stty, fixes #889ecbc73a
Fix git line endings8f410d2
[maven-release-plugin] prepare for next development iteration0a04e11
[maven-release-plugin] prepare release jline-parent-3.24.0e2e5c4d
Support building on jdk 217cb1b67
Update changelog for 3.24.0 release- Additional commits viewable in compare view
Updates org.jline:jline-terminal
from 3.23.0 to 3.24.1
Release notes
Sourced from org.jline:jline-terminal's releases.
JLine 3.24.1
This release is a bug fix release for 3.24.0 mainly to restore JDK 8 compatibility at runtime.
What's Changed
b63acbcc29c
Fix broken javadoc generation by@gnodet
in jline/jline3#8924c4dbdc2ce3
Restore JDK 8 runtime compatibility, fixes #888 by@gnodet
in jline/jline3#89347f1ec914b2
Restore partial failure handling with stty, fixes #889 by@gnodet
in jline/jline3#891ecbc73a58c6
Fix git line endings by@gnodet
in jline/jline3#887Full Changelog: https://github.com/jline/jline3/compare/jline-parent-3.24.0...jline-parent-3.24.1
JLine 3.24.0 contains a number of new features, enhancements and bug fixes.
Warning
This release did unfortunately break JDK 8 compatibility at runtime. This is fixed in 3.24.1.
New features and enhancements
d4bf37c7564
Add forced-out and forcer-err to force the system console to use the output / error stream (fixes #856) (#884)b8084cf1b27
Add a field / setter for the forced provider7cbba19b6ce
Support providing default values for line reader variables using system properties (#821)8da980b39d1
Support automatic parsing of an inputrc file in jline reader (#821)2af16d8e4e0
Add a property to customize the tab width (fixes #861) (#880)a20ba4b5b13
Force creation of a dumb terminal if TERM starts with dumb871706532ac
New JNI providere3112b48b9c
Switch to junit 5a2ab0474a02
Require JDK 11 and support JDK 21 at build timeb85d2e5085a
Enable spotless on JDK 2105ee05dbc7b
Support building on JDK 21Bug fixes
9a216cab00a
Make sure the thread is not in an interrupted state when cleanup up (fixes #590) (#883)421bf59653d
Fix cr/lf support in dumb terminals (#877)77283f8c7d2
AIX issue with non english locales (#881)2c8891ab363
Add a property to force a given provider405f8fe0b47
org.jline.util.PumpReader signed byte problem (#879)7aa9c5e17c7
Fix possible OOM caused by huge repetitions of inserts (fixes #863) (#878)8805647bc12
Improve toString() terminal rendering60c9297c161
Use simplified keymap for dumb terminal (#874)58fd8f9701c
Improve robustness of initial cleanup (fixes jansi#255)60de93175f2
Add missing space in SunOS-sparcv9_CCFLAGS (fixes jansi#249)7ca9dc20e3c
Fix history trim for non-timestamped files (#873)cde17f7fc15
Fix build on linux arm64 and add riscv6460bfd792915
Fix eolcb1762621fe
Clean a bit TerminalBuilder8685b2a6f2a
Add TerminalExt interfaced0e1ce16e9c
FFM support3a51fd98705
Break dependency between org.jline.terminal.impl and org.jline.terminal.impl.exec package2f0218340b9
Close Files streams using try-with-resources (#840)
... (truncated)
Changelog
Sourced from org.jline:jline-terminal's changelog.
[JLine 3.24.1][3_24_1]
[3_24_1] https://repo1.maven.org/maven2/org/jline/jline/3.24.1/
b63acbcc29c
Fix broken javadoc generation (#892)4c4dbdc2ce3
Restore JDK 8 runtime compatibility, fixes #888 (#893)47f1ec914b2
Restore partial failure handling with stty, fixes #889ecbc73a58c6
Fix git line endings[JLine 3.24.0][3_24_0]
[3_24_0] https://repo1.maven.org/maven2/org/jline/jline/3.24.0/
cb226ce3909
Upgrade various plugins0a8f369e2d8
Upgrade ivy from 2.5.1 to 2.5.2cfbbb7ee562
Upgrade graal from 22.3.0 to 23.1.1bae5fb5f587
Upgrade slf4j from 2.0.6 to 2.0.977626a8013c
Upgrade easymock from 5.1.0 to 5.2.0d0b6273668b
Upgrade sshd from 2.9.2 to 2.11.00f01e4ce2ec
Upgrade jansi from 2.4.0 to 2.4.12e9e2232bd7
Update changelog for 3.24.0 released4bf37c7564
Add forced-out and forcer-err to force the system console to use the output / error stream (fixes #856) (#884)b8084cf1b27
Add a field / setter for the forced provider9a216cab00a
Make sure the thread is not in an interrupted state when cleanup up (fixes #590) (#883)7cbba19b6ce
Support providing default values for line reader variables using system properties (#821)8da980b39d1
Support automatic parsing of an inputrc file in jline reader (#821)421bf59653d
Fix cr/lf support in dumb terminals (#877)2af16d8e4e0
Add a property to customize the tab width (fixes #861) (#880)77283f8c7d2
AIX issue with non english locales (#881)2c8891ab363
Add a property to force a given providera20ba4b5b13
Force creation of a dumb terminal if TERM starts with dumb405f8fe0b47
org.jline.util.PumpReader signed byte problem (#879)7aa9c5e17c7
Fix possible OOM caused by huge repetitions of inserts (fixes #863) (#878)8805647bc12
Improve toString() terminal rendering60c9297c161
Use simplified keymap for dumb terminal (#874)58fd8f9701c
Improve robustness of initial cleanup (fixes jansi#255)60de93175f2
Add missing space in SunOS-sparcv9_CCFLAGS (fixes jansi#249)7ca9dc20e3c
Fix history trim for non-timestamped files (#873)cde17f7fc15
Fix build on linux arm64 and add riscv64871706532ac
New JNI provider60bfd792915
Fix eolcb1762621fe
Clean a bit TerminalBuildere4986756a81
Revert "Fix providers ordering"79905407f62
Fix providers ordering8685b2a6f2a
Add TerminalExt interfaced0e1ce16e9c
FFM support3a51fd98705
Break dependency between org.jline.terminal.impl and org.jline.terminal.impl.exec package2f0218340b9
Close Files streams using try-with-resources (#840)ceda3c4f765
Fix illegal reflective access in exec provider (fixes #862) (#868)a11001ab191
Make sure libraries are binariese3112b48b9c
Switch to junit 597fca810df1
Simplify CI
... (truncated)
Commits
05669e1
[maven-release-plugin] prepare release jline-parent-3.24.160b0027
Add changelog for 3.24.1b63acbc
Fix broken javadoc generation (#892)4c4dbdc
Restore JDK 8 runtime compatibility, fixes #888 (#893)47f1ec9
Restore partial failure handling with stty, fixes #889ecbc73a
Fix git line endings8f410d2
[maven-release-plugin] prepare for next development iteration0a04e11
[maven-release-plugin] prepare release jline-parent-3.24.0e2e5c4d
Support building on jdk 217cb1b67
Update changelog for 3.24.0 release- Additional commits viewable in compare view
Updates org.jline:jline-builtins
from 3.23.0 to 3.24.1
Release notes
Sourced from org.jline:jline-builtins's releases.
JLine 3.24.1
This release is a bug fix release for 3.24.0 mainly to restore JDK 8 compatibility at runtime.
What's Changed
b63acbcc29c
Fix broken javadoc generation by@gnodet
in jline/jline3#8924c4dbdc2ce3
Restore JDK 8 runtime compatibility, fixes #888 by@gnodet
in jline/jline3#89347f1ec914b2
Restore partial failure handling with stty, fixes #889 by@gnodet
in jline/jline3#891ecbc73a58c6
Fix git line endings by@gnodet
in jline/jline3#887Full Changelog: https://github.com/jline/jline3/compare/jline-parent-3.24.0...jline-parent-3.24.1
JLine 3.24.0 contains a number of new features, enhancements and bug fixes.
Warning
This release did unfortunately break JDK 8 compatibility at runtime. This is fixed in 3.24.1.
New features and enhancements
d4bf37c7564
Add forced-out and forcer-err to force the system console to use the output / error stream (fixes #856) (#884)b8084cf1b27
Add a field / setter for the forced provider7cbba19b6ce
Support providing default values for line reader variables using system properties (#821)8da980b39d1
Support automatic parsing of an inputrc file in jline reader (#821)2af16d8e4e0
Add a property to customize the tab width (fixes #861) (#880)a20ba4b5b13
Force creation of a dumb terminal if TERM starts with dumb871706532ac
New JNI providere3112b48b9c
Switch to junit 5a2ab0474a02
Require JDK 11 and support JDK 21 at build timeb85d2e5085a
Enable spotless on JDK 2105ee05dbc7b
Support building on JDK 21Bug fixes