Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "WTPNewsletter 20070914"

(WTP Weekly What's Cooking?)
(WTP Weekly What's Cooking?)
Line 3: Line 3:
 
== Headline News! ==
 
== Headline News! ==
  
*WTP 2.0.1 RC2 declared today.  2 PMC approval is required for all remaining 2.0.1 fixes.
+
*WTP 2.0.1 RC2 declared today.  2 PMC approvals is required for all remaining 2.0.1 fixes.
 
*3.0 M2 I build declared today.  
 
*3.0 M2 I build declared today.  
  
Line 17: Line 17:
  
 
*Plug-in Version Information
 
*Plug-in Version Information
:[http://download.eclipse.org/webtools/downloads/drops/R2.0/M-2.0.1-20070830174756/versioningReport_2.0.1.html Versioning Report]
+
:[http://download.eclipse.org/webtools/downloads/drops/R2.0/M-2.0.1RC2-20070913200918/versioningReport_2.0.1RC2.html Versioning Report]
  
  
Line 27: Line 27:
 
*[https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_severity&y_axis_field=component&z_axis_field=&query_format=report-table&short_desc_type=allwordssubstr&short_desc=&classification=WebTools&target_milestone=3.0+M1&target_milestone=2.0+M1&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&resolution=FIXED&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2007-08-31&chfieldto=2007-09-07&chfield=resolution&chfieldvalue=FIXED&format=table&action=wrap&field0-0-0=noop&type0-0-0=noop&value0-0-0= 3.0 Enhancements added this week]
 
*[https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=bug_severity&y_axis_field=component&z_axis_field=&query_format=report-table&short_desc_type=allwordssubstr&short_desc=&classification=WebTools&target_milestone=3.0+M1&target_milestone=2.0+M1&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&resolution=FIXED&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2007-08-31&chfieldto=2007-09-07&chfield=resolution&chfieldvalue=FIXED&format=table&action=wrap&field0-0-0=noop&type0-0-0=noop&value0-0-0= 3.0 Enhancements added this week]
  
*[http://download.eclipse.org/webtools/downloads/drops/R3.0/I-I20070907104717-20070907104717/buildNotes.php Build Notes]
+
*[http://download.eclipse.org/webtools/downloads/drops/R3.0/I-I20070914001836-20070914001836/buildNotes.php Build Notes]
  
;*[http://download.eclipse.org/webtools/downloads/drops/R3.0/I-I20070907104717-20070907104717/apiresults/api-ref-compatibility.html Adopter Breakage Report]
+
;*[http://download.eclipse.org/webtools/downloads/drops/R3.0/I-I20070914001836-20070914001836/apiresults/api-ref-compatibility.html Adopter Breakage Report]
  
 
*Plugin Version Information
 
*Plugin Version Information
:[http://download.eclipse.org/webtools/downloads/drops/R3.0/I-I20070907104717-20070907104717/versioningReport_I20070907104717.html Version Info]
+
:[http://download.eclipse.org/webtools/downloads/drops/R3.0/I-I20070914001836-20070914001836/versioningReport_I20070914001836.html Version Info]
  
  

Revision as of 13:36, 14 September 2007

WTP Weekly What's Cooking?

Headline News!

  • WTP 2.0.1 RC2 declared today. 2 PMC approvals is required for all remaining 2.0.1 fixes.
  • 3.0 M2 I build declared today.


WTP 2.0.1

September 07, 2007 - September 14, 2007

  • Plug-in Version Information
Versioning Report


WTP 3.0

September 07, 2007 - September 14, 2007

  • Plugin Version Information
Version Info


References

Previous Adopter Breakage Report Information

  • Details
  • org.eclipse.jst.jsf.context.resolver.structureddocument.internal.impl.MetadataContextResolver was renamed to org.eclipse.jst.jsf.common.metadata.query.TaglibDomainMetaDataQueryHelper.
  • In org.eclipse.wst.server.ui.internal.Messages, the fields host,name,vendor, and version were removed.
  • In the internal package, org.eclipse.wst.server.core.internal, deprecated classes ModuleEvent, ModuleFactoryEvent, and IModuleListener were removed.
  • In the internal class org.eclipse.wst.server.core.internal.ServerPlugin, getModuleArtifact(...) was removed.
  • In the internal class, org.eclipse.jst.j2ee.internal.common.operations.JavaModelUtil, the method findType(..) changed arguments. This class is basically a copy of a JEM class to avoid adding a JEM dependency, and to keep up with changes in JEM, this class was updated.
  • In org.eclipse.wst.wsdl.binding.soap.SOAPHeader and org.eclipse.wst.wsdl.binding.soap.SOAPHeaderFault, the methods getPart(...), setPart(...), getMessage(...), setMessage(...) were replaced by new methods. Details:
The WSDL model SOAPHeader and SOAPAddress classes should have been inheriting the WSDL4J interfaces but weren't. Unfortunately the javax.wsdl interface already defines getMessage() and getPart () using a different signature. So this is a case where in order to 'fix' our model to make it comply with the WSDL4J we needed to break the 'provisional API' (these classes specified api=false in the component.xml file). Current clients will simply need to change references from getPart or getMessage to getEPart and getEMessage to access the EMF equivalent classes.



Back to What's Cooking Archive

Back to Web Tools Project Wiki Home

Back to the top