Update jline.version to v4 - #1666
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/major-jline.version
branch
3 times, most recently
from
March 11, 2026 09:39
ced842b to
46b67a4
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/major-jline.version
branch
4 times, most recently
from
March 23, 2026 13:25
5592fb3 to
aa4b19b
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/major-jline.version
branch
3 times, most recently
from
April 8, 2026 09:56
385bf23 to
e2a638c
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/major-jline.version
branch
2 times, most recently
from
April 30, 2026 01:49
d50ca61 to
d6ce7f6
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/major-jline.version
branch
2 times, most recently
from
May 6, 2026 15:41
e65cb13 to
c363edc
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/major-jline.version
branch
2 times, most recently
from
May 24, 2026 21:50
87cf1bc to
ba99241
Compare
Contributor
Mend Scan ResultsStatus: SCA scan outputSAST scan output |
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/major-jline.version
branch
from
May 28, 2026 15:12
ba99241 to
f6c1682
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/major-jline.version
branch
2 times, most recently
from
June 20, 2026 06:50
3995810 to
408e42d
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/major-jline.version
branch
3 times, most recently
from
July 9, 2026 13:34
ab32822 to
5fd46e3
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/major-jline.version
branch
from
August 30, 2026 01:25
5fd46e3 to
528691a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.30.6→4.4.03.30.6→4.4.0Release Notes
jline/jline3 (org.jline:jline-console)
v4.4.0: JLine 4.4.0Compare Source
JLine 4.4.0 is a feature-rich release bringing modern terminal protocol support, broader platform compatibility, and continued security hardening.
Highlights:
System.console()(#2031)-Aflag (#2106).💥 Breaking changes
🚀 New features and improvements
🐛 Bug Fixes
📝 Documentation updates
📦 Dependency updates
👻 Maintenance
v4.3.1: JLine 4.3.1Compare Source
JLine 4.3.1 is a security patch release addressing ReDoS vulnerabilities.
🔒 Security Fixes
SafeRegexutility withTimeoutCharSequenceto enforce wall-clock deadlines during regex matchingterminal,reader, andbuiltinswhere user-controlled input could trigger catastrophic backtracking🐛 Bug Fixes
fillInStackTraceoverride (#2019) @gnodetFull Changelog: jline/jline3@4.3.0...4.3.1
v4.3.0: JLine 4.3.0Compare Source
JLine 4.3.0 includes new features, security hardening, platform support, and display fixes.
✨ New Features
🔒 Security Hardening
🐛 Bug Fixes
🔧 Refactoring
📦 Dependency Updates
v4.2.1: JLine 4.2.1Compare Source
JLine 4.2.1 is a security patch release addressing two denial-of-service vulnerabilities in the
remote-telnetmodule.🔒 Security Fixes
🐛 Bug Fixes
📦 Dependency updates
v4.2.0: JLine 4.2.0Compare Source
JLine 4.2.0 is a minor release that bumps the version to reflect API and behavioral changes since the 4.1.x series.
Highlights:
java.loggingmodule dependency dropped — JLine now usesSystem.Logger(JEP 264), removing thejava.loggingmodule requirement and making JLine friendlier in custom JPMS runtimes (#1934)org.jline.utils.ScreenTerminal, with a fix for stale status rows when using bordered status displays (#1971)exitcommand is now a regular, configurable command rather than hardcoded (#1870)🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
🚦 Tests
v4.1.3: JLine 4.1.3Compare Source
JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.
Bug Fixes
Chores
Dependencies
Full Changelog: jline/jline3@4.1.2...4.1.3
v4.1.2: JLine 4.1.2Compare Source
JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.
Bug Fixes
Dependencies
Full Changelog: jline/jline3@4.1.1...4.1.2
v4.1.1: JLine 4.1.1Compare Source
JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in
enterRawMode, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
New Contributors
Full Changelog: jline/jline3@4.1.0...4.1.1
v4.1.0: JLine 4.1.0Compare Source
JLine 4.1 is the first minor release of the 4.x series, bringing new features, significant performance improvements, internal refactoring, and many bug fixes across terminal handling, encoding, and platform support.
Highlights include streaming pipes with concurrent pipeline execution, a new
Sizedinterface for uniform terminal size access, optimized display rendering with direct byte buffers, modernized signal handling via Panama FFMsigaction(), and a comprehensive overhaul of termios constant mappings across all supported platforms.🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
📝 Documentation updates
👻 Maintenance
🚦 Tests
v4.0.16: JLine 4.0.16Compare Source
What's Changed
Full Changelog: jline/jline3@4.0.15...4.0.16
v4.0.15: JLine 4.0.15Compare Source
JLine 4.0.15 is a patch release
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.