-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Required-Bundle o.e.osgi.services and remove unused dependencies #155
Replace Required-Bundle o.e.osgi.services and remove unused dependencies #155
Conversation
3dffffb
to
b986921
Compare
/rebase |
b986921
to
e68b629
Compare
e68b629
to
cd1d32a
Compare
Unfortunately I cannot reproduce the failure locally. They always pass, although I use a minimal set of bundles launched into the test application. |
566e964
to
ca86853
Compare
Btw. it looks like that the GH build succeeds even if there are test-failures. That is very likely because of the |
ca86853
to
4f05fba
Compare
The repository is missing the junit workflow to parse the junit results and publish the report. |
@HannesWell, maybe a dump question, but I'm still new to this Eclipse "setup" stuff... In 4f05fba "Remove unused required bundles" you remove for example the dependency on "org.eclipse.ui.workbench". Yet apparently, this bundle is still required by for example "/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java". So do I get it right that the bundle usage is still there, but it is defined just transitively via "/org.eclipse.ui/META-INF/MANIFEST.MF" now? Due to changes #12 I was about to increase the version of "org.eclipse.ui.workbench" in the modified /org.eclipse.ui.ide/META-INF/MANIFEST.MF, so should I do this in "/org.eclipse.ui/META-INF/MANIFEST.MF" instead? |
That's not a dump question (and its arguable if there are any), don't hesitate to ask if something is unclear :)
Yes you should increase the lower bound of the requirement to |
No description provided.