Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-jsf-dev] Announce: Non-breaking API change in IElementEdit due to bug 267962

Who is affected: All Web Page Editor adopters who are implementing IElementEdit's.  If you are following the API spec and only creating IElementEdit's by subclassing AbstractElementEdit then you will not be immediately affected but will want to switch over to the new method at some point during the deprecation period (two major releases after Galileo).

What: A change will be made to IElementEdit to add a new method getDropCustomizer(IDropSourceData) and the existing getDropCustomizer(TagIdentifier tagId) will be deprecated.  In AbstractElementEdit, the new method will by default call the deprecated method to ensure currently behaviour is preserved.

When: The change will impact adopters starting in the Galileo release.

Reference: https://bugs.eclipse.org/bugs/show_bug.cgi?id=267962

Please comment on the reference bug if you have adopter issues.


Thanks,

Cameron Bateman
JSF Tools Team


Back to the top