Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Change of API in 3.0.3

The related bug is: https://bugs.eclipse.org/bugs/show_bug.cgi?id=257470

/max

Hi,

We just moved our Developer Studio builds to use 3.0.3 and discovered that the behavior for ComponentCore.createComponent(project) which is public API has changed and we now instead have to use ComponentCore.createComponent(project, false); to make our ESB project creation wizard to work.

Denny who worked on this will report the details in bugzilla and I'll post the bugid as soon as it is done.

But I just wanted to ping if someone knew if this was a change done on purpose and have information about how to write code that will work on WTP 3.0.0 to 3.0.3 since currently it seems we are forced to use the new method to be able to run on 3.0.3 but this will obviously fail on previous 3.0.x versions.

I'm totally ok with WTP 3.0.3 have *added* a new method which probably have a purpose - but a bit surprised of the behavioral change for an existing method in a minor/patch release ?




--
/max


Back to the top