Open
Conversation
9dfd426 to
049d868
Compare
23e973f to
dc5d746
Compare
dc5d746 to
0505b50
Compare
0505b50 to
f2dab27
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.9→4.0.6Release Notes
jline/jline3 (org.jline:jline)
v4.0.6: JLine 4.0.6Compare Source
🔧 Build
📦 Dependency updates
Full Changelog: jline/jline3@4.0.5...4.0.6
v4.0.5: JLine 4.0.5Compare Source
What's Changed
Full Changelog: jline/jline3@4.0.4...4.0.5
v4.0.4: JLine 4.0.4Compare Source
Bug Fixes
PosixSysTerminalto prevent escape sequence[?2027$pfrom leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)isSystemStream()check was unreliable on Windows MSYSTEM environmentsFull Changelog
v4.0.3: JLine 4.0.3Compare Source
JLine 4.0.3
Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).
Bug Fixes
\e[?2027$p) was written to a rawFileDescriptor(stdout/stderr) rather than a real PTY device. When the output was piped (e.g. subprocess with captured output), this escape sequence leaked into the process output, corrupting downstream consumers. The probe is now skipped when theExecPtyoutput stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)v4.0.2: JLine 4.0.2Compare Source
JLine 4.0.2
Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.
Bug Fixes
modelVersion4.0.0 with no<parent>reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referencedjline-parentwhich usedmodelVersion4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)Module.isNativeAccessEnabled()was backported to some JDK 21 builds (e.g. 21.0.10), causing a falseUnsupportedOperationExceptionsince the method returnsfalseeven though JNI works without--enable-native-access. JNI native access restrictions are only enforced from JDK 24+, so the check is now skipped on earlier versions. (#1692, fixes #1689)Dependency Updates
v4.0.0: JLine 4.0.0Breaking Changes
New Features
Terminal Graphics & Display
Shell & Command Processing
jline-shellmodule with extensible shell foundations, variable expansion, subcommands, I/O redirection, signals, scripts, and builtins integrationjline-componentsmodule for composable UI componentsPrompts & UI
jline-promptmodule with comprehensive prompt API and modern builder patterns (#1377)%P{...}Platform Support
Other
**globstar semantics, glob arguments, grep enhancementsBug Fixes
Improvements
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.