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 annotation for 3.x release #611

Merged
merged 2 commits into from
Mar 21, 2024
Merged

remove annotation for 3.x release #611

merged 2 commits into from
Mar 21, 2024

Conversation

dbu
Copy link
Contributor

@dbu dbu commented Mar 20, 2024

continuation of #610

* remove obsolete annotation support
* document attributes
* drop support for old php versions
* adjust dependencies
* fix codestyle
*
* @author Fabien Potencier <fabien@symfony.com>
*/
class ExpressionLanguage extends BaseExpressionLanguage
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see discussion at #610 (comment)

i don't think this should be in the FOSHttpCacheBundle, it has nothing directly to do with it.

and reading https://symfony.com/doc/current/security/expressions.html i would expect those expressions to be supported by core symfony. can we remove it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asked in symfony slack if there is any service we can use to get the "full" expression language of the application

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

went with allowing a custom service and defaulting to the symfony/expression-language default implementation.

@dbu dbu force-pushed the remove-sf-bundle branch 3 times, most recently from 4347b53 to f847098 Compare March 20, 2024 14:26
@dbu dbu merged commit a098964 into 3.x Mar 21, 2024
10 of 11 checks passed
@dbu dbu deleted the remove-sf-bundle branch March 21, 2024 16:35
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.

None yet

1 participant