Skip to content

Conversation

@habara-k
Copy link
Contributor

Similar with #1751.

Changes

Refactored MessageEvent initialization to use the builder pattern:

new MessageEvent.Builder(...).build()

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

@habara-k habara-k force-pushed the fix-message-event-usage-in-test branch from 18fd4b1 to fe1be53 Compare October 30, 2025 07:51
@habara-k habara-k force-pushed the fix-message-event-usage-in-test branch from fe1be53 to 82927ac Compare October 30, 2025 08:02
@habara-k habara-k requested a review from a team October 30, 2025 08:14
@habara-k habara-k added this pull request to the merge queue Oct 30, 2025
Merged via the queue into master with commit 3775ca9 Oct 30, 2025
10 checks passed
@habara-k habara-k deleted the fix-message-event-usage-in-test branch October 30, 2025 23:42
github-merge-queue bot pushed a commit that referenced this pull request Oct 31, 2025
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