Community
Participate
Working Groups
There were several API additions in jira core service version 0.10, all of which are backwards compatible. I will attach a patch to update the Mylar JiraServerFacade to use this new API. The API of interest is JiraServer#refreshDetails and ServerManager#testConnection.
Created attachment 39841 [details] patch to org.eclipse.mylar.jira Also removes call to JiraServer#login, as this is now handled transparently to the caller. You can still call logout if you want, but it is not needed (server will timeout connections).
Brock, should I try to get this now (0.5.1) or wait until next week?
It is safe to wait as it should be functionally the same.
Brock, I just applied the patch, it works and tests pass, but can't build now because 0.9.0 is not on the http://jira-dashboard.tigris.org/update/site.xml update site. Could you please add it, and also update the version number in org.tigris.jira.core-feature?
Done, Mylar is now on 0.9.0. Thanks for the new build and patch Brock.