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/
Community moderators have prevented the ability to post new answers.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.