FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: update object context diff logic to be shallow rather than deep by nidhiii-27 · Pull Request #3287 · googleapis/java-storage · GitHub

fix: update object context diff logic to be shallow rather than deep - #3287

Merged
BenWhitehead merged 6 commits into
googleapis:mainfrom
nidhiii-27:feat-object-contexts
Sep 23, 2025
Merged

fix: update object context diff logic to be shallow rather than deep#3287
BenWhitehead merged 6 commits into
googleapis:mainfrom
nidhiii-27:feat-object-contexts

Conversation

nidhiii-27 commented Sep 10, 2025
edited by BenWhitehead
Loading

Copy link
Copy Markdown
Contributor

Previously, deleting an object context key by setting its value to null would fail. This change corrects the diffMaps utility to ensure that null payloads are always treated as deletions.

The produced update mask is now contexts.custom.<key> instead of contexts.custom.<key>.value

product-auto-label Bot added size: s Pull request size is small. api: storage Issues related to the googleapis/java-storage API. labels Sep 10, 2025
nidhiii-27 marked this pull request as ready for review September 10, 2025 10:16
nidhiii-27 requested a review from a team September 10, 2025 10:16
nidhiii-27 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 10, 2025
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 10, 2025
nidhiii-27 marked this pull request as draft September 11, 2025 15:27
product-auto-label Bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Sep 11, 2025
nidhiii-27 marked this pull request as ready for review September 11, 2025 18:36
nidhiii-27 added kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:run Add this label to force Kokoro to re-run the tests. labels Sep 19, 2025
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 19, 2025
nidhiii-27 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 22, 2025
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 22, 2025
nidhiii-27 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 23, 2025
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 23, 2025
BenWhitehead changed the title fix: Correct diff logic for nested context updates fix: update object context diff logic to be shallow rather than deep Sep 23, 2025
BenWhitehead merged commit 2fd15f6 into googleapis:main Sep 23, 2025
22 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the googleapis/java-storage API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL