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: Static compile attribute routes #3401

Open
wants to merge 3 commits into
base: 9.0
Choose a base branch
from

Conversation

kitsunet
Copy link
Member

The necessary reflection data used to build the routes from attributes is not available at (Production) runtime. This is an issue in itself but not trivial to fix, therefore we fix this here by using the CompileStatic attribute to bring the necessary data over from compile time.

Fixes: #3400

The necessary reflection data used to build the routes from
attributes is not available at (Production) runtime.
This is an issue in itself but not trivial to fix, therefore
we fix this here by using the `CompileStatic` attribute to
bring the necessary data over from compiletime.

Fixes: neos#3400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Attribute driven routes are ignored in production context
1 participant