Skip to content

Change rotatePrimaryCert type to primitive boolean - #3205

Merged
CydeWeys merged 1 commit into
google:masterfrom
CydeWeys:fix-rotate-primary-cert-type
Aug 10, 2026
Merged

Change rotatePrimaryCert type to primitive boolean#3205
CydeWeys merged 1 commit into
google:masterfrom
CydeWeys:fix-rotate-primary-cert-type

Conversation

@CydeWeys

@CydeWeys CydeWeys commented Aug 10, 2026

Copy link
Copy Markdown
Member

Change the rotatePrimaryCert field in CreateOrUpdateRegistrarCommand from object Boolean to primitive boolean. Since the field is initialized to default false and used as a presence-based switch without tri-state semantics, primitive boolean accurately reflects its behavior and avoids unnecessary object wrapper overhead.

BUG= http://b/537308816


This change is Reviewable

Change the rotatePrimaryCert field in CreateOrUpdateRegistrarCommand
from object Boolean to primitive boolean. Since the field is initialized
to default false and used as a presence-based switch without tri-state
semantics, primitive boolean accurately reflects its behavior and avoids
unnecessary object wrapper overhead.

BUG= http://b/537308816
@CydeWeys
CydeWeys requested a review from jicelhay August 10, 2026 19:03
@CydeWeys
CydeWeys enabled auto-merge August 10, 2026 19:06

@jicelhay jicelhay left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@jicelhay reviewed 1 file and all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on CydeWeys).

@CydeWeys
CydeWeys added this pull request to the merge queue Aug 10, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 10, 2026
@CydeWeys
CydeWeys added this pull request to the merge queue Aug 10, 2026
Merged via the queue into google:master with commit 5751920 Aug 10, 2026
16 checks passed
@CydeWeys
CydeWeys deleted the fix-rotate-primary-cert-type branch August 10, 2026 22:56
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