Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.0.1
-
Component/s: karaf
-
Labels:None
-
Environment:
From Lothar Wenzinger on the karaf user list 2013-12-31:
I am currently using org.apache.karaf.shell.table 3.0.0.RC1 in one of my bundles in Karaf 2.3.3
As org.apache.karaf.shell.table 3.0.0 was releases I tried switching to it, but I get import conflicts, as org.apache.karaf.shell.console has uses requirement for org.fusesource.jansi;version=1.9 whereas org.apache.karaf.shell.table imports org.fusesource.jansi;version="[1.11,2)"
Does org.apache.karaf.shell.table really need a lower bound of 1.11 for jansi?
If not, could org.apache.karaf.shell.table be changed to require only 1.9, so that it can be used in Karaf 2.3.3?From Lothar Wenzinger on the karaf user list 2013-12-31: I am currently using org.apache.karaf.shell.table 3.0.0.RC1 in one of my bundles in Karaf 2.3.3 As org.apache.karaf.shell.table 3.0.0 was releases I tried switching to it, but I get import conflicts, as org.apache.karaf.shell.console has uses requirement for org.fusesource.jansi;version=1.9 whereas org.apache.karaf.shell.table imports org.fusesource.jansi;version="[1.11,2)" Does org.apache.karaf.shell.table really need a lower bound of 1.11 for jansi? If not, could org.apache.karaf.shell.table be changed to require only 1.9, so that it can be used in Karaf 2.3.3?