Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Is there a deeper reason that "org.eclipse.egit.github.core" has so narrow version constraints

Hi,

org.eclipse.egit.github.core defines:

Import-Package: com.google.gson;version="[1.6.0,2.2.0]",
 com.google.gson.annotations;version="[1.6.0,2.2.0]",
 com.google.gson.reflect;version="[1.6.0,2.2.0]",
 com.google.gson.stream;version="[1.6.0,2.2.0]"

whereas the latest orbit version from gson is 2.2.4, while it is
perfectly OK to have 2 version of gson running at the some time it would
be handy if the latest orbit version would be supported as well.

Tom

-- 
Thomas Schindl, CTO
BestSolution.at EDV Systemhaus GmbH
Eduard-Bodem-Gasse 5-7, A-6020 Innsbruck
http://www.bestsolution.at/
Reg. Nr. FN 222302s am Firmenbuchgericht Innsbruck


Back to the top