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

Merged
merged 8 commits into from
Dec 2, 2024
Merged

ORM 3 compatibility #110

merged 8 commits into from
Dec 2, 2024

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?

@f3l1x f3l1x merged commit 8645da2 into contributte:master Dec 2, 2024
1 check passed
@f3l1x
Copy link
Member

f3l1x commented Dec 2, 2024

Thank you

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.

3 participants