Skip to content

Bump jlineVersion from 3.30.6 to 4.0.6#11812

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/jlineVersion-4.0.6
Closed

Bump jlineVersion from 3.30.6 to 4.0.6#11812
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/jlineVersion-4.0.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps jlineVersion from 3.30.6 to 4.0.6.
Updates org.jline:jline-reader from 3.30.6 to 4.0.6

Release notes

Sourced from org.jline:jline-reader's releases.

JLine 4.0.6

🔧 Build

📦 Dependency updates

Full Changelog: jline/jline3@4.0.5...4.0.6

JLine 4.0.5

What's Changed

Full Changelog: jline/jline3@4.0.4...4.0.5

JLine 4.0.4

Bug Fixes

  • Disable grapheme cluster mode probe (DECRQM) on Windows PosixSysTerminal to prevent escape sequence [?2027$p from leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)
    • This is a follow-up to the 4.0.3 fix which was insufficient — the isSystemStream() check was unreliable on Windows MSYSTEM environments

Full Changelog

jline/jline3@4.0.3...4.0.4

JLine 4.0.3

Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).

Bug Fixes

  • Fix grapheme cluster probe corrupting output on Windows — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (\e[?2027$p) was written to a raw FileDescriptor (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 the ExecPty output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)

JLine 4.0.2

Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.

Note: Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

Bug Fixes

  • Fix Maven 3/Gradle compatibility — Consumer POMs now use modelVersion 4.0.0 with no <parent> reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referenced jline-parent which used modelVersion 4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)
  • Fix JNI terminal failing to load on JDK 21.0.10+Module.isNativeAccessEnabled() was backported to some JDK 21 builds (e.g. 21.0.10), causing a false UnsupportedOperationException since the method returns false even 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

... (truncated)

Commits
  • 3ba42a8 Merge pull request #1700 from jline/dependabot/maven/master/org.codehaus.mojo...
  • 372a1bb Merge pull request #1702 from jline/fix/simplify-nisse-setup
  • 03b7d96 fix: Simplify versioning by using nisse property directly
  • 8b6bd46 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
  • ee52d32 Merge pull request #1698 from jline/dependabot/github_actions/master/release-...
  • bd76b2b Merge pull request #1699 from jline/fix/maven3-compat
  • b33c819 fix: Clean up mvx command syntax in release workflow
  • d783438 fix: Guard release workflow against SNAPSHOT hint tags
  • aef6dbb fix: Revert build to Maven 3.9.x compatibility (fixes #1690)
  • b1e711d chore: Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Updates org.jline:jline-style from 3.30.6 to 4.0.6

Release notes

Sourced from org.jline:jline-style's releases.

JLine 4.0.6

🔧 Build

📦 Dependency updates

Full Changelog: jline/jline3@4.0.5...4.0.6

JLine 4.0.5

What's Changed

Full Changelog: jline/jline3@4.0.4...4.0.5

JLine 4.0.4

Bug Fixes

  • Disable grapheme cluster mode probe (DECRQM) on Windows PosixSysTerminal to prevent escape sequence [?2027$p from leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)
    • This is a follow-up to the 4.0.3 fix which was insufficient — the isSystemStream() check was unreliable on Windows MSYSTEM environments

Full Changelog

jline/jline3@4.0.3...4.0.4

JLine 4.0.3

Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).

Bug Fixes

  • Fix grapheme cluster probe corrupting output on Windows — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (\e[?2027$p) was written to a raw FileDescriptor (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 the ExecPty output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)

JLine 4.0.2

Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.

Note: Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

Bug Fixes

  • Fix Maven 3/Gradle compatibility — Consumer POMs now use modelVersion 4.0.0 with no <parent> reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referenced jline-parent which used modelVersion 4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)
  • Fix JNI terminal failing to load on JDK 21.0.10+Module.isNativeAccessEnabled() was backported to some JDK 21 builds (e.g. 21.0.10), causing a false UnsupportedOperationException since the method returns false even 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

... (truncated)

Commits
  • 3ba42a8 Merge pull request #1700 from jline/dependabot/maven/master/org.codehaus.mojo...
  • 372a1bb Merge pull request #1702 from jline/fix/simplify-nisse-setup
  • 03b7d96 fix: Simplify versioning by using nisse property directly
  • 8b6bd46 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
  • ee52d32 Merge pull request #1698 from jline/dependabot/github_actions/master/release-...
  • bd76b2b Merge pull request #1699 from jline/fix/maven3-compat
  • b33c819 fix: Clean up mvx command syntax in release workflow
  • d783438 fix: Guard release workflow against SNAPSHOT hint tags
  • aef6dbb fix: Revert build to Maven 3.9.x compatibility (fixes #1690)
  • b1e711d chore: Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Updates org.jline:jline-builtins from 3.30.6 to 4.0.6

Release notes

Sourced from org.jline:jline-builtins's releases.

JLine 4.0.6

🔧 Build

📦 Dependency updates

Full Changelog: jline/jline3@4.0.5...4.0.6

JLine 4.0.5

What's Changed

Full Changelog: jline/jline3@4.0.4...4.0.5

JLine 4.0.4

Bug Fixes

  • Disable grapheme cluster mode probe (DECRQM) on Windows PosixSysTerminal to prevent escape sequence [?2027$p from leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)
    • This is a follow-up to the 4.0.3 fix which was insufficient — the isSystemStream() check was unreliable on Windows MSYSTEM environments

Full Changelog

jline/jline3@4.0.3...4.0.4

JLine 4.0.3

Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).

Bug Fixes

  • Fix grapheme cluster probe corrupting output on Windows — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (\e[?2027$p) was written to a raw FileDescriptor (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 the ExecPty output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)

JLine 4.0.2

Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.

Note: Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

Bug Fixes

  • Fix Maven 3/Gradle compatibility — Consumer POMs now use modelVersion 4.0.0 with no <parent> reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referenced jline-parent which used modelVersion 4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)
  • Fix JNI terminal failing to load on JDK 21.0.10+Module.isNativeAccessEnabled() was backported to some JDK 21 builds (e.g. 21.0.10), causing a false UnsupportedOperationException since the method returns false even 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

... (truncated)

Commits
  • 3ba42a8 Merge pull request #1700 from jline/dependabot/maven/master/org.codehaus.mojo...
  • 372a1bb Merge pull request #1702 from jline/fix/simplify-nisse-setup
  • 03b7d96 fix: Simplify versioning by using nisse property directly
  • 8b6bd46 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
  • ee52d32 Merge pull request #1698 from jline/dependabot/github_actions/master/release-...
  • bd76b2b Merge pull request #1699 from jline/fix/maven3-compat
  • b33c819 fix: Clean up mvx command syntax in release workflow
  • d783438 fix: Guard release workflow against SNAPSHOT hint tags
  • aef6dbb fix: Revert build to Maven 3.9.x compatibility (fixes #1690)
  • b1e711d chore: Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Updates org.jline:jline-console from 3.30.6 to 4.0.6

Release notes

Sourced from org.jline:jline-console's releases.

JLine 4.0.6

🔧 Build

📦 Dependency updates

Full Changelog: jline/jline3@4.0.5...4.0.6

JLine 4.0.5

What's Changed

Full Changelog: jline/jline3@4.0.4...4.0.5

JLine 4.0.4

Bug Fixes

  • Disable grapheme cluster mode probe (DECRQM) on Windows PosixSysTerminal to prevent escape sequence [?2027$p from leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)
    • This is a follow-up to the 4.0.3 fix which was insufficient — the isSystemStream() check was unreliable on Windows MSYSTEM environments

Full Changelog

jline/jline3@4.0.3...4.0.4

JLine 4.0.3

Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).

Bug Fixes

  • Fix grapheme cluster probe corrupting output on Windows — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (\e[?2027$p) was written to a raw FileDescriptor (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 the ExecPty output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)

JLine 4.0.2

Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.

Note: Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

Bug Fixes

  • Fix Maven 3/Gradle compatibility — Consumer POMs now use modelVersion 4.0.0 with no <parent> reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referenced jline-parent which used modelVersion 4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)
  • Fix JNI terminal failing to load on JDK 21.0.10+Module.isNativeAccessEnabled() was backported to some JDK 21 builds (e.g. 21.0.10), causing a false UnsupportedOperationException since the method returns false even 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

... (truncated)

Commits
  • 3ba42a8 Merge pull request #1700 from jline/dependabot/maven/master/org.codehaus.mojo...
  • 372a1bb Merge pull request #1702 from jline/fix/simplify-nisse-setup
  • 03b7d96 fix: Simplify versioning by using nisse property directly
  • 8b6bd46 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
  • ee52d32 Merge pull request #1698 from jline/dependabot/github_actions/master/release-...
  • bd76b2b Merge pull request #1699 from jline/fix/maven3-compat
  • b33c819 fix: Clean up mvx command syntax in release workflow
  • d783438 fix: Guard release workflow against SNAPSHOT hint tags
  • aef6dbb fix: Revert build to Maven 3.9.x compatibility (fixes #1690)
  • b1e711d chore: Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Updates org.jline:jline-console-ui from 3.30.6 to 4.0.6

Release notes

Sourced from org.jline:jline-console-ui's releases.

JLine 4.0.6

🔧 Build

📦 Dependency updates

Full Changelog: jline/jline3@4.0.5...4.0.6

JLine 4.0.5

What's Changed

Full Changelog: jline/jline3@4.0.4...4.0.5

JLine 4.0.4

Bug Fixes

  • Disable grapheme cluster mode probe (DECRQM) on Windows PosixSysTerminal to prevent escape sequence [?2027$p from leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)
    • This is a follow-up to the 4.0.3 fix which was insufficient — the isSystemStream() check was unreliable on Windows MSYSTEM environments

Full Changelog

jline/jline3@4.0.3...4.0.4

JLine 4.0.3

Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).

Bug Fixes

  • Fix grapheme cluster probe corrupting output on Windows — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (\e[?2027$p) was written to a raw FileDescriptor (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 the ExecPty output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)

JLine 4.0.2

Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.

Note: Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

Bug Fixes

  • Fix Maven 3/Gradle compatibility — Consumer POMs now use modelVersion 4.0.0 with no <parent> reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referenced jline-parent which used modelVersion 4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)
  • Fix JNI terminal failing to load on JDK 21.0.10+Module.isNativeAccessEnabled() was backported to some JDK 21 builds (e.g. 21.0.10), causing a false UnsupportedOperationException since the method returns false even 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

... (truncated)

Commits
  • 3ba42a8 Merge pull request #1700 from jline/dependabot/maven/master/org.codehaus.mojo...
  • 372a1bb Merge pull request #1702 from jline/fix/simplify-nisse-setup
  • 03b7d96 fix: Simplify versioning by using nisse property directly
  • 8b6bd46 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
  • ee52d32 Merge pull request #1698 from jline/dependabot/github_actions/master/release-...
  • bd76b2b Merge pull request #1699 from jline/fix/maven3-compat
  • b33c819 fix: Clean up mvx command syntax in release workflow
  • d783438 fix: Guard release workflow against SNAPSHOT hint tags
  • aef6dbb fix: Revert build to Maven 3.9.x compatibility (fixes #1690)
  • b1e711d chore: Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal from 3.30.6 to 4.0.6

Release notes

Sourced from org.jline:jline-terminal's releases.

JLine 4.0.6

🔧 Build

📦 Dependency updates

Full Changelog: jline/jline3@4.0.5...4.0.6

JLine 4.0.5

What's Changed

Full Changelog: jline/jline3@4.0.4...4.0.5

JLine 4.0.4

Bug Fixes

  • Disable grapheme cluster mode probe (DECRQM) on Windows PosixSysTerminal to prevent escape sequence [?2027$p from leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)
    • This is a follow-up to the 4.0.3 fix which was insufficient — the isSystemStream() check was unreliable on Windows MSYSTEM environments

Full Changelog

jline/jline3@4.0.3...4.0.4

JLine 4.0.3

Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).

Bug Fixes

  • Fix grapheme cluster probe corrupting output on Windows — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (\e[?2027$p) was written to a raw FileDescriptor (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 the ExecPty output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)

JLine 4.0.2

Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.

Note: Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

Bug Fixes

  • Fix Maven 3/Gradle compatibility — Consumer POMs now use modelVersion 4.0.0 with no <parent> reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referenced jline-parent which used modelVersion 4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)
  • Fix JNI terminal failing to load on JDK 21.0.10+Module.isNativeAccessEnabled() was backported to some JDK 21 builds (e.g. 21.0.10), causing a false UnsupportedOperationException since the method returns false even 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

... (truncated)

Commits
  • 3ba42a8 Merge pull request #1700 from jline/dependabot/maven/master/org.codehaus.mojo...
  • 372a1bb Merge pull request #1702 from jline/fix/simplify-nisse-setup
  • 03b7d96 fix: Simplify versioning by using nisse property directly
  • 8b6bd46 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
  • ee52d32 Merge pull request #1698 from jline/dependabot/github_actions/master/release-...
  • bd76b2b Merge pull request #1699 from jline/fix/maven3-compat
  • b33c819 fix: Clean up mvx command syntax in release workflow
  • d783438 fix: Guard release workflow against SNAPSHOT hint tags
  • aef6dbb fix: Revert build to Maven 3.9.x compatibility (fixes #1690)
  • b1e711d chore: Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-ffm from 3.30.6 to 4.0.6

Release notes

Sourced from org.jline:jline-terminal-ffm's releases.

JLine 4.0.6

🔧 Build

📦 Dependency updates

Full Changelog: jline/jline3@4.0.5...4.0.6

JLine 4.0.5

What's Changed

Full Changelog: jline/jline3@4.0.4...4.0.5

JLine 4.0.4

Bug Fixes

  • Disable grapheme cluster mode probe (DECRQM) on Windows PosixSysTerminal to prevent escape sequence [?2027$p from leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)
    • This is a follow-up to the 4.0.3 fix which was insufficient — the isSystemStream() check was unreliable on Windows MSYSTEM environments

Full Changelog

jline/jline3@4.0.3...4.0.4

JLine 4.0.3

Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).

Bug Fixes

  • Fix grapheme cluster probe corrupting output on Windows — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (\e[?2027$p) was written to a raw FileDescriptor (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 the ExecPty output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)

JLine 4.0.2

Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.

Note: Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

Bug Fixes

  • Fix Maven 3/Gradle compatibility — Consumer POMs now use modelVersion 4.0.0 with no <parent> reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referenced jline-parent which used modelVersion 4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)
  • Fix JNI terminal failing to load on JDK 21.0.10+Module.isNativeAccessEnabled() was backported to some JDK 21 builds (e.g. 21.0.10), causing a false UnsupportedOperationException since the method returns false even 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

... (truncated)

Commits
  • 3ba42a8 Merge pull request #1700 from jline/dependabot/maven/master/org.codehaus.mojo...
  • 372a1bb Merge pull request #1702 from jline/fix/simplify-nisse-setup
  • 03b7d96 fix: Simplify versioning by using nisse property directly
  • 8b6bd46 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
  • ee52d32 Merge pull request #1698 from jline/dependabot/github_actions/master/release-...
  • bd76b2b Merge pull request #1699 from jline/fix/maven3-compat
  • b33c819 fix: Clean up mvx command syntax in release workflow
  • d783438 fix: Guard release workflow against SNAPSHOT hint tags
  • aef6dbb fix: Revert build to Maven 3.9.x compatibility (fixes #1690)
  • b1e711d chore: Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jni from 3.30.6 to 4.0.6

Release notes

Sourced from org.jline:jline-terminal-jni's releases.

JLine 4.0.6

🔧 Build

📦 Dependency updates

Full Changelog: jline/jline3@4.0.5...4.0.6

JLine 4.0.5

What's Changed

Full Changelog: jline/jline3@4.0.4...4.0.5

JLine 4.0.4

Bug Fixes

  • Disable grapheme cluster mode probe (DECRQM) on Windows PosixSysTerminal to prevent escape sequence [?2027$p from leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)
    • This is a follow-up to the 4.0.3 fix which was insufficient — the isSystemStream() check was unreliable on Windows MSYSTEM environments

Full Changelog

jline/jline3@4.0.3...4.0.4

JLine 4.0.3

Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).

Bug Fixes

  • Fix grapheme cluster probe corrupting output on Windows — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (\e[?2027$p) was written to a raw FileDescriptor (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 the ExecPty output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)

JLine 4.0.2

Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.

Note: Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

Bug Fixes

  • Fix Maven 3/Gradle compatibility — Consumer POMs now use modelVersion 4.0.0 with no <parent> reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referenced jline-parent which used modelVersion 4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)
  • Fix JNI terminal failing to load on JDK 21.0.10+Module.isNativeAccessEnabled() was backported to some JDK 21 builds (e.g. 21.0.10), causing a false UnsupportedOperationException since the method returns false even 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

... (truncated)

Commits
  • 3ba42a8 Merge pull request #1700 from jline/dependabot/maven/master/org.codehaus.mojo...
  • 372a1bb Merge pull request #1702 from jline/fix/simplify-nisse-setup
  • 03b7d96 fix: Simplify versioning by using nisse property directly
  • 8b6bd46 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
  • ee52d32 Merge pull request #1698 from jline/dependabot/github_actions/master/release-...
  • bd76b2b Merge pull request #1699 from jline/fix/maven3-compat
  • b33c819 fix: Clean up mvx command syntax in release workflow
  • d783438 fix: Guard release workflow against SNAPSHOT hint tags
  • aef6dbb fix: Revert build to Maven 3.9.x compatibility (fixes #1690)
  • b1e711d chore: Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Updates org.jline:jline-native from 3.30.6 to 4.0.6

Release notes

Sourced from org.jline:jline-native's releases.

JLine 4.0.6

🔧 Build

📦 Dependency updates

Full Changelog: jline/jline3@4.0.5...4.0.6

JLine 4.0.5

What's Changed

Full Changelog: jline/jline3@4.0.4...4.0.5

JLine 4.0.4

Bug Fixes

  • Disable grapheme cluster mode probe (DECRQM) on Windows PosixSysTerminal to prevent escape sequence [?2027$p from leaking into subprocess output on Cygwin/MSYSTEM environments (#1696)
    • This is a follow-up to the 4.0.3 fix which was insufficient — the isSystemStream() check was unreliable on Windows MSYSTEM environments

Full Changelog

jline/jline3@4.0.3...4.0.4

JLine 4.0.3

Bugfix release fixing output corruption on Windows when using Cygwin/MSYSTEM (Git Bash).

Bug Fixes

  • Fix grapheme cluster probe corrupting output on Windows — On Windows with Cygwin/MSYSTEM (Git Bash), the DECRQM mode 2027 probe (\e[?2027$p) was written to a raw FileDescriptor (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 the ExecPty output stream is not connected to a real terminal. Interactive Cygwin/MSYSTEM terminals that support mode 2027 are unaffected. (#1695)

JLine 4.0.2

Bugfix release fixing Maven 3/Gradle compatibility and JNI terminal provider issues.

Note: Users of 4.0.0 and 4.0.1 should upgrade to 4.0.2. Both prior releases had broken consumer POMs that prevented Maven 3 and Gradle from resolving JLine dependencies.

Bug Fixes

  • Fix Maven 3/Gradle compatibility — Consumer POMs now use modelVersion 4.0.0 with no <parent> reference, making them consumable by Maven 3 and Gradle. Previously, child module POMs referenced jline-parent which used modelVersion 4.1.0, causing resolution failures. (#1691, #1694, fixes #1688, workaround for apache/maven#11772)
  • Fix JNI terminal failing to load on JDK 21.0.10+Module.isNativeAccessEnabled() was backported to some JDK 21 builds (e.g. 21.0.10), causing a false UnsupportedOperationException since the method returns false even 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

... (truncated)

Commits
  • 3ba42a8 Merge pull request #1700 from jline/dependabot/maven/master/org.codehaus.mojo...
  • 372a1bb Merge pull request #1702 from jline/fix/simplify-nisse-setup
  • 03b7d96 fix: Simplify versioning by using nisse property directly
  • 8b6bd46 chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.3
  • ee52d32 Merge pull request #1698 from jline/dependabot/github_actions/master/release-...
  • bd76b2b Merge pull request #1699 from jline/fix/maven3-compat
  • b33c819 fix: Clean up mvx command syntax in release workflow
  • d783438 fix: Guard release workflow against SNAPSHOT hint tags
  • aef6dbb fix: Revert build to Maven 3.9.x compatibility (fixes #1690)
  • b1e711d chore: Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Updates org.jline:jansi-core from 3.30.6 to 4.0.6

Release notes

Sourced from org.jline:jansi-core's releases.

JLine 4.0.6

🔧 Build

📦 Dependency updates

Bumps `jlineVersion` from 3.30.6 to 4.0.6.

Updates `org.jline:jline-reader` from 3.30.6 to 4.0.6
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.6)

Updates `org.jline:jline-style` from 3.30.6 to 4.0.6
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.6)

Updates `org.jline:jline-builtins` from 3.30.6 to 4.0.6
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.6)

Updates `org.jline:jline-console` from 3.30.6 to 4.0.6
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.6)

Updates `org.jline:jline-console-ui` from 3.30.6 to 4.0.6
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.6)

Updates `org.jline:jline-terminal` from 3.30.6 to 4.0.6
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.6)

Updates `org.jline:jline-terminal-ffm` from 3.30.6 to 4.0.6
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.6)

Updates `org.jline:jline-terminal-jni` from 3.30.6 to 4.0.6
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.6)

Updates `org.jline:jline-native` from 3.30.6 to 4.0.6
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.6)

Updates `org.jline:jansi-core` from 3.30.6 to 4.0.6
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...4.0.6)

---
updated-dependencies:
- dependency-name: org.jline:jline-reader
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jline:jline-style
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jline:jline-builtins
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jline:jline-console
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jline:jline-console-ui
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jline:jline-terminal
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jline:jline-terminal-ffm
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jline:jline-terminal-jni
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jline:jline-native
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.jline:jansi-core
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 19, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 20, 2026

Superseded by #11816.

@dependabot dependabot bot closed this Mar 20, 2026
@dependabot dependabot bot deleted the dependabot/maven/jlineVersion-4.0.6 branch March 20, 2026 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants