box-java-sdk icon indicating copy to clipboard operation
box-java-sdk copied to clipboard

The Box SDK for Java.

Results 32 box-java-sdk issues
Sort by recently updated
recently updated
newest added

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.

breaking
discussion

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:...

bug

### 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...

enhancement

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...

enhancement
question

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...

enhancement