Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Recent API Removal breaks clients

On 19 Sep 2020, at 13:08, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
Instead of removing the method, we could perhaps tuck it away as a deprecated, Javadoc-less oneliner at the end of the class.

Or start a new package with 'v2' in it like in Go. Then map all existing methods you want to keep to the new one. You could then make a compatibility library that gathers the old stuff.

Kind regards,

Peter Kriens







Back to the top