Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Linux Tools 7.5.1 move to org.eclipse.swtchart



On Tue, Feb 11, 2020 at 9:11 PM Patrick Tasse <patrick.tasse@xxxxxxxxx> wrote:
Hi,

In the Linux Tools 7.5.1 release the project has moved from org.swtchart 0.10.0 to org.eclipse.swtchart 0.7.0 [1].

In our project we depend on the org.eclipse.linuxtools.dataviewers feature. More specifically we use PieChart and invoke API from its parent class Chart.

Due to the change from org.swtchart.Chart to org.eclipse.swtchart.Chart, our code no longer compiles with 4.15 target. So we have to add a dependency to org.eclipse.swtchart plug-in.

Then our build fails for all older targets due to this missing dependency, so we have to include org.eclipse.swtchart in all the older targets, even though it's not really used, and include the plug-in in our RCP build and update site.

Isn't this a major API break? Is it appropriate for a point release?

It's a small change fully compatible after package name change so we should go with 7.6.0. Is this OK for you?

P.S. PieChart is one of the reasons for this change as the plan is to contribute it to swtchart directly.
 
_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/linuxtools-dev


--
Alexander Kurtakov
Red Hat Eclipse Team

Back to the top