Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-pmc] Mark untyped property factories for deletion

We would like to mark the following classes for deletion. They are all
from the databinding framework in Platform UI.

org.eclipse.ui.databinding.WorkbenchProperties
org.eclipse.core.databinding.beans.BeanProperties
org.eclipse.core.databinding.beans.PojoProperties
org.eclipse.jface.databinding.viewers.ViewerProperties
org.eclipse.jface.databinding.swt.WidgetProperties

The classes have all been replaced by a copy that has type arguments
added to the property objects they create. They are kept (but
deprecated) to preserve backwards compatibility.

Bugzilla ticket:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=546822

I sent this same request a while ago, but realised than one of the
classes had not yet been deprecated. Now they all are, and everything
should be in order for marking them for deletion.

BR,
Jens Lideström


On 2019-06-21 16:46, Jens Lideström wrote:
> Sorry, send sent this mail out too soon.
> 
> The WorkbenchProperties is not yet updated and deprecated. It will be
> soon. I will re-send a mark-for-deletion request when that is finished.
> 
> /Jens
> 
> On 2019-06-21 16:26, Jens Lideström wrote:
>> We would like to mark the following classes for deletion.
>>
>> They are all from the databinding framework in Platform UI.
>>
>> org.eclipse.ui.databinding.WorkbenchProperties
>> org.eclipse.core.databinding.beans.BeanProperties
>> org.eclipse.core.databinding.beans.PojoProperties
>> org.eclipse.jface.databinding.viewers.ViewerProperties
>> org.eclipse.jface.databinding.swt.WidgetProperties
>>
>> The classes have all been replaced by a copy that has type arguments
>> added to the property objects they create. They are kept (but
>> deprecated) to preserve backwards compatibility.
>>
>> Bugzilla ticket:
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=546822
>>
>> BR,
>> Jens Lideström
>> Proud New Platform UI Committer
>>
>> _______________________________________________
>> eclipse-pmc mailing list
>> eclipse-pmc@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/eclipse-pmc
>>
> _______________________________________________
> eclipse-pmc mailing list
> eclipse-pmc@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/eclipse-pmc
> 


Back to the top