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

/audit route does not after upgrade #391

Closed
parijke opened this issue Dec 22, 2023 · 4 comments
Closed

/audit route does not after upgrade #391

parijke opened this issue Dec 22, 2023 · 4 comments

Comments

@parijke
Copy link
Contributor

parijke commented Dec 22, 2023

After upgrading to 6.4 the route /audit does not exist anymore. I can't seem to find where this is coming from

@parijke
Copy link
Contributor Author

parijke commented Jan 3, 2024

I had to add the attribute routes in the ViewController to fix this. I see that in de main branch this is already since a few years. When will you drop support for attributes @DamienHarper ?

For now I created a small patch to fix it in the mean time

@lussoluca
Copy link

lussoluca commented Jan 3, 2024

The AnnotatedRouteControllerLoader class that is used to find routes using attributes is deprecated in Symfony 6.4 and has been removed in Symfony 7.
Probably a new version of this bundle needs to be released, targeted to Symfony 7+ only.

@gassan
Copy link

gassan commented Jan 17, 2024

Probably a new version of this bundle needs to be released, targeted to Symfony 7+ only.

^6.4|^7.0 would be also ok.

RoutingAnnotationLoader -> RoutingAttributeLoader

@DamienHarper
Copy link
Owner

I close this issue since this should be fixed in master branch (PR #399).
Feel free to reopen if needed.

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 a pull request may close this issue.

4 participants