Skip to content

path/query params lists exclude null from json ser#1222

Merged
l-trotta merged 1 commit intomainfrom
fix-routing-null
Apr 28, 2026
Merged

path/query params lists exclude null from json ser#1222
l-trotta merged 1 commit intomainfrom
fix-routing-null

Conversation

@l-trotta
Copy link
Copy Markdown
Contributor

Fixes #1218

@l-trotta l-trotta merged commit a4b9efb into main Apr 28, 2026
12 checks passed
@l-trotta l-trotta deleted the fix-routing-null branch April 28, 2026 10:13
@github-actions
Copy link
Copy Markdown

The backport to 9.4 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.4 9.4
# Navigate to the new working tree
cd .worktrees/backport-9.4
# Create a new branch
git switch --create backport-1222-to-9.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 a4b9efbd16ecd57a85e42c2669fd8f710249ae43
# Push it to GitHub
git push --set-upstream origin backport-1222-to-9.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.4

Then, create a pull request where the base branch is 9.4 and the compare/head branch is backport-1222-to-9.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setting routing to null in some Builder methods can result in ?routing=null being part of the URL

1 participant