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
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
-[Supported versions](#supported-versions)
17
17
-[Version v5](#version-v5)
18
18
-[Version v10](#version-v10)
19
+
-[Deprecation of `com.box.sdk`](#deprecation-of-comboxsdk)
19
20
-[Which Version Should I Use?](#which-version-should-i-use)
20
21
-[Installing](#installing)
21
22
-[Getting Started](#getting-started)
@@ -47,10 +48,6 @@ The `com.box.sdkgen` package is available in two major supported versions: v5 an
47
48
In v5 of the Box Java SDK, we are introducing a version that consolidates both the manually written package (`com.box.sdk`)
48
49
and the new generated package (`com.box.sdkgen`). This allows developers to use both packages simultaneously within a single project.
49
50
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
51
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
52
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
53
@@ -67,6 +64,11 @@ Version v10 is intended for:
67
64
- New users of the Box Java SDK.
68
65
- 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
66
67
+
## Deprecation of `com.box.sdk`
68
+
69
+
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.
70
+
All new features and support for new Box APIs will be provided exclusively in the `com.box.sdkgen` package.
71
+
70
72
## Which Version Should I Use?
71
73
72
74
| Scenario | Recommended Version | Example gradle dependency |
@@ -218,14 +220,14 @@ We highly recommend upgrading to the latest SDK major release at the earliest co
218
220
219
221
### Version schedule
220
222
221
-
| Version | Supported Environments | State | First Release | EOL/Terminated |
0 commit comments