Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix limit object usage in sample#1751

Merged
habara-k merged 1 commit intomasterfrom
fix-limit-object-usage-in-sample
Oct 22, 2025
Merged

Fix limit object usage in sample#1751
habara-k merged 1 commit intomasterfrom
fix-limit-object-usage-in-sample

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.

2 participants