box-java-sdk
box-java-sdk copied to clipboard
The Box SDK for Java.
They don't have public default constructors, and are encapsulated within another class, and thus **cannot be deserialized** with `com.fasterxml.jackson` and its likes.
Hello, Our process sometimes hangs with no network or CPU activity. Based on the thread dump there should be some sort of timeout implemented in box-java-sdk. Here's the thread dump:...
### Is your feature request related to a problem? Please describe. For people with a bad internet connection, 30 seconds might be not enough to acquire a token. As a...
This is a POC of replacing current Java 8 HTTP client with pure OkHttp client. I mean pure since I'm not dealing now with retries - so they are handled...
build: Bumped `org.mockito:mockito-core:4.8.0` build: Bumped `org.slf4j:slf4j-nop:2.0.3` build: Bumped `com.puppycrawl.tools:checkstyle:9.3`
### Description of the Issue Where are the default values documented? Some are here: https://github.com/box/box-java-sdk/blob/main/doc/configuration.md like: `Maximum retries = default value for retry attempts is 5.` But missing default for...
All important data is stored in `Info` classes for example `BoxFile.Info`. Info classes are not static and cannot exist without resource classes. Resource classes contains API connection and String ID....
### Is your feature request related to a problem? Please describe. The class `JWTEncryptionPreferences` has a private `IPrivateKeyDecryptor` field (`privateKeyDecryptor`) that is instantiated immediately with `BCPrivateKeyDecryptor()`. Although it is possible...