Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Cache] Don't use LazyProxyTrait in redis proxies #57326

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

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 7.2
Bug fix? no
New feature? no
Deprecations? no
Issues -
License MIT

Making things a bit simpler.
Forwarding dynamic properties to the real instance is the only benefit of using LazyProxyTrait here, and this has no use cases.

@nicolas-grekas nicolas-grekas force-pushed the cache-simpler-proxies branch from b4f05ea to 7fc68c9 Compare June 5, 2024 14:04
@nicolas-grekas nicolas-grekas merged commit ee63ef5 into symfony:7.2 Jun 5, 2024
6 of 10 checks passed
@nicolas-grekas nicolas-grekas deleted the cache-simpler-proxies branch June 5, 2024 15:26
xabbuh added a commit that referenced this pull request Jul 17, 2024
…bbuh)

This PR was merged into the 7.2 branch.

Discussion
----------

[Cache] do not use LazyProxyTrait in RelayProxyTrait

| Q             | A
| ------------- | ---
| Branch?       | 7.2
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        |
| License       | MIT

fixes tests after merging #57723 up into the `7.2` branch by taking #57326 into account

Commits
-------

a0a0867 do not use LazyProxyTrait in RelayProxyTrait
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.

2 participants