Skip to content

Commit d25632d

Browse files
docs: Add deprecation note to readme.md (box/box-codegen#835) (#452)
1 parent e14446e commit d25632d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "87747c8", "specHash": "ae77fe0", "version": "0.8.1" }
1+
{ "engineHash": "0271743", "specHash": "ae77fe0", "version": "0.8.1" }

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
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+
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts. Don't worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes. In keeping with industry best practices, we are consolidating the Box Next Generation SDKs and Box core SDKs into a single package for each programming language. This makes migration efforts much easier and allows to seamlessly add new capabilities to existing applications still powered by the manually maintained Box core SDKs. Box Next Generation SDKs are available as the latest major version release (`v10`) of Box core SDKs. Currently, it’s available as a separate [branch](https://github.com/box/box-java-sdk/tree/sdk-gen).
8+
9+
For more details, see our [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/).
10+
511
# Box Java SDK Gen
612

7-
[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)
13+
[![Project Status](http://opensource.box.com/badges/deprecated.svg)](http://opensource.box.com/badges)
814
![build](https://github.com/box/box-java-sdk-gen/actions/workflows/build.yml/badge.svg)
915
![Maven Central Version](https://img.shields.io/maven-central/v/com.box/box-java-sdk-gen)
1016
![Platform](https://img.shields.io/badge/java-%3E%3D8-blue)

0 commit comments

Comments
 (0)