You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,6 @@ The `com.box.sdkgen` package is available in two major supported versions: v5 an
47
47
In v5 of the Box Java SDK, we are introducing a version that consolidates both the manually written package (`com.box.sdk`)
48
48
and the new generated package (`com.box.sdkgen`). This allows developers to use both packages simultaneously within a single project.
49
49
50
-
Version v5 of the Box Java SDK will be supported until 2027. During this period,
51
-
the `com.box.sdk` package will be marked as deprecated and will receive only bug fixes and security patches.
52
-
All new features and support for new Box APIs will be provided exclusively in the `com.box.sdkgen` package.
53
-
54
50
The codebase for v5 of the Box Java SDK is currently available on the [combined-sdk](https://github.com/box/box-java-sdk/tree/combined-sdk) branch.
55
51
Migration guide which would help with migration from `com.box.sdk` to `com.box.sdkgen` can be found [here](./migration-guides/from-com.box.sdk-to-com.box.sdkgen.md).
56
52
@@ -67,6 +63,11 @@ Version v10 is intended for:
67
63
- New users of the Box Java SDK.
68
64
- Developers already working with the generated Box Java SDK previously available under the [Box Java SDK Gen repository](https://github.com/box/box-java-sdk-gen).
69
65
66
+
## Deprecation of `com.box.sdk`
67
+
68
+
The `com.box.sdk` package will be marked as deprecated, will receive only bug fixes and security patches, and reach end of support in 2027.
69
+
All new features and support for new Box APIs will be provided exclusively in the `com.box.sdkgen` package.
70
+
70
71
## Which Version Should I Use?
71
72
72
73
| Scenario | Recommended Version | Example gradle dependency |
@@ -78,6 +79,7 @@ Version v10 is intended for:
78
79
79
80
For full guidance on SDK versioning, see the [Box SDK Versioning Guide](https://developer.box.com/guides/tooling/sdks/sdk-versioning/).
80
81
82
+
81
83
# Installing
82
84
83
85
The SDK is available on [Maven Central Repository](https://central.sonatype.com/artifact/com.box/box-java-sdk).
@@ -221,7 +223,7 @@ We highly recommend upgrading to the latest SDK major release at the earliest co
221
223
| Version | Supported Environments | State | First Release | EOL/Terminated |
0 commit comments