Skip to content

Conversation

@samuelpx
Copy link
Contributor

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.57%. Comparing base (454bcb2) to head (a123697).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #289   +/-   ##
=========================================
  Coverage     80.57%   80.57%           
  Complexity      333      333           
=========================================
  Files            36       36           
  Lines          1014     1014           
  Branches         88       88           
=========================================
  Hits            817      817           
  Misses          138      138           
  Partials         59       59           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@playerzero-ai
Copy link

playerzero-ai bot commented Jul 29, 2025

Pull Request Summary

  • The email field in the Participant model has been changed from a non-nullable String to a nullable String?.
  • The default value for the email field has been updated from an empty string to null.
  • This change allows for greater flexibility in handling participant data, particularly when an email address is not available or applicable, by permitting the email field to be explicitly set to null.

Files Changed

File Name Summary
src/main/kotlin/com/nylas/models/Participant.kt Made email field nullable (String?) with default null instead of non-nullable with empty string default.

View more in PlayerZero
updated: Jul 29 @ 07:11 PM UTC

@samuelpx samuelpx closed this Jul 30, 2025
@samuelpx samuelpx deleted the CUST-4638-v-3-events-json-data-exception-when-email-is-null-java-sdk branch July 30, 2025 09:56
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