Bumps jline.version from 3.29.0 to 3.30.3.
Updates org.jline:jline-terminal-jni from 3.29.0 to 3.30.3
Release notes
Sourced from org.jline:jline-terminal-jni's releases.
JLine 3.30.3
🚀 New features and improvements
- Add support for separate encodings for stdin, stdout, and stderr (#1284)
@gnodet
- [consoleui] Make prompts work in non-fullscreen mode (#1283)
@gnodet
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
- chore: Fix build.bat syntax errors and preserve arguments in rebuild command (#1286)
@gnodet
- chore: Fix flaky DumbTerminalPasswordTest (#1287)
@gnodet
- chore: add Palantir Java Format version property for Dependabot updates (#1285)
@gnodet
JLine 3.30.2
🐛 Bug Fixes
- fix: enhance nanorc loading and introduce a ClasspathResourceUtil utility (#1276)
@gnodet
📦 Dependency updates
JLine 3.30.1
- chore: improve build scripts and demo integration (#1269)
@gnodet
🐛 Bug Fixes
- fix: Update LineReaderImpl to use new readMouseEvent signature with lastBinding parameter (#1261)
@gnodet
📝 Documentation updates
- docs: correct PicocliJLineExample snippet name in library-integration.md (#1271)
@gnodet
- docs: validate code snippets during build time instead of runtime (#1272)
@gnodet
- docs: add missing
@since 3.30.0 annotations to new methods in Terminal (#1270) @gnodet
- docs: integrate GitHub wiki content into website documentation (#1262)
@gnodet
- docs: Improve website build system and documentation management (#1268)
@gnodet
- docs: fix javadoc redirect URL issue (#1266)
@gnodet
- docs: Add picocli links to library integration (#1257)
@vorburger
- docs: Mention InputRC on Builtins (#1252)
@vorburger
... (truncated)
Commits
6616485 [maven-release-plugin] prepare release jline-3.30.3
da3c465 Add support for separate encodings for stdin, stdout, and stderr (#1284)
0076600 [consoleui] Make prompts work in non-fullscreen mode (#1283)
3420773 chore: Fix build.bat syntax errors (#1286)
8e91c99 chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67....
80e05df chore: fix flaky DumbTerminalPasswordTest (#1287)
d41dcb9 Fix missing close in PosixSysTerminal. (#1281)
a7cf4b3 chore: add Palantir Java Format version property for Dependabot updates (#1285)
7c30a7e chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 (#1279)
b84ab56 chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 (#1280)
- Additional commits viewable in compare view
Updates org.jline:jline-terminal from 3.29.0 to 3.30.3
Release notes
Sourced from org.jline:jline-terminal's releases.
JLine 3.30.3
🚀 New features and improvements
- Add support for separate encodings for stdin, stdout, and stderr (#1284)
@gnodet
- [consoleui] Make prompts work in non-fullscreen mode (#1283)
@gnodet
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
- chore: Fix build.bat syntax errors and preserve arguments in rebuild command (#1286)
@gnodet
- chore: Fix flaky DumbTerminalPasswordTest (#1287)
@gnodet
- chore: add Palantir Java Format version property for Dependabot updates (#1285)
@gnodet
JLine 3.30.2
🐛 Bug Fixes
- fix: enhance nanorc loading and introduce a ClasspathResourceUtil utility (#1276)
@gnodet
📦 Dependency updates
JLine 3.30.1
- chore: improve build scripts and demo integration (#1269)
@gnodet
🐛 Bug Fixes
- fix: Update LineReaderImpl to use new readMouseEvent signature with lastBinding parameter (#1261)
@gnodet
📝 Documentation updates
- docs: correct PicocliJLineExample snippet name in library-integration.md (#1271)
@gnodet
- docs: validate code snippets during build time instead of runtime (#1272)
@gnodet
- docs: add missing
@since 3.30.0 annotations to new methods in Terminal (#1270) @gnodet
- docs: integrate GitHub wiki content into website documentation (#1262)
@gnodet
- docs: Improve website build system and documentation management (#1268)
@gnodet
- docs: fix javadoc redirect URL issue (#1266)
@gnodet
- docs: Add picocli links to library integration (#1257)
@vorburger
- docs: Mention InputRC on Builtins (#1252)
@vorburger
... (truncated)
Commits
6616485 [maven-release-plugin] prepare release jline-3.30.3
da3c465 Add support for separate encodings for stdin, stdout, and stderr (#1284)
0076600 [consoleui] Make prompts work in non-fullscreen mode (#1283)
3420773 chore: Fix build.bat syntax errors (#1286)
8e91c99 chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67....
80e05df chore: fix flaky DumbTerminalPasswordTest (#1287)
d41dcb9 Fix missing close in PosixSysTerminal. (#1281)
a7cf4b3 chore: add Palantir Java Format version property for Dependabot updates (#1285)
7c30a7e chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 (#1279)
b84ab56 chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 (#1280)
- Additional commits viewable in compare view
Updates org.jline:jline-reader from 3.29.0 to 3.30.3
Release notes
Sourced from org.jline:jline-reader's releases.
JLine 3.30.3
🚀 New features and improvements
- Add support for separate encodings for stdin, stdout, and stderr (#1284)
@gnodet
- [consoleui] Make prompts work in non-fullscreen mode (#1283)
@gnodet
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
- chore: Fix build.bat syntax errors and preserve arguments in rebuild command (#1286)
@gnodet
- chore: Fix flaky DumbTerminalPasswordTest (#1287)
@gnodet
- chore: add Palantir Java Format version property for Dependabot updates (#1285)
@gnodet
JLine 3.30.2
🐛 Bug Fixes
- fix: enhance nanorc loading and introduce a ClasspathResourceUtil utility (#1276)
@gnodet
📦 Dependency updates
JLine 3.30.1
- chore: improve build scripts and demo integration (#1269)
@gnodet
🐛 Bug Fixes
- fix: Update LineReaderImpl to use new readMouseEvent signature with lastBinding parameter (#1261)
@gnodet
📝 Documentation updates
- docs: correct PicocliJLineExample snippet name in library-integration.md (#1271)
@gnodet
- docs: validate code snippets during build time instead of runtime (#1272)
@gnodet
- docs: add missing
@since 3.30.0 annotations to new methods in Terminal (#1270) @gnodet
- docs: integrate GitHub wiki content into website documentation (#1262)
@gnodet
- docs: Improve website build system and documentation management (#1268)
@gnodet
- docs: fix javadoc redirect URL issue (#1266)
@gnodet
- docs: Add picocli links to library integration (#1257)
@vorburger
- docs: Mention InputRC on Builtins (#1252)
@vorburger
... (truncated)
Commits
6616485 [maven-release-plugin] prepare release jline-3.30.3
da3c465 Add support for separate encodings for stdin, stdout, and stderr (#1284)
0076600 [consoleui] Make prompts work in non-fullscreen mode (#1283)
3420773 chore: Fix build.bat syntax errors (#1286)
8e91c99 chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67....
80e05df chore: fix flaky DumbTerminalPasswordTest (#1287)
d41dcb9 Fix missing close in PosixSysTerminal. (#1281)
a7cf4b3 chore: add Palantir Java Format version property for Dependabot updates (#1285)
7c30a7e chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 (#1279)
b84ab56 chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 (#1280)
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps
jline.versionfrom 3.29.0 to 3.30.3.Updates
org.jline:jline-terminal-jnifrom 3.29.0 to 3.30.3Release notes
Sourced from org.jline:jline-terminal-jni's releases.
... (truncated)
Commits
6616485[maven-release-plugin] prepare release jline-3.30.3da3c465Add support for separate encodings for stdin, stdout, and stderr (#1284)0076600[consoleui] Make prompts work in non-fullscreen mode (#1283)3420773chore: Fix build.bat syntax errors (#1286)8e91c99chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67....80e05dfchore: fix flaky DumbTerminalPasswordTest (#1287)d41dcb9Fix missing close in PosixSysTerminal. (#1281)a7cf4b3chore: add Palantir Java Format version property for Dependabot updates (#1285)7c30a7echore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 (#1279)b84ab56chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 (#1280)Updates
org.jline:jline-terminalfrom 3.29.0 to 3.30.3Release notes
Sourced from org.jline:jline-terminal's releases.
... (truncated)
Commits
6616485[maven-release-plugin] prepare release jline-3.30.3da3c465Add support for separate encodings for stdin, stdout, and stderr (#1284)0076600[consoleui] Make prompts work in non-fullscreen mode (#1283)3420773chore: Fix build.bat syntax errors (#1286)8e91c99chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67....80e05dfchore: fix flaky DumbTerminalPasswordTest (#1287)d41dcb9Fix missing close in PosixSysTerminal. (#1281)a7cf4b3chore: add Palantir Java Format version property for Dependabot updates (#1285)7c30a7echore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 (#1279)b84ab56chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 (#1280)Updates
org.jline:jline-readerfrom 3.29.0 to 3.30.3Release notes
Sourced from org.jline:jline-reader's releases.
... (truncated)
Commits
6616485[maven-release-plugin] prepare release jline-3.30.3da3c465Add support for separate encodings for stdin, stdout, and stderr (#1284)0076600[consoleui] Make prompts work in non-fullscreen mode (#1283)3420773chore: Fix build.bat syntax errors (#1286)8e91c99chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67....80e05dfchore: fix flaky DumbTerminalPasswordTest (#1287)d41dcb9Fix missing close in PosixSysTerminal. (#1281)a7cf4b3chore: add Palantir Java Format version property for Dependabot updates (#1285)7c30a7echore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 (#1279)b84ab56chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 (#1280)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)