Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] jira core services API integrated with Mylar

I fixed this with the refactoring of SslProtocolSocketFactory into
org.eclipse.mylar.core.net.  So ..mylar.jira.core no longer has the
dependency on ..mylar.tasks.core.  However, note that for the other
connectors we consider this dependency to be acceptable, so we could
consider adding it in the future if needed.

Mik

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Eugene Kuleshov
> Sent: Thursday, February 01, 2007 5:08 PM
> To: Mylar developer discussions
> Subject: Re: [mylar-dev] jira core services API integrated with Mylar
> 
> Mik, Rob,
> 
>   When you have time, can one of you look at the dependencies in
> jira.core module. I had to add org.eclipse.mylar.tasks.core as
> dependency because of the ssl factory. It makes sense to move that
> class
> into the context.core project.
> 
>   regards,
>   Eugene
> 
> 
> Mik Kersten wrote:
> > I'm pleased to announce that our integration of Brock Janiczak's JIRA
> > Core Services contribution is now complete:
> >
> >   165389: provide web service wrapper to JIRA
> >   https://bugs.eclipse.org/bugs/show_bug.cgi?id=165389
> >
> > I would like to extend a big thanks to Brock for this contribution,
> > because it provides us with the key benefit of being able to make
> > improvements and continue evolving this codebase.  Another benefit is
> > that Mylar no longer has this external update site dependency on
> > Tigris.org.  This also helps lower the barrier to contribution
> because
> > when checking out the Mylar project no longer requires any additional
> > steps to keep errors or warnings from showing in the Problems view.
> >
> >
> http://wiki.eclipse.org/index.php/Mylar_Contributor_Reference#Check_out
> >
> > As with our other <connector>.core APIs, we should continue to ensure
> > that this API is usable independently of the rest of Mylar, so that
> > any project wanting Java-based access to JIRA can make use of it and
> > contribute.
> >
> > Mik
> >
> > --
> > Mik Kersten, http://kerstens.org/mik
> > Mylar Project Lead, http://eclipse.org/mylar
> >
> > _______________________________________________
> > mylar-dev mailing list
> > mylar-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/mylar-dev
> 
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top