From 9b6f2c3440ad9a2f920e0cb55d61c8c66bcf77cc Mon Sep 17 00:00:00 2001 From: lsocha Date: Wed, 22 Oct 2025 16:32:35 +0200 Subject: [PATCH 1/4] docs: Improve README.md --- README.md | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 17d5eafaa..fd07230b9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ “box-dev-logo”

-# Box Java SDK +# Box Java SDK v5 [![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges) ![Platform](https://img.shields.io/badge/java-%3E%3D8-blue) @@ -13,6 +13,7 @@ +- [Introduction](#introduction) - [Supported versions](#supported-versions) - [Version v5](#version-v5) - [Version v10](#version-v10) @@ -28,7 +29,6 @@ - [Migration guides](#migration-guides) - [Versioning](#versioning) - [Version schedule](#version-schedule) - - [Version schedule](#version-schedule-1) - [Contributing](#contributing) - [3rd Party Libraries & Licenses](#3rd-party-libraries--licenses) - [Android](#android) @@ -38,9 +38,24 @@ +# Introduction + +We are excited to introduce the v10 major release of the Box Java SDK, +designed to elevate the developer experience and streamline your integration with the Box Content Cloud. + +With this SDK, we provide the `com.box.sdkgen` package, which gives you access to: + +1. Full API Support: The new generation of Box SDKs empowers developers with complete coverage of the Box API ecosystem. You can now access all the latest features and functionalities offered by Box, allowing you to build even more sophisticated and feature-rich applications. +2. Rapid API Updates: Say goodbye to waiting for new Box APIs to be incorporated into the SDK. With our new auto-generation development approach, we can now add new Box APIs to the SDK at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay. +3. Embedded Documentation: We understand that easy access to information is crucial for developers. With our new approach, we have included comprehensive documentation for all objects and parameters directly in the source code of the SDK. This means you no longer need to look up this information on the developer portal, saving you time and streamlining your development process. +4. Enhanced Convenience Methods: Our commitment to enhancing your development experience continues with the introduction of convenience methods. These methods cover various aspects such as chunk uploads, classification, and much more. +5. Seamless Start: The new SDKs integrate essential functionalities like authentication, automatic retries with exponential backoff, exception handling, request cancellation, and type checking, enabling you to focus solely on your application's business logic. + +Embrace the new generation of Box SDKs and unlock the full potential of the Box Content Cloud. + # Supported versions -To enhance developer experience, provide full Box API coverage, and rapid updates we have introduced the new generated codebase through the `com.box.sdkgen` package. +To enhance developer experience, we have introduced the new generated codebase through the `com.box.sdkgen` package. The `com.box.sdkgen` package is available in two major supported versions: v5 and v10. ## Version v5 @@ -218,8 +233,6 @@ We highly recommend upgrading to the latest SDK major release at the earliest co ## Version schedule -### Version schedule - | Version | Supported Environments | State | First Release | EOL/Terminated | |---------|------------------------|-----------|---------------|------------------------| | 10 | Java 8 and up | Supported | 17 Sep 2025 | TBD | @@ -330,8 +343,8 @@ Furthermore,using Bouncy Castle v.1.57 may lead to [Bouncycastle BadPaddingExcep Gradle example ```groovy implementation('com.box:box-java-sdk:x.y.z') { - exclude group: 'org.bouncycastle', module: 'bcprov-jdk15on' - exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on' + exclude group: 'org.bouncycastle', module: 'bcprov-jdk18on' + exclude group: 'org.bouncycastle', module: 'bcpkix-jdk18on' } runtimeOnly('org.bouncycastle:bcprov-jdk15on:1.57') runtimeOnly('org.bouncycastle:bcpkix-jdk15on:1.57') @@ -348,11 +361,11 @@ Maven example: org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on @@ -379,7 +392,7 @@ back to you. If you have general questions about the Box API, you can post to th ## Copyright and License -Copyright 2019 Box, Inc. All rights reserved. +Copyright 2025 Box, Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 3f2423e521f62ca9d3361c5fb8cb7cc0dd84e602 Mon Sep 17 00:00:00 2001 From: lsocha Date: Wed, 22 Oct 2025 16:34:27 +0200 Subject: [PATCH 2/4] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd07230b9..8eb321ab4 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ # Introduction -We are excited to introduce the v10 major release of the Box Java SDK, +We are excited to introduce the v5 major release of the Box Java SDK, designed to elevate the developer experience and streamline your integration with the Box Content Cloud. -With this SDK, we provide the `com.box.sdkgen` package, which gives you access to: +With this SDK, we provide a new `com.box.sdkgen` package, which gives you access to: 1. Full API Support: The new generation of Box SDKs empowers developers with complete coverage of the Box API ecosystem. You can now access all the latest features and functionalities offered by Box, allowing you to build even more sophisticated and feature-rich applications. 2. Rapid API Updates: Say goodbye to waiting for new Box APIs to be incorporated into the SDK. With our new auto-generation development approach, we can now add new Box APIs to the SDK at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay. From 0881a92d860c06caf1d237d16f2a241544098771 Mon Sep 17 00:00:00 2001 From: lsocha Date: Wed, 22 Oct 2025 16:59:17 +0200 Subject: [PATCH 3/4] change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eb321ab4..9674b397f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ We are excited to introduce the v5 major release of the Box Java SDK, designed to elevate the developer experience and streamline your integration with the Box Content Cloud. -With this SDK, we provide a new `com.box.sdkgen` package, which gives you access to: +With this SDK, alongside the existing `com.box.sdk` package, we’re introducing a new `com.box.sdkgen` package, which gives you access to: 1. Full API Support: The new generation of Box SDKs empowers developers with complete coverage of the Box API ecosystem. You can now access all the latest features and functionalities offered by Box, allowing you to build even more sophisticated and feature-rich applications. 2. Rapid API Updates: Say goodbye to waiting for new Box APIs to be incorporated into the SDK. With our new auto-generation development approach, we can now add new Box APIs to the SDK at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay. From 9bc826ba4452ff24d96f7b714fe9dbbe5f216151 Mon Sep 17 00:00:00 2001 From: lsocha Date: Wed, 22 Oct 2025 17:06:26 +0200 Subject: [PATCH 4/4] change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9674b397f..a4dd6cb98 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ We are excited to introduce the v5 major release of the Box Java SDK, designed to elevate the developer experience and streamline your integration with the Box Content Cloud. -With this SDK, alongside the existing `com.box.sdk` package, we’re introducing a new `com.box.sdkgen` package, which gives you access to: +With this SDK version, alongside the existing `com.box.sdk` package, we’re introducing a new `com.box.sdkgen` package, which gives you access to: 1. Full API Support: The new generation of Box SDKs empowers developers with complete coverage of the Box API ecosystem. You can now access all the latest features and functionalities offered by Box, allowing you to build even more sophisticated and feature-rich applications. 2. Rapid API Updates: Say goodbye to waiting for new Box APIs to be incorporated into the SDK. With our new auto-generation development approach, we can now add new Box APIs to the SDK at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay.