Deprecate and remove UuidGenerator #6020

Closed
opened 2026-01-22 15:24:51 +01:00 by admin · 1 comment
Owner

Originally created by @Majkl578 on GitHub (Jul 16, 2018).

Originally assigned to: @Majkl578 on GitHub.

Platform-specific GUIDs were deprecated in https://github.com/doctrine/dbal/pull/3212 since the format is inconsistent across platforms.

For the time being, consumers are encouraged to migrate to https://github.com/ramsey/uuid + https://github.com/ramsey/uuid-doctrine (preferably without using GeneratedValue, but passing/creating the Uuid object through/in the constructor).

Deprecate in 2.7, drop in 3.0.

Originally created by @Majkl578 on GitHub (Jul 16, 2018). Originally assigned to: @Majkl578 on GitHub. Platform-specific GUIDs were deprecated in https://github.com/doctrine/dbal/pull/3212 since the format is inconsistent across platforms. For the time being, consumers are encouraged to migrate to https://github.com/ramsey/uuid + https://github.com/ramsey/uuid-doctrine (preferably without using GeneratedValue, but passing/creating the Uuid object through/in the constructor). Deprecate in 2.7, drop in 3.0.
admin added the BC BreakDeprecation labels 2026-01-22 15:24:52 +01:00
admin closed this issue 2026-01-22 15:24:52 +01:00
Author
Owner

@Ocramius commented on GitHub (Aug 2, 2018):

Handled in #7330

@Ocramius commented on GitHub (Aug 2, 2018): Handled in #7330
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#6020