Skip to main content

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

pushed fix https://git.eclipse.org/r/#/c/47559/ for review

-Matthias

On Fri, May 8, 2015 at 8:28 PM, Alex Blewitt <alex.blewitt@xxxxxxxxx> wrote:
I think it’s probably a mistake - if it is meant to exclude the 2.2 line then it should be a ) instead of a ] at the end. If it’s meant to include the 2.2.x stream then it should be [1.6,2.3) (and the zeros are unnecessary).

Alex

On 8 May 2015, at 12:20, Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx> wrote:

> 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
> _______________________________________________
> egit-dev mailing list
> egit-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/egit-dev

_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/egit-dev


Back to the top