Hi,
we are in progress of upgrading bitbucket to 9x from 8x and apparently we need to do some major rework to get this plugin to work GitHub - TrimbleSolutionsCorporation/TeamcityTriggerHook: Bitbucket Plugin to Trigger Builds in Teamcity
Ive went trought the doc and updated to make it compile and run. In the plugin menus is see everyting enabled
So steps: ive updated the plugin to include the rest migration: see TeamcityTriggerHook/blob/master/src/main/resources/atlassian-plugin.xml#L12
Ive updated the in Inject custom resolvers to BeanParam see TeamcityTriggerHook/blob/master/src/main/java/com/trimble/tekla/rest/TeamctiyRest.java#L93
Ive updated the dependecnies in pom.xml see TeamcityTriggerHook/blob/master/pom.xml#L111
Evrything seems to be running except the rest api,
[INFO] 2025-04-25 12:23:51,916 WARN [http-nio-7990-exec-7] admin @LTIN89x743x84x0 1cresaf 127.0.0.1 “GET /rest/teamcity/latest/projects/PROJECT_1/repos/rep_1/getHookEnabled HTTP/1.1” o.g.jersey.internal.inject.Providers A provider com.trimble.tekla.rest.TeamctiyRest registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.trimble.tekla.rest.TeamctiyRest will be ignored.
Im guess some anotations are missing in the class that provides the rest api, but im strugging to find what based on the documentation. I think im updated also with UPGRADE_720.md
Thank you
Jorge Costa