10000 [DoctineBridge] Remove UuidV*Generator · symfony/symfony@1caf80e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1caf80e

Browse files
[DoctineBridge] Remove UuidV*Generator
1 parent bf99d8c commit 1caf80e

File tree

9 files changed

+7
-184
lines changed

9 files changed

+7
-184
lines changed

UPGRADE-5.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Asset
66

77
* Deprecated `RemoteJsonManifestVersionStrategy`, use `JsonManifestVersionStrategy` instead
88

9+
DoctrineBridge
10+
--------------
11+
12+
* Removed `UuidV*Generator`
13+
914
DomCrawler
1015
----------
1116

src/Symfony/Bridge/Doctrine/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`
89

910
5.2.0
1011
-----

src/Symfony/Bridge/Doctrine/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

src/Symfony/Bridge/Doctrine/IdGenerator/UuidV1Generator.php

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

src/Symfony/Bridge/Doctrine/IdGenerator/UuidV4Generator.php

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

src/Symfony/Bridge/Doctrine/IdGenerator/UuidV6Generator.php

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

src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UuidV1GeneratorTest.php

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

src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UuidV4GeneratorTest.php

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

src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UuidV6GeneratorTest.php

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

0 commit comments

Comments
 (0)
0