Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration tool - Date to Instant #5986

Merged
merged 1 commit into from
Mar 25, 2025

Conversation

davidh44
Copy link
Contributor

Motivation and Context

v1 takes Date args, while v2 takes Instant args

Modifications

Added new recipe DateToInstant to append toInstant() to Date args

Testing

Added end to end tests

@davidh44 davidh44 requested a review from a team as a code owner March 24, 2025 22:53
}

boolean isDateParam = javaType.isAssignableFrom(DATE_PATTERN);
return SdkTypeUtils.isV2ModelBuilder(declaringType) && isDateParam;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have special cases where Date objects should NOT be transformed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No Date in v2, will all be Instant afaik. At least for POJO setters

@davidh44 davidh44 enabled auto-merge March 24, 2025 23:42
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
40.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@davidh44 davidh44 added this pull request to the merge queue Mar 25, 2025
Merged via the queue into master with commit 6451fbd Mar 25, 2025
16 of 17 checks passed
@davidh44 davidh44 deleted the hdavidh/migration-tool-date-to-instant branch March 25, 2025 01:42
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