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

ORM 3 compatibility

Open jankonas opened this issue 1 year 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

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (master@b4803d4). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #110   +/-   ##
=========================================
  Coverage          ?   90.96%           
=========================================
  Files             ?       10           
  Lines             ?      354           
  Branches          ?        0           
=========================================
  Hits              ?      322           
  Misses            ?       32           
  Partials          ?        0           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jul 21 '24 11:07 codecov[bot]

@f3l1x any comment regarding doctrine 3 support?

Creeperface01 avatar Sep 04 '24 06:09 Creeperface01

Thank you

f3l1x avatar Dec 02 '24 15:12 f3l1x