From e4e39345c415405fd4924d559cb932227250c81f Mon Sep 17 00:00:00 2001 From: Rupert Madden-Abbott Date: Sat, 30 Jan 2021 15:26:41 +0000 Subject: [PATCH] Added note of incompatible jline version to README. --- picocli-shell-jline3/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/picocli-shell-jline3/README.md b/picocli-shell-jline3/README.md index c49f34f4e..363b7f03a 100644 --- a/picocli-shell-jline3/README.md +++ b/picocli-shell-jline3/README.md @@ -57,6 +57,8 @@ The following versions of `jline` and `picocli-shell-jline3` are compatible: | 3.14.1 | 4.3.0 - 4.3.2 | | 3.15.0 - | 4.4.0 - | +Note: JLine v3.17.1 is not compatible as it is affected by [this bug](https://github.com/jline/jline3/issues/640). + See [examples for the older versions](https://github.com/remkop/picocli/wiki/JLine-3-Examples). ## Demo @@ -280,4 +282,4 @@ public class Example { } } } -``` \ No newline at end of file +```