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

[BUGFIX] Exclude domain models from DI container scanning #1512

Merged
merged 1 commit into from
May 20, 2021

Conversation

vertexvaar
Copy link
Contributor

Domain models should not be scanned during DI Container building, since
entities are not meant to be services. The actual bug that results of
this missing configuration line is an exception which ocurrs when
the extbase ClassSchema is built in the same request as the DI Container
scanned all classes.
The issue this PR targets is georgringer/eventnews#102

Domain models should not be scanned during DI Container building, since
entities are not meant to be services. The actual bug that results of
this missing configuration line is an exception which ocurrs when
the extbase ClassSchema is built in the same request as the DI Container
scanned all classes.
The issue this PR targets is georgringer/eventnews#102
@coveralls
Copy link

Coverage Status

Coverage remained the same at 17.278% when pulling ea2d14f on vertexvaar:fix/master/di-fix into ee889f8 on georgringer:master.

@georgringer georgringer merged commit e039917 into georgringer:master May 20, 2021
@kitzberger kitzberger mentioned this pull request Dec 9, 2021
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.

3 participants