Skip to content

Bump org.jline:jline-reader from 3.30.6 to 3.30.9#93

Merged
slachiewicz merged 1 commit intomasterfrom
dependabot/maven/org.jline-jline-reader-3.30.9
Mar 23, 2026
Merged

Bump org.jline:jline-reader from 3.30.6 to 3.30.9#93
slachiewicz merged 1 commit intomasterfrom
dependabot/maven/org.jline-jline-reader-3.30.9

Conversation

@dependabot
Copy link
Contributor

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

Bumps org.jline:jline-reader from 3.30.6 to 3.30.9.

Release notes

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

JLine 3.30.9

🐛 Bug Fixes

  • Suppress dumb terminal warning when no streams are TTYs (#1704) @​gnodet
    • In CI environments (like GitHub Actions), the "Unable to create a system terminal" warning is no longer emitted when falling back to a dumb terminal is expected because no TTY is available

👻 Maintenance

Full Changelog: jline/jline3@jline-3.30.8...jline-3.30.9

JLine 3.30.8

Bugfix release fixing JNI terminal provider compatibility with OpenJDK 21.0.10+.

Bug Fixes

  • 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. (#1693, fixes #1689)

Dependency Updates

  • Bump spotless-maven-plugin from 3.2.1 to 3.3.0
  • Bump maven-shade-plugin from 3.6.0 to 3.6.2
  • Bump maven-resources-plugin from 3.3.1 to 3.5.0

JLine 3.30.7

Highlights

This release includes significant Windows terminal fixes, Unicode improvements, JDK 24+ compatibility, and numerous bug fixes backported from the 4.x development branch.

🚀 New Features & Improvements

  • Windows codepage auto-detection: Restored automatic detection of Windows console output codepage, fixing Unicode rendering issues since JLine 3.22 (#1672, fixes #1366)
  • MSYS2 environment detection: Expanded IS_MSYSTEM to detect all MSYS2 environments (UCRT64, CLANG64, CLANGARM64, MINGW32), fixing backspace in git-bash (#1671, fixes #1445)
  • JDK 24+ compatibility: Check native access before loading JNI library to prevent restricted method warnings (#1664)
  • Unicode 16.0: Updated WCWidth character width tables to Unicode 16.0 (#1651)
  • which command: Added which builtin command to ConsoleEngine (#1636)
  • Display resize fix: Display.resize() now handles terminals with buffer wider than visible window (#1634, fixes #1210)
  • Terminal closure enforcement: Accessing terminal streams after close() now logs a warning by default, configurable via jline.terminal.closeMode property (#1577)
  • Standard SPI: Terminal providers now use standard Java ServiceLoader for discovery (#1599)
  • Key binding docs: Fixed incorrect example for binding terminal capabilities — use KeyMap.key() instead of raw getStringCapability() (#1679, fixes #1668)

🐛 Bug Fixes

  • Fix MenuSupport left/right navigation when GROUP_PERSIST is on (#1643)
  • Fix StringIndexOutOfBoundsException in CompletionMatcherImpl (#1586, fixes #1565)
  • Fix doubled quotes when completing quoted words with multiple candidates (#1645)
  • Fix ASCII fallback for box-drawing characters when alt charset is unsupported (#1639)
  • Fix DefaultParser emitting trailing empty word for non-completion contexts (#1622, fixes #1489)

... (truncated)

Commits
  • c3b860c [maven-release-plugin] prepare release jline-3.30.9
  • 23e33da Merge pull request #1704 from jline/backport/jline-3.x/suppress-dumb-terminal...
  • 4c319d1 fix: Suppress dumb terminal warning when no streams are TTYs
  • 6349c65 Merge pull request #1697 from jline/dependabot/github_actions/jline-3.x/relea...
  • e62cb9e chore: Bump release-drafter/release-drafter from 6 to 7
  • bc666b7 [maven-release-plugin] prepare for next development iteration
  • 816322a [maven-release-plugin] prepare release jline-3.30.8
  • b344490 Merge pull request #1693 from jline/backport/jline-3.x/fix-jni-native-access-...
  • 32b955d fix: Skip JNI native access check on JDK < 24 (fixes #1689)
  • 066befe Merge pull request #1686 from jline/dependabot/maven/jline-3.x/org.apache.mav...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.jline:jline-reader [>= 4.a0, < 5]

Dependabot compatibility score

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 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 [org.jline:jline-reader](https://github.com/jline/jline3) from 3.30.6 to 3.30.9.
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@jline-3.30.6...jline-3.30.9)

---
updated-dependencies:
- dependency-name: org.jline:jline-reader
  dependency-version: 3.30.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 23, 2026
@slachiewicz slachiewicz merged commit 0ae28cf into master Mar 23, 2026
14 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.jline-jline-reader-3.30.9 branch March 23, 2026 22:13
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.

1 participant