Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Simplified API removal process for Java code

https://www.eclipse.org/lists/eclipse-dev/msg12062.html

Hi,

I've just been made aware of the decision to not mandate adding API removals to the Plug-in Migration Guide.

During the last update (4.26) to Platform my client (Renesas, an ISV) performed, I found the migration guide [1] extremely useful as there was quite a lot of change required due to the jface.databinding removals.

Having the ability to check some documentation on API removals makes planning the update a bit easier. For instance if there were a lot of API removals in a particular Platform release, it would be great to know about them before actually getting that release and seeing compilation issues and would allow to size the job.

I totally get trying to reduce the release burden. Maybe an easy win could be to link, in the migration page, to some automatically generated javadoc deprecated-list.html file that contains classes marked for removal. That would at least give a size to the porting task.

[1]: https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fporting%2Fremovals.html&cp%3D2_3_0

Cheers John Moule

Back to the top