cdancy / bitbucket-rest

Java client, built on top of jclouds, for working with Bitbucket's REST API
Apache License 2.0
76 stars 57 forks source link

Feature/blocker comments #403

Open jutoft opened 8 months ago

jutoft commented 8 months ago

These changes were done to support running on bitbucket 8.x

closes #402 closes #306

cdancy commented 8 months ago

@jutoft hey and thanks for this! Just getting back from vacation now and looking over things. Anything else we want to do here?

jutoft commented 8 months ago

The changes works for what we use the api for. There is more deprecations, but i have not looked into them. I have no further plans to extend the api right now.

cdancy commented 8 months ago

@jutoft thanks! I'll play with this a bit to make sure everything still works. This is a pretty big PR and breaking things up would certainly be better if you had the time (i.e. by feature/API) but I'll attempt to go through and see what I can make happen.