Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jan 15, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

tstanmay13 and others added 3 commits January 14, 2026 20:04
… credentials (#11558)

* feat(java): add backward-compatible builder() method for OAuth client credentials

This restores support for the classic builder pattern:
- Client.builder().token("...")
- Client.builder().credentials("...", "...")

alongside the existing withToken() and withCredentials() shortcuts.
This prevents breaking changes for customers who upgraded.

Co-Authored-By: [email protected] <[email protected]>

* fix: bump version to 3.29.0 for feat type change (semver minor bump)

Co-Authored-By: [email protected] <[email protected]>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…ient credentials (#11562)

* fix(java): support all builder methods in _Builder class for OAuth client credentials

This fix allows customers to chain builder methods in any order, matching
the 3.18.x behavior. The _Builder class now supports url(), timeout(),
environment(), maxRetries(), httpClient(), and addHeader() methods.

Configuration values set on _Builder are properly passed through to
_TokenAuth and _CredentialsAuth when token() or credentials() is called.

This fixes the compile error for customers upgrading from 3.18.x who
wrote builder().url().token() instead of builder().token().url().

Co-Authored-By: [email protected] <[email protected]>

* style: fix spotless formatting

Co-Authored-By: [email protected] <[email protected]>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
* fix(java): add notify, notifyAll, wait to reserved method names

Co-Authored-By: [email protected] <[email protected]>

* fix(java-v2): add reserved method name handling for snippet generation

Co-Authored-By: [email protected] <[email protected]>

* fix: biome formatting in ReadmeSnippetBuilder.ts

Co-Authored-By: [email protected] <[email protected]>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Jan 15, 2026
@pull pull bot added the ⤵️ pull label Jan 15, 2026
@pull pull bot merged commit 486b7eb into code:main Jan 15, 2026
16 of 52 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants