Skip to content

Conversation

@habara-k
Copy link
Contributor

Changes

Refactored Limit initialization to use the builder pattern:

new Limit.Builder().max(maxLimit).upToRemainingQuota(false).build()

This prevents build failures when new fields are added to the Limit class.

@habara-k habara-k added this pull request to the merge queue Oct 22, 2025
Merged via the queue into master with commit 7c80ecd Oct 22, 2025
10 checks passed
@habara-k habara-k deleted the fix-limit-object-usage-in-sample branch October 22, 2025 03:09
github-merge-queue bot pushed a commit that referenced this pull request Oct 30, 2025
Similar with #1751.

## Changes

Refactored `MessageEvent` initialization to use the builder pattern:

```java
new MessageEvent.Builder(...).build()
```

This prevents build failures when new fields are added to the
`MessageEvent` class.
github-merge-queue bot pushed a commit that referenced this pull request Nov 6, 2025
Similar with #1751 and
#1761

## Changes

Refactored `XxxMessageContent` initialization to use the builder
pattern:

```java
new XxxMessageContent.Builder(...).build()
```

This prevents build failures when new fields are added to the
`XxxMessageContent` class.
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.

3 participants