Replies: 2 comments 16 replies
-
We don't know what you have installed and we don't know which update sites are available for updates. Probably this one is available: That site does have com.google.inject version 7.0.0. There are a bunch of things you may have installed and that may need updating that require that higher version: |
Beta Was this translation helpful? Give feedback.
-
P2 uses a SAT solver and as SAT is a NP-hard problem usually algorithms implementing such only guarantee that they find ONE solution but not necessarily THE solution in regard to some not formulated constraints, so for a given input there might be different options that satisfy the problem. So if you check So given what you provided, it seems at least valid to use version 7 here over version 5, so the question is more why is this update "unwanted"? Just because one could find another solution? If yes, this is not a bug (in eclipse). |
Beta Was this translation helpful? Give feedback.
-
Dear Eclipse community,
I am working with Eclipse 2023-06 (Version: 2023-06 (4.28.0), Build id: 20230608-1333), currently. Recently, I installed an RCP feature, say MyFeature, using an additional updatesite and experienced unexpected behaviour. At the time of installation of this feature, I had version 5.0.1 of google.inject installed in Eclipse.
To reproduce the behaviour, I installed 'MyFeature' in two ways in separate Eclipse instances:
I checked that MyFeature is really only available on one updatesite.
As google.inject is not needed to be upgraded as Way 1 shows, I would expect Way 2 to also leave google.inject as it is.
Is my expectation wrong or is there a bug in Eclipse?
Thanks and best wishes,
Thomas
Beta Was this translation helpful? Give feedback.
All reactions