porcelli / bc-git-integration-push

13 stars 20 forks source link

Bitbucket integration #7

Open Fedrilko opened 3 years ago

Fedrilko commented 3 years ago

Hello everyone, I'm getting an issue trying to integrate my kie workbench with the bitbucket remote. Here is my config:

_provider=BITBUCKET login=johndoe@gmail.com password=** token=cbg8SiyEzLcnukZ2Rd4d3B70
remoteGitUrl=https://api.bitbucket.org/ useSSH=false ignore= githubOrg= gitlabGroup= bitbucketTeam=

After running the jar file I'm getting the next error: Exception in thread "main" org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html;charset=utf-8, type=class com.aliction.gitproviders.bitbucket.objects.BitbucketUser, genericType=class com.aliction.gitproviders.bitbucket.objects.BitbucketUser.

Could you please advice?

iquirino commented 2 years ago

I am having the same issue, HELP!!

Fedrilko commented 2 years ago

I believe, I just made following changes to bitbucket-client application: bitbucket_client_patch.txt

iquirino commented 2 years ago

@Fedrilko Any repo to just clone the patched version?