Skip to content

[Uid] Ensure UuidV1 is created in lowercase #57887

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

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

smnandre
Copy link
Member

Q A
Branch? 7.2
Bug fix? no
New feature? no
Deprecations? no
Issues Fix #57878
License MIT

Ensure $this->uid is in lowercase in UuidV1 (see #57878 for context)

(strtolower is already called in the parent::__construct... but not when $args is null. And the uuid extension generates uppercase values --at least sometimes--).

Not sure if should be considered a "bug" / which version to flag ?

@stof
Copy link
Member

stof commented Jul 31, 2024

because of my comment in #57878 (comment), I would suggest considering it as a bugfix

@xabbuh xabbuh modified the milestones: 7.2, 5.4 Jul 31, 2024
@smnandre
Copy link
Member Author

Do you want me to change the target branch ?

@xabbuh
Copy link
Member

xabbuh commented Jul 31, 2024

we should be able to do that while merging

@chalasr chalasr changed the base branch from 7.2 to 5.4 July 31, 2024 15:51
@chalasr chalasr force-pushed the feat/enforce-uuidv1-lowercase branch from b75d6a0 to 9abfd25 Compare July 31, 2024 15:51
@chalasr
Copy link
Member

chalasr commented Jul 31, 2024

Thank you @smnandre.

@chalasr chalasr merged commit 54641cb into symfony:5.4 Jul 31, 2024
11 of 12 checks passed
This was referenced Aug 30, 2024
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.

[FrameworkBundle][Uid] UuidV1 case depends on uuid installed or not
6 participants