Francois Papon created FELIX-6214:
-------------------------------------
Summary: Gogo JLine range import
Key: FELIX-6214
URL: https://issues.apache.org/jira/browse/FELIX-6214
Project: Felix
Issue Type: Bug
Components: Gogo JLine
Affects Versions: gogo.jline-1.1.4
Reporter: Francois Papon
The method signature of *Commands.history* has changed since JLine 3.13.x with
an additional parameter.
[https://github.com/apache/felix/blob/a13ea8ea177933e2911b14e1de55fff4e5196927/gogo/jline/src/main/java/org/apache/felix/gogo/jline/Builtin.java#L643]
The range import from felix gogo jline is
{code:java}
org.jline*;version="[3.0,4)"{code}
so it's break the compatibility.
We can upgrade the version of JLine from 3.7.0 to 3.13.2 and change the import
range.
I can push a PR.
PS: we have a related issue in Karaf
https://issues.apache.org/jira/browse/KARAF-6602
--
This message was sent by Atlassian Jira
(v8.3.4#803005)