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

Refactor CosmosDBConverter to remove use reflection #1924

Merged
merged 26 commits into from
Dec 6, 2023

Conversation

liliankasem
Copy link
Member

Issue describing the changes in this PR

resolves #1613

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

Additional information

This is the approach I could think of but if there is a better way I'm all for it!

@liliankasem
Copy link
Member Author

@fabiocav let me know if this is vastly different to what you had in mind - happy to make adjustments for improvement but figured it would be nice to get this out before I release cosmos 4.5.0

@liliankasem liliankasem marked this pull request as ready for review September 26, 2023 17:08
@liliankasem liliankasem force-pushed the liliankasem/refactor/cosmos-converter branch from c73ea0e to e69dc8f Compare October 24, 2023 19:13
@jviau
Copy link
Contributor

jviau commented Nov 11, 2023

@fabiocav this is ready for review now. I started the work of extracting common collection binding helpers that we can hopefully apply to other extensions in time.

@jviau jviau force-pushed the liliankasem/refactor/cosmos-converter branch from 5840fa0 to f6f2c47 Compare November 16, 2023 00:30
Copy link
Contributor

@jviau jviau left a comment

Choose a reason for hiding this comment

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

resetting my review.

@jviau jviau dismissed their stale review December 4, 2023 18:51

addressed

@liliankasem liliankasem merged commit 3013ff0 into main Dec 6, 2023
22 checks passed
@liliankasem liliankasem deleted the liliankasem/refactor/cosmos-converter branch December 6, 2023 17:38
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.

[SDK Binding] Refactor CosmosDbConverter to remove use of reflection
3 participants