Skip to content

Commit 63a0f41

Browse files
[DoctineBridge] Remove UuidV*Generator
1 parent 5a2e56b commit 63a0f41

File tree

8 files changed

+2
-184
lines changed

8 files changed

+2
-184
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ CHANGELOG
44
5.3
55
---
66

7-
* deprecated `DoctrineTestHelper` and `TestRepositoryFactory`
7+
* Deprecate `DoctrineTestHelper` and `TestRepositoryFactory`
8+
* [BC BREAK] Remove `UuidV*Generator` classes
89

910
5.2.0
1011
-----

IdGenerator/UlidGenerator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
use Doctrine\ORM\Id\AbstractIdGenerator;
1616
use Symfony\Component\Uid\Ulid;
1717

18-
/**
19-
* @experimental in 5.2
20-
*/
2118
final class UlidGenerator extends AbstractIdGenerator
2219
{
2320
public function generate(EntityManager $em, $entity): Ulid

IdGenerator/UuidV1Generator.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

IdGenerator/UuidV4Generator.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

IdGenerator/UuidV6Generator.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

Tests/IdGenerator/UuidV1GeneratorTest.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

Tests/IdGenerator/UuidV4GeneratorTest.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

Tests/IdGenerator/UuidV6GeneratorTest.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)