Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Adopter broken by refactoring in wst.wsdl.ui and wst.xsd.ui in the v200604140115/v200604131333 level of the plugins


Hi, my plugin is using the set of interfaces and adapter factory classes in the wst.wsdl.ui and wst.xsd.ui plugins.  They are:
org.eclipse.wst.wsdl.asd.facade.INamedObject
org.eclipse.wst.wsdl.asd.editor.outline.ITreeElement
org.eclipse.wst.wsdl.asd.facade.IDescription
org.eclipse.wst.wsdl.asd.facade.IMessageReference

org.eclipse.wst.xsd.adt.outline.ITreeElement
org.eclipse.wst.xsd.editor.internal.adapters.XSDAdapterFactory
org.eclipse.wst.xsd.editor.internal.adapters.XSDBaseAdapter

My build base contains org.eclipse.wst.wsdl.ui_1.0.1.v200604140115.jar and org.eclipse.wst.xsd.ui_1.0.100.v200604131333.jar.

So my questions are:
- will there be more breaking changes in the above two plugins before the WTP release?
- the changes this time around were just package refactoring, but I still expected some kind of announcement before-hand given that WTP is in release candidate build stage.  Can announcements be made first to adopters next time if such breaking changes are made again, at least until WTP releases?

Kind regards,
Jim

Back to the top