Manifest resolution issue #1103
castortech
started this conversation in
General
Replies: 1 comment 1 reply
-
How do you know that? Have you checked in the Target platform state? please note that the package version must not necessarily match the bundle version, so that would be the first to check here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having a very hard time upgrading Jetty, and not sure why.
We have a target platform with jetty 9.4.53 (upgrading from 9.4.40) and 10.0.9 (for Eclipse help)
In the current setup, there is no issue with the import package (see jetty94440). Notice also that in the plug in dependencies we only see 9.4.40
Now after updating to jetty 9.4.53, errors are reported from the manifest and it won't compile (see page 1 of pdf). It complains that nothing exports 3 different jetty packages, even if it does AFAICT.
Jetty 9453 issues.pdf
Now if I instead use Required bundle for jetty server and util (see page 2 of pdf), now errors go away and it compiles. Notice also that in the plug in dependencies we can see jetty 10 even if it is excluded by the specific range in bundle-version. Also if I go in the java class and F3 on a jetty class name, it brings me to the source for the 9.4.53 version.
Anyone has seen this kind of mess and what can be done. Been working with PDE for almost 20 years and this is still weird to me.
Thanks
Alain
Beta Was this translation helpful? Give feedback.
All reactions