tomasbjerre / pull-request-notifier-for-bitbucket

Bitbucket Server plugin that invokes a custom URL when a pull request event is triggered.
Other
184 stars 74 forks source link

Will there be support for BB 6.9? #362

Open jmmallon opened 4 years ago

jmmallon commented 4 years ago

Just upgraded to BB 6.9 and have plugin v. 2.34. Plugin will not start: ERROR [ThreadPoolAsyncTaskExecutor::Thread 61] c.a.plugin.osgi.factory.OsgiPlugin Unable to start the plugin container for plugin 'se.bjurr.prnfs.pull-request-notifier-for-stash' org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prnfbPullRequestEventListener': Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [se.bjurr.prnfb.listener.PrnfbPullRequestEventListener] from ClassLoader [se.bjurr.prnfs.pull-request-notifier-for-stash [133]]

Will there be support for 6.9, and if so, when should we expect it?

Thanks.

hitendrac commented 4 years ago

I also vote for the new build for Bitbucket version 6.8 and above

tomasbjerre commented 4 years ago

You are probably better off using native webhooks in Bitbucket and this plugin: https://github.com/jenkinsci/generic-webhook-trigger-plugin

Pull requests are welcome if you want to fix your issue.