Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 20070511"

(New page: = WTP Weekly What's Cooking? = == Headline News! == *WTP 1.5.5 scheduled announced with GA on August 31, 2007. == WTP 2.0 == :*Remaining Europa Timeline ::{|border="2" |+ April 2007...)
 
Line 8: Line 8:
 
== WTP 2.0 ==
 
== WTP 2.0 ==
  
:*Remaining Europa Timeline
+
:*[[Europa_Simultaneous_Release#Milestones_and_Release_Candidates | Remaining Europa Timeline]]
 
::{|border="2"   
 
::{|border="2"   
|+ April 2007 - June 2007
+
|+ March 2007 - June 2007
 
! !! Platform !! +1 !! WTP  
 
! !! Platform !! +1 !! WTP  
 
|-
 
|-
! M7 - RC0
+
! M7/RC0
 
| May 04
 
| May 04
 
| May 11
 
| May 11
 
| May 18
 
| May 18
 
|-
 
|-
! RCn...
+
! RC1
|  
+
| May 18
|
+
| May 23
|
+
| May 25 1 PMC +1's
 +
|-
 +
! RC2
 +
| May 25
 +
| May 30
 +
| June 05 1 PMC +1's
 +
|-
 +
! RC3
 +
| June 08
 +
| June 13
 +
| June 14 2 PMC +1's
 +
|-
 +
! RC4
 +
| June 15
 +
| June 20
 +
| June 21 3 PMC +1's
 
|-
 
|-
! Europa
+
! Europa GA
| Jun 29
+
| June 29
| Jun 29
+
| June 29
| Jun 29
+
| June 29
 
|}
 
|}
  

Revision as of 15:06, 11 May 2007

WTP Weekly What's Cooking?

Headline News!

  • WTP 1.5.5 scheduled announced with GA on August 31, 2007.


WTP 2.0

March 2007 - June 2007
Platform +1 WTP
M7/RC0 May 04 May 11 May 18
RC1 May 18 May 23 May 25 1 PMC +1's
RC2 May 25 May 30 June 05 1 PMC +1's
RC3 June 08 June 13 June 14 2 PMC +1's
RC4 June 15 June 20 June 21 3 PMC +1's
Europa GA June 29 June 29 June 29


May 04, 2007 - May 11, 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 RC0


Focus Areas


WTP 1.5.5

May 04, 2007 - May 11, 2007

  • Plugin Version Changes
[ Versioning Information]


References



Back to What's Cooking Archive

Back to Web Tools Project Wiki Home

Back to the top