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

Allow null value for query parameter setter methods #3059

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Scottmitch
Copy link
Member

Motivation:
041f3dc replace empty string for null during parsing. However the setter/accessor methods don't consistently allow null values.

Modifications:

  • Allow null values from add & set queryParameter methods.

@Scottmitch Scottmitch force-pushed the query_null branch 2 times, most recently from f5ab519 to b404a16 Compare September 19, 2024 15:45
Motivation:
041f3dc replace empty string for
null during parsing. However the setter/accessor methods don't
consistently allow null values.

Modifications:
- Allow null values from add & set queryParameter methods.
Copy link
Contributor

@bryce-anderson bryce-anderson left a comment

Choose a reason for hiding this comment

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

lgtm so long as CI is happy.

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