Bug 511137

Summary: Version tolerance increase due to change in j2ee and modulecore
Product: [WebTools] WTP Webservices Reporter: Carl Anderson <ccc>
Component: jst.wsAssignee: Keith Chong <keith.chong.ca>
Status: RESOLVED FIXED QA Contact: Keith Chong <keith.chong.ca>
Severity: blocker    
Priority: P3    
Version: 3.8   
Target Milestone: 3.9 M5   
Hardware: PC   
OS: Windows 7   
See Also: https://git.eclipse.org/r/89634
https://git.eclipse.org/r/89638
https://git.eclipse.org/c/webservices/webtools.webservices.git/commit/?id=7e76247044040f433a6c96e23c5d1c4b93c48f56
https://git.eclipse.org/c/webservices/webtools.webservices.jaxws.git/commit/?id=a042180d9ac8b2a73160bd47d817329b07b777e2
Whiteboard:
Bug Depends on: 511129, 511130    
Bug Blocks:    

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