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

feat(metadata): reduce ApiFilter service id #7006

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alanpoulain
Copy link
Member

Q A
Branch? main
Tickets N/A
License MIT
Doc PR N/A

Reduce the #[ApiFilter] service id when an id or an alias is defined on the attribute.
It can solve the Filename too long error when the cache is built.

@alanpoulain alanpoulain requested a review from soyuka March 8, 2025 13:39
@soyuka
Copy link
Member

soyuka commented Mar 12, 2025

I'm not sure if we should use ApiFilter alltogether, the new parameter logic allows way more control and filters should be static classes if possible (not services)

@alanpoulain
Copy link
Member Author

Maybe the ApiFilter should be deprecated then? But for now this fix allows to run the tests on my computer 😅

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.

2 participants