You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decimal, LocalDate, LocalTime, LocalDateTime, and OffsetDateTime types were missing for Portable object on the binary compatibility test and we are missing test cases for these types. This PR adds these types to the Portable object in the test, and all languages should check if their client supports these missing types for Portable serialization and update the binary test file if they support.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[TRACKING ISSUE] Introduce new types to binary compatibility test for Portable [API-1014]
[TRACKING ISSUE] Introduce new types to binary compatibility test for Portable [API-1014] [API-1677]
Nov 7, 2022
The tracking issue for the Java side PR.
See hazelcast/hazelcast#22716 for details.
Decimal
,LocalDate
,LocalTime
,LocalDateTime
, andOffsetDateTime
types were missing for Portable object on the binary compatibility test and we are missing test cases for these types. This PR adds these types to the Portable object in the test, and all languages should check if their client supports these missing types for Portable serialization and update the binary test file if they support.The text was updated successfully, but these errors were encountered: