Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Mylyn 3.7: Which Notifications classes should I use now?

Thanks for pointing that out. I have filed this bug to mark classes in
stub bundles as deprecated:

 376678: deprecate classes in stub bundles.
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=376678

These bundles should no longer be used:

 org.eclipse.mylyn.commons.identity
 org.eclipse.mylyn.commons.repositories
 org.eclipse.mylyn.commons.notifications
 org.eclipse.mylyn.commons.team

You can find a mapping to new bundles that were introduced in Mylyn
3.7 in the porting guide:
http://wiki.eclipse.org/Mylyn/Porting_Guide#Porting_from_3.6_to_3.7

Steffen


On Mon, Mar 26, 2012 at 5:58 PM, Eddie Galvez <eddie@xxxxxxxxxxxxxx> wrote:
>
> Hello Mylyn devs,
>
>
>
> I’ve got an existing RCP app where I was using the provisional notifications stuff like this:
>
>    Deps on:
>
>
>
> org.eclipse.mylyn.commons.ui (3.6.1)
>
> org.eclipse.mylyn.commons.core (3.6.0)
>
> org.eclipse.mylyn.commons.notifications (0.8.1)
>
>
>
> Types in use:
>
> org.eclipse.mylyn.commons.ui.notifications.AbstractNotification
>
> org.eclipse.mylyn.commons.ui.notifications.Notifications
>
>
>
>
>
> Now in 3.7, I’ve got these plug-ins, all at 0.9.0:
>
>
>
> org.eclipse.mylyn.commons.notifications
>
> org.eclipse.mylyn.commons.notifications.core
>
> org.eclipse.mylyn.commons.notifications.ui
>
>
>
> There are two AbstractNotification:
>
> org.eclipse.mylyn.commons.notifications.core.AbstractNotification.class
>
> org.eclipse.mylyn.commons.ui.notifications.AbstractNotification.class
>
>
>
> Two INotificationService, etc.
>
>
>
> Which one should I be using?
>
>
>
> Thanks,
>
> Eddie
>
>
> _______________________________________________
> mylyn-dev mailing list
> mylyn-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-dev
>



--
Steffen Pingel
Senior Software Developer, Eclipse Mylyn
Mylyn Tasks Lead
http://tasktop.com


Back to the top