mohamicorp / stash-jenkins-postreceive-webhook

Webhook used to notify Jenkins when commits are made to Stash
Other
138 stars 98 forks source link

SshCloneUrlResolver to be removed in Stash 4.0 #103

Open stengerh opened 9 years ago

stengerh commented 9 years ago

While researching a fix for #101 I noticed several APIs were deprecated in Stash 3.0 and will be removed in Stash 4.0. The affected APIs include SshUrlCloneResolver and NavBuilder.Repo.clone(). The recommended replacement is RepositoryService.getCloneLinks() which exists in Stash 3.0 but not in Stash 2.4.0. I have not found out yet in which Stash version it was introducted. See also this post on Atlassian Answers.

According to this announcement Stash 4.0 is scheduled for mid-2015.

mikesir87 commented 9 years ago

Thanks for the headsup! I apparently had missed those updated, so the reminder is helpful. We'll have to keep it in mind as we prepare for the Stash 4.0 release.