Bug 511137 - Version tolerance increase due to change in j2ee and modulecore
Summary: Version tolerance increase due to change in j2ee and modulecore
Status: RESOLVED FIXED
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: jst.ws (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 blocker (vote)
Target Milestone: 3.9 M5   Edit
Assignee: Keith Chong CLA
QA Contact: Keith Chong CLA
URL:
Whiteboard:
Keywords:
Depends on: 511129 511130
Blocks:
  Show dependency tree
 
Reported: 2017-01-26 15:40 EST by Carl Anderson CLA
Modified: 2017-02-09 14:09 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Anderson CLA 2017-01-26 15:40:00 EST
In bug 511130, org.eclipse.jst.j2ee increased its plugin version id to 1.2.0.  This caused the following build break:

Unable to satisfy dependency from org.eclipse.jst.ws 1.0.750.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.ws.axis.consumption.ui 1.0.800.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.ws.axis.creation.ui 1.0.850.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.ws.consumption 1.0.900.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.ws.consumption.ui 1.1.800.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.ws.creation.ui 1.0.900.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).;  
Unable to satisfy dependency from org.eclipse.jst.ws.cxf.core 1.1.200.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.ws.cxf.creation.core 1.0.401.qualifier to bundle org.eclipse.jst.j2ee [1.1.100,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.ws.jaxrs.core 1.0.600.qualifier to bundle org.eclipse.jst.j2ee [1.1.400,1.2.0).; 
Unable to satisfy dependency from org.eclipse.jst.ws.ui 1.0.500.qualifier to bundle org.eclipse.jst.j2ee [1.1.0,1.2.0).;

In bug 511129, org.eclipse.wst.common.modulecore increased its plugin version id to 1.3.0.  This caused the following build break:

Unable to satisfy dependency from org.eclipse.jst.ws.cxf.consumption.core 1.0.300.qualifier to bundle org.eclipse.wst.common.modulecore [1.1.0,1.3.0).; 
Unable to satisfy dependency from org.eclipse.jst.ws.cxf.consumption.ui 1.0.300.qualifier to bundle org.eclipse.wst.common.modulecore [1.1.0,1.3.0).;
Unable to satisfy dependency from org.eclipse.jst.ws.jaxws.core 1.0.403.qualifier to bundle org.eclipse.wst.common.modulecore [1.1.0,1.3.0).;

Please widen these version tolerances.
Comment 1 Eclipse Genie CLA 2017-01-26 16:25:08 EST
New Gerrit change created: https://git.eclipse.org/r/89634
Comment 2 Eclipse Genie CLA 2017-01-26 16:34:16 EST
New Gerrit change created: https://git.eclipse.org/r/89638