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 20070330"

 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
;*WTP 2.0 Deprecated Plugins Removed!
 
;*WTP 2.0 Deprecated Plugins Removed!
 
:org.eclipse.wst.internet.proxy
 
:org.eclipse.wst.internet.proxy
:org.eclipse.wst.internet.proxy.infopop  
+
:org.eclipse.wst.internet.proxy.infopop
 +
:See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=175171 Bug 175171] for details
  
  
Line 48: Line 49:
 
*[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=2.0+M6&target_milestone=1.0+M6&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-03-23&chfieldto=2007-03-30&chfield=resolution&chfieldvalue=FIXED&format=table&action=wrap&field0-0-0=noop&type0-0-0=noop&value0-0-0= 2.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=2.0+M6&target_milestone=1.0+M6&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-03-23&chfieldto=2007-03-30&chfield=resolution&chfieldvalue=FIXED&format=table&action=wrap&field0-0-0=noop&type0-0-0=noop&value0-0-0= 2.0 Enhancements added this week]
  
*Build Notes
+
*[http://download.eclipse.org/webtools/downloads/drops/R2.0/I-I200703301651-200703301651/buildNotes.php Build Notes]
  
 
;*Adopter Breakage Report
 
;*Adopter Breakage Report
 
+
:*[http://download.eclipse.org/webtools/downloads/drops/R2.0/I-I200703301651-200703301651/apiresults/api-ref-compatibility.html Report]
;:*<i>Details</i>
+
:*<i><b>Details</b></i>
 
::*In org.eclipse.wst.server.ui.internal.Messages, the fields host,name,vendor, and version were removed.
 
::*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 package, org.eclipse.wst.server.core.internal, deprecated classes ModuleEvent, ModuleFactoryEvent, and IModuleListener were removed.
Line 62: Line 63:
  
 
*Plugin Version Changes
 
*Plugin Version Changes
 +
:[http://download.eclipse.org/webtools/downloads/drops/R2.0/I-I200703301651-200703301651/versioningReport_I200703301651.html Version Info]
  
  
Line 86: Line 88:
  
 
*Plugin Version Changes
 
*Plugin Version Changes
 +
:[http://download.eclipse.org/webtools/committers/drops/R1.5/M-1.5.4-200703292249/versioningReport_1.5.4.html Versioning Information]
  
 
=== Remaining for 1.5.4 ===
 
=== Remaining for 1.5.4 ===

Latest revision as of 17:41, 30 March 2007

WTP Weekly What's Cooking?

Headline News!

  • WTP 2.0 Now Featuring JSF and JPA Tooling!
This week's WTP SDK and runtime zips now include the JSF and JPA projects.
Note that JPA uses bugzilla target 1.0 for the bugzilla release and JPA is aligned with WTP proper.
  • WTP 2.0 Feature Versions Updated!
The feature versions for WST,JST, and JSF were all updated to 2.0.0
The feature versions for JPA were updated to 1.0.0
  • WTP 2.0 Deprecated Plugins Removed!
org.eclipse.wst.internet.proxy
org.eclipse.wst.internet.proxy.infopop
See Bug 175171 for details


WTP 2.0

  • Remaining Europa Timeline
March 2007 - June 2007
Platform +1 WTP
M6 - API Freeze Mar 23 Mar 30 Apr 06
M7 - RC0 May 04 May 11 May 18
RCn...
Europa Jun 29 Jun 29 Jun 29


March 23, 2007 - March 30, 2007

  • Adopter Breakage Report
  • Report
  • Details
  • 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.


  • Plugin Version Changes
Version Info


Remaining for 2.0 M6

Migrating to M6

Focus Areas


WTP 1.5.4

March 23, 2007 - March 30, 2007

  • Plugin Version Changes
Versioning Information

Remaining for 1.5.4


References

Back to What's Cooking Archive

Back to Web Tools Project Wiki Home

Back to the top