Unable to merge pull requests because of method not found exceptions on Pull Request page.

Issue #80 resolved
Dennis Schumann created an issue

Every time I access the pull request page on BitBucket i get an error and the log shows me that the API you use might not be up to date because of "no method found exceptions" The merge button is spinning forever. We use the version 2019.02.18 and BitBucket 6.2.0

ThrowableExceptionMapper Uncaught exception thrown by REST service: com.atlassian.bitbucket.scm.git.command.GitScmCommandBuilder.alternates(Ljava/lang/Iterable;)Lcom/atlassian/bitbucket/scm/git/command/GitScmCommandBuilder; java.lang.NoSuchMethodError: com.atlassian.bitbucket.scm.git.command.GitScmCommandBuilder.alternates(Ljava/lang/Iterable;)Lcom/atlassian/bitbucket/scm/git/command/GitScmCommandBuilder; at com.bitbooster.hook.MyMergeCheckHook.validateChange(MyMergeCheckHook.java:560) at com.bitbooster.hook.MyMergeCheckHook.check(MyMergeCheckHook.java:451) at com.bitbooster.hook.MyMergeCheckHook.preUpdate(MyMergeCheckHook.java:230) at com.bitbooster.hook.MyMergeCheckHook.preUpdate(MyMergeCheckHook.java:162) at com.atlassian.stash.internal.hook.repository.DefaultRepositoryHookService.preUpdate(DefaultRepositoryHookService.java:770) at com.atlassian.stash.internal.hook.repository.DefaultRepositoryHookService.lambda$preUpdate$4(DefaultRepositoryHookService.java:384)

Comments (5)

  1. Julius Davies [bit-booster.com] repo owner

    Control-Freak version v2019.04.12 with a fix for this issue was just published to marketplace.atlassian.com. Thanks for the bug report.

  2. Log in to comment