Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Alternates for deprecated APIs in Bitbucket 6.x

John Lawlor
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 10, 2019

I can't find any alternates for the following APIs in Bitbucket 6.x:

 

com.atlassian.bitbucket.io.LineReader;
com.atlassian.bitbucket.io.LineReaderOutputHandler

 I also can't find any mention of their deprecation in the change log:

https://developer.atlassian.com/server/bitbucket/reference/api-changelog/

1 answer

1 vote
John Lawlor
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 11, 2019

These packages are part of the SCM common API

If you add this to your pom, it will get pulled down:

 <dependency>
<groupId>com.atlassian.bitbucket.server</groupId>
<artifactId>bitbucket-scm-common</artifactId>
<version>${bitbucket.version}</version>
<scope>provided</scope>
</dependency>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events