Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.9.x] JLine 3.24.1 and JAnsi 2.4.0 #7503

Merged
merged 3 commits into from Feb 23, 2024
Merged

Conversation

eed3si9n
Copy link
Member

This is a backport of #7419
Fixes #7502
Fixes #7371

@eed3si9n eed3si9n merged commit b1c04d7 into sbt:1.9.x Feb 23, 2024
10 checks passed
@eed3si9n eed3si9n deleted the bport/jline branch February 23, 2024 03:26
mergify bot added a commit to slick/slick that referenced this pull request Feb 23, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sbt/sbt](https://togithub.com/sbt/sbt) | patch | `1.9.8` -> `1.9.9` |

---

### Release Notes

<details>
<summary>sbt/sbt (sbt/sbt)</summary>

### [`v1.9.9`](https://togithub.com/sbt/sbt/releases/tag/v1.9.9): 1.9.9

[Compare Source](https://togithub.com/sbt/sbt/compare/v1.9.8...v1.9.9)

#### Bug fixes

- To fix `console` task on Scala 2.13.13, sbt 1.9.9 backports updates to
JLine 3.24.1 and JAnsi 2.4.0 by
[@&#8203;hvesalai](https://togithub.com/hvesalai) in
[sbt/sbt#7503
/
[sbt/sbt#7502
- To fix sbt 1.9.8's `UnsatisfiedLinkError` with `stat`, sbt 1.9.9
removes native code that was used to get the millisecond-precision
timestamp that was broken
([JDK-8177809](https://bugs.openjdk.org/browse/JDK-8177809)) on JDK 8
prior to [OpenJDK
8u302](https://mail.openjdk.org/pipermail/jdk8u-dev/2021-July/014118.html)
by [@&#8203;eed3si9n](https://togithub.com/eed3si9n) in
[sbt/io#367

**Full Changelog**: sbt/sbt@v1.9.8...v1.9.9

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/slick/slick).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
@lrytz
Copy link
Contributor

lrytz commented Mar 4, 2024

PSA: if JLine is broken (arrow keys don't work, etc) in sbt after upgrading to 1.9.9

WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)

it might be because you happen to have a folder named test on your PATH. jline/jline3#946.

cwienberg pushed a commit to cwienberg/spark-sorting-helpers that referenced this pull request Apr 14, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sbt/sbt](https://togithub.com/sbt/sbt) | patch | `1.9.8` -> `1.9.9` |

---

### Release Notes

<details>
<summary>sbt/sbt (sbt/sbt)</summary>

### [`v1.9.9`](https://togithub.com/sbt/sbt/releases/tag/v1.9.9): 1.9.9

[Compare Source](https://togithub.com/sbt/sbt/compare/v1.9.8...v1.9.9)

#### Bug fixes

- To fix `console` task on Scala 2.13.13, sbt 1.9.9 backports updates to
JLine 3.24.1 and JAnsi 2.4.0 by
[@&#8203;hvesalai](https://togithub.com/hvesalai) in
[sbt/sbt#7503
/
[sbt/sbt#7502
- To fix sbt 1.9.8's `UnsatisfiedLinkError` with `stat`, sbt 1.9.9
removes native code that was used to get the millisecond-precision
timestamp that was broken
([JDK-8177809](https://bugs.openjdk.org/browse/JDK-8177809)) on JDK 8
prior to [OpenJDK
8u302](https://mail.openjdk.org/pipermail/jdk8u-dev/2021-July/014118.html)
by [@&#8203;eed3si9n](https://togithub.com/eed3si9n) in
[sbt/io#367

**Full Changelog**: sbt/sbt@v1.9.8...v1.9.9

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cwienberg/spark-sorting-helpers).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants