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

Remove Doctrine Cache dependency #64

Merged
merged 2 commits into from
Oct 23, 2016

Conversation

shochdoerfer
Copy link
Member

So far Doctrine Cache was used to be able to cache the Doctrine annotation meta data. Due to some issues with the annotation CachedReader, the caching functionality was removed as it only was relevant for development mode.

…traits.

Having the cached annotation reader in place causes some issues when traits
are used to split the configuration into several files. Since in development
mode caching the annotations is useless and since in production the generated
proxy configuration class is interpreted annotation caching is removed.
@shochdoerfer shochdoerfer merged commit e16e7fd into bitExpert:master Oct 23, 2016
@shochdoerfer shochdoerfer deleted the fix/remove_cached_reader branch October 23, 2016 18:52
@shochdoerfer shochdoerfer added this to the 0.6.0 milestone Oct 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant