doctrine-orm icon indicating copy to clipboard operation
doctrine-orm copied to clipboard

ORM 3 compatibility

Open jankonas opened this issue 7 months ago • 2 comments

BC breaks

Removed annotations support

Use attributes instead.

Removed Nettrine\ORM\ManagerRegistry::getAliasNamespace()

Support for entity namespace alias was removed in ORM: https://github.com/doctrine/orm/blob/3.0.x/UPGRADE.md#bc-break-removed-support-for-entity-namespace-alias

Cache

doctrine/cache is no longer supported, psr/cache is used instead. This integration allows Nette Cache storages and cache objects in addition to PSR-6 cache pools for cache configuration. See docs for more information.

jankonas avatar Jul 21 '24 11:07 jankonas