Skip to content

docs: Adjust README.md#1508

Merged
lukaszsocha2 merged 4 commits into
combined-sdkfrom
readme-for-combined
Oct 20, 2025
Merged

docs: Adjust README.md#1508
lukaszsocha2 merged 4 commits into
combined-sdkfrom
readme-for-combined

Conversation

@lukaszsocha2
Copy link
Copy Markdown
Contributor

No description provided.

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build #5220

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 15 unchanged lines in 9 files lost coverage.
  • Overall coverage increased (+0.009%) to 13.665%

Files with Coverage Reduction New Missed Lines %
src/main/java/com/box/sdk/BoxFileUploadSession.java 1 64.67%
src/main/java/com/box/sdk/EventStream.java 1 86.46%
src/main/java/com/box/sdkgen/client/BoxClient.java 1 0.0%
src/main/java/com/box/sdkgen/networking/defaultnetworkclient/DefaultNetworkClient.java 1 0.0%
src/main/java/com/box/sdk/MetadataQuery.java 1 92.41%
src/main/java/com/box/sdkgen/box/ccgauth/BoxCCGAuth.java 2 0.0%
src/main/java/com/box/sdkgen/box/jwtauth/JWTConfig.java 2 0.0%
src/main/java/com/box/sdk/MetadataTemplate.java 2 68.27%
src/main/java/com/box/sdkgen/box/eventstream/EventStreamIterator.java 4 0.0%
Totals Coverage Status
Change from base Build #5218: 0.009%
Covered Lines: 8374
Relevant Lines: 61282

💛 - Coveralls

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build #5219

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 15 unchanged lines in 9 files lost coverage.
  • Overall coverage increased (+0.009%) to 13.665%

Files with Coverage Reduction New Missed Lines %
src/main/java/com/box/sdk/BoxFileUploadSession.java 1 64.67%
src/main/java/com/box/sdk/EventStream.java 1 86.46%
src/main/java/com/box/sdkgen/client/BoxClient.java 1 0.0%
src/main/java/com/box/sdkgen/networking/defaultnetworkclient/DefaultNetworkClient.java 1 0.0%
src/main/java/com/box/sdk/MetadataQuery.java 1 92.41%
src/main/java/com/box/sdkgen/box/ccgauth/BoxCCGAuth.java 2 0.0%
src/main/java/com/box/sdkgen/box/jwtauth/JWTConfig.java 2 0.0%
src/main/java/com/box/sdk/MetadataTemplate.java 2 68.27%
src/main/java/com/box/sdkgen/box/eventstream/EventStreamIterator.java 4 0.0%
Totals Coverage Status
Change from base Build #5218: 0.009%
Covered Lines: 8374
Relevant Lines: 61282

💛 - Coveralls

@coveralls
Copy link
Copy Markdown

coveralls commented Oct 17, 2025

Pull Request Test Coverage Report for Build #5247

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 13.656%

Totals Coverage Status
Change from base Build #5218: 0.0%
Covered Lines: 8368
Relevant Lines: 61275

💛 - Coveralls

@lukaszsocha2 lukaszsocha2 changed the title cherry pick release commit docs: Adjust README.md Oct 17, 2025
Comment thread .github/ISSUE_TEMPLATE/config.yml Outdated
about: Before creating an issue, I have checked that the SDK documentation doesn't solve my issue.
- name: API documentation
url: https://developer.box.com/docs
url: https://developer.box.com/guides/
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

additional /

Comment thread README.md

To generate a Json Web Signature used for retrieving tokens in the JWT authentication method, the Box Java SDK decrypts an encrypted private key.
For this purpose, Box Java SDK uses libraries (`org.bouncycastle:bcpkix-jdk18on:1.77` and `org.bouncycastle:bcprov-jdk18on:1.77`)
For this purpose, Box Java SDK uses libraries (`org.bouncycastle:bcpkix-jdk18on:1.82` and `org.bouncycastle:bcprov-jdk18on:1.82`)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we use the same 1.82 version in two packages?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Copy link
Copy Markdown
Contributor Author

@lukaszsocha2 lukaszsocha2 Oct 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually it is impossible to use two different versions in both packages

Comment thread README.md
Reader reader = new FileReader(JWT_CONFIG_PATH);
BoxConfig boxConfig = BoxConfig.readFrom(reader);
boxConfig.setPrivateKeyDecryptor(customDecryptor)
boxConfig.setPrivateKeyDecryptor(customDecryptor);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you showing an example to the legacy package? Is so shouldn't we mention that this is only for com.box.sdk?

Is it possible to provide own implementation also for gen version of sdk?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. I'll add it

@lukaszsocha2 lukaszsocha2 merged commit ad15c24 into combined-sdk Oct 20, 2025
18 checks passed
@lukaszsocha2 lukaszsocha2 deleted the readme-for-combined branch October 20, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants