Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORM 3 compatibility #110

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

ORM 3 compatibility #110

wants to merge 10 commits into from

Conversation

jankonas
Copy link
Contributor

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.

Copy link

codecov bot commented Jul 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Creeperface01
Copy link

@f3l1x any comment regarding doctrine 3 support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants