Skip to content

Commit 22410fb

Browse files
author
bartek.zylinski
committed
SDK-5186: Add link and clear Readme
1 parent 0471297 commit 22410fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
<img src="https://github.com/box/sdks/blob/master/images/box-dev-logo.png" alt= “box-dev-logo” width="30%" height="50%">
33
</p>
44

5-
# Deprecation notice
6-
7-
This version of the Box Java SDK is under maintenance mode, and will be deprecated soon, only critical security updates and bug fixes will be provided. We recommend using the new version Box Java SDK, which can be found at [box/box-java-sdk-gen](https://github.com/box/box-java-sdk-gen)
8-
9-
You can find the migration guide [here](https://github.com/box/box-java-sdk-gen/blob/main/migration-guide.md) for transitioning from Box Java SDK v3.x to the new `box-sdk-gen` package. If you have any questions, please create an issue in the new repository or reach out to [Box Developer Support](https://developer.box.com/support/).
10-
115
# Migration to v10
126

137
The [sdk-gen](https://github.com/box/box-java-sdk/tree/sdk-gen) branch contains the generated code for the `v10` version of the Box Java SDK. This is intended primarily for developers migrating from [Box Java SDK Gen](https://github.com/box/box-java-sdk-gen) to the v10 version.

src/main/java/com/box/sdk/BoxAPIConnection.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
/**
4040
* @deprecated
4141
* This class, and the com.box.sdk package is deprecated, it is recommended to use com.box.sdkgen package.
42+
* Instead of this class use {@link com.box.sdkgen.client.BoxClient}
4243
*
4344
* Represents an authenticated connection to the Box API.
4445
*
@@ -142,6 +143,7 @@ public class BoxAPIConnection {
142143
/**
143144
* @deprecated
144145
* This constructor, and the com.box.sdk package is deprecated, it is recommended to use com.box.sdkgen package.
146+
* Instead of this class use {@link com.box.sdkgen.client.BoxClient}
145147
*
146148
* Constructs a new BoxAPIConnection that authenticates with a developer or access token.
147149
*
@@ -155,6 +157,7 @@ public BoxAPIConnection(String accessToken) {
155157
/**
156158
* @deprecated
157159
* This constructor, and the com.box.sdk package is deprecated, it is recommended to use com.box.sdkgen package.
160+
* Instead of this class use {@link com.box.sdkgen.client.BoxClient}
158161
*
159162
* Constructs a new BoxAPIConnection with an access token that can be refreshed.
160163
*
@@ -190,6 +193,7 @@ public BoxAPIConnection(
190193
/**
191194
* @deprecated
192195
* This constructor, and the com.box.sdk package is deprecated, it is recommended to use com.box.sdkgen package.
196+
* Instead of this class use {@link com.box.sdkgen.client.BoxClient}
193197
*
194198
* Constructs a new BoxAPIConnection with an auth code that was obtained from the first half of
195199
* OAuth.
@@ -207,6 +211,7 @@ public BoxAPIConnection(String clientID, String clientSecret, String authCode) {
207211
/**
208212
* @deprecated
209213
* This constructor, and the com.box.sdk package is deprecated, it is recommended to use com.box.sdkgen package.
214+
* Instead of this class use {@link com.box.sdkgen.client.BoxClient}
210215
*
211216
* Constructs a new BoxAPIConnection.
212217
*
@@ -221,6 +226,7 @@ public BoxAPIConnection(String clientID, String clientSecret) {
221226
/**
222227
* @deprecated
223228
* This constructor, and the com.box.sdk package is deprecated, it is recommended to use com.box.sdkgen package.
229+
* Instead of this class use {@link com.box.sdkgen.client.BoxClient}
224230
*
225231
* Constructs a new BoxAPIConnection leveraging BoxConfig.
226232
*

0 commit comments

Comments
 (0)