Community
Participate
Working Groups
Build Identifier: WTP 3.2.4 The org.eclipse.jst.ws.jaxrs.core bundle is labeled as a 'core' bundle (i.e. useable when there is no UI) however the MANIFEST.MF contains the following Required-Bundle entries: org.eclipse.wst.common.frameworks.ui;bundle-version="[1.2.0,2.0.0)", org.eclipse.ui;bundle-version="[3.6.0,4.0.0)", The UI code usage in this bundle should be moved to the corresponding org.eclipse.jst.ws.jaxrs.ui bundle and the core one should be kept clean of any UI code usage. This problem makes it difficult to include the jaxrs functionality in any Eclipse-based tooling that does not utilize a UI. Reproducible: Always
Created attachment 197750 [details] Mark the UI dependancies as optional
Created attachment 197815 [details] Revised patch to exclude framework.ui and include frameworks plug in
Atosa, the range is missing on the frameworks plugin. Could you please add it in?
(The upper range on the dependency is missing)
Created attachment 197918 [details] Fixed the range
Fix released for WTP 305.
...that is, WTP 325.