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

Reflection free query parameters expansion #991

Merged
merged 4 commits into from
Jan 9, 2024

Conversation

andreaTP
Copy link
Contributor

@andreaTP andreaTP commented Jan 9, 2024

Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thanks for taking this on. A few minor comments.

andreaTP and others added 2 commits January 9, 2024 14:27
@baywet baywet enabled auto-merge January 9, 2024 14:41
@baywet baywet merged commit 7bc5183 into microsoft:main Jan 9, 2024
8 checks passed
name = annotationName;
}
}
public void addQueryParameters(@Nullable final QueryParameters parameters) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

argh, forgot a line here:

if (parameters == null) return;

Copy link
Member

Choose a reason for hiding this comment

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

arg, I missed it too... Please submit a patch (with patch bump for the version) as I just finished releasing it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

noticed, and it's ready 😄

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