Java 4.0.0 Draft release #1131
antusus
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In January 2023 we will release a major Box Java SDK update.
The most important change this release includes is the replacement of the HTTP library from a native one to
OkHttp which allows SDK to
NTLM proxy authentication, see here.
Additionally, we are removing the following deprecated APIs from SDK:
BatchAPIRequest
– is no longer supported by the SDKBoxAPIConnection#DEFAULT_MAX_ATTEMPTS
is replaced withBoxAPIConnection#DEFAULT_MAX_RETRIES
BoxRedirectResponse
– was removed and will not be replacedBoxEvent.Type
is replaced withEventType
BoxFile
,BoxFileVersionRetention
,BoxFolder
,BoxGroup
,BoxGroupMembership
,BoxItem
,BoxRetentionPolicy
,BoxTask
,BoxUser
,BoxWebLink
,EventLog
,Metadata
andMetadataTemplate
You can preview the changes here.
This discussion was created from the release Java 4.0.0 Draft release .
Beta Was this translation helpful? Give feedback.
All reactions