From d3ef232b48dbcd09fd7a904187f9f1b405ddb1bc Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 13 Jul 2026 00:50:42 -0700 Subject: [PATCH 1/2] chore: Update `.codegen.json` with commit hash of `codegen` and `openapi` spec [skip ci] --- .codegen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codegen.json b/.codegen.json index 612dd3ba6..f9a9e3833 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "66be199", "specHash": "131c54a", "version": "10.15.1" } +{ "engineHash": "66be199", "specHash": "54953fe", "version": "10.15.1" } From 580ae0e27f3ab9228afaf64976a4230db57732d8 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 15 Jul 2026 00:24:33 -0700 Subject: [PATCH 2/2] sdk-6275: Fix broken readme link (box/box-codegen#974) --- .codegen.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index f9a9e3833..bedd04b95 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "66be199", "specHash": "54953fe", "version": "10.15.1" } +{ "engineHash": "7601181", "specHash": "54953fe", "version": "10.15.1" } diff --git a/README.md b/README.md index 755b313db..123549c76 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ In v5 of the Box Java SDK, we are introducing a version that consolidates both t and the new generated package (`com.box.sdkgen`). This allows developers to use both packages simultaneously within a single project. 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. -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). +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). Version v5 is intended for: