[PR #12154] [MERGED] Merge 3.6.x up into 4.0.x #13522

Closed
opened 2026-01-22 16:17:22 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12154
Author: @greg0ire
Created: 8/28/2025
Status: Merged
Merged: 8/28/2025
Merged by: @greg0ire

Base: 4.0.xHead: 4.0.x


📝 Commits (3)

  • ed9ba16 Feature: add support for ClassLocator
  • ceb04bf Merge pull request #12131 from rela589n/3.6.x-class-locator-doctrine-persistence-4.1
  • c5e2f3f Merge remote-tracking branch 'origin/3.6.x' into 4.0.x

📊 Changes

14 files changed (+166 additions, -54 deletions)

View changed files

📝 docs/en/reference/advanced-configuration.rst (+50 -6)
📝 src/Mapping/Driver/AttributeDriver.php (+9 -3)
📝 src/ORMSetup.php (+3 -2)
📝 tests/Performance/EntityManagerFactory.php (+8 -9)
tests/Tests/Mocks/AttributeDriverFactory.php (+34 -0)
📝 tests/Tests/Mocks/EntityManagerMock.php (+1 -2)
📝 tests/Tests/ORM/Functional/EnumTest.php (+4 -3)
📝 tests/Tests/ORM/Functional/Locking/LockAgentWorker.php (+3 -2)
📝 tests/Tests/ORM/Functional/ReadonlyPropertiesTest.php (+4 -7)
📝 tests/Tests/ORM/Mapping/AttributeDriverTest.php (+17 -2)
📝 tests/Tests/ORM/Persisters/BinaryIdPersisterTest.php (+19 -1)
📝 tests/Tests/ORM/Tools/Console/Command/SchemaTool/CommandTestCase.php (+3 -4)
📝 tests/Tests/OrmFunctionalTestCase.php (+7 -8)
📝 tests/Tests/OrmTestCase.php (+4 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/12154 **Author:** [@greg0ire](https://github.com/greg0ire) **Created:** 8/28/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `4.0.x` ← **Head:** `4.0.x` --- ### 📝 Commits (3) - [`ed9ba16`](https://github.com/doctrine/orm/commit/ed9ba16ff4c397d0d0401a6659a3128da7d743d4) Feature: add support for `ClassLocator` - [`ceb04bf`](https://github.com/doctrine/orm/commit/ceb04bf3f64f9bc0cc2514f32a8b89d7864a90f1) Merge pull request #12131 from rela589n/3.6.x-class-locator-doctrine-persistence-4.1 - [`c5e2f3f`](https://github.com/doctrine/orm/commit/c5e2f3fb23bac11c4416705aa16fdece0cb62541) Merge remote-tracking branch 'origin/3.6.x' into 4.0.x ### 📊 Changes **14 files changed** (+166 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `docs/en/reference/advanced-configuration.rst` (+50 -6) 📝 `src/Mapping/Driver/AttributeDriver.php` (+9 -3) 📝 `src/ORMSetup.php` (+3 -2) 📝 `tests/Performance/EntityManagerFactory.php` (+8 -9) ➕ `tests/Tests/Mocks/AttributeDriverFactory.php` (+34 -0) 📝 `tests/Tests/Mocks/EntityManagerMock.php` (+1 -2) 📝 `tests/Tests/ORM/Functional/EnumTest.php` (+4 -3) 📝 `tests/Tests/ORM/Functional/Locking/LockAgentWorker.php` (+3 -2) 📝 `tests/Tests/ORM/Functional/ReadonlyPropertiesTest.php` (+4 -7) 📝 `tests/Tests/ORM/Mapping/AttributeDriverTest.php` (+17 -2) 📝 `tests/Tests/ORM/Persisters/BinaryIdPersisterTest.php` (+19 -1) 📝 `tests/Tests/ORM/Tools/Console/Command/SchemaTool/CommandTestCase.php` (+3 -4) 📝 `tests/Tests/OrmFunctionalTestCase.php` (+7 -8) 📝 `tests/Tests/OrmTestCase.php` (+4 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:17:22 +01:00
admin closed this issue 2026-01-22 16:17:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#13522