Skip to content

Do not enable the proxy autoloader or cache warmer when using native lazy objects #1906

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

Open
wants to merge 2 commits into
base: 2.16.x
Choose a base branch
from

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Aug 5, 2025

(Builds on top of #1905 and only the second commit is relevant to this PR).

This will fully resolve #1895 by no longer enabling the deprecated proxy autoloader when native lazy objects are in use.

As well, the proxy cache warmer will no longer be registered when native lazy objects are in use as the warmer doesn't really have a use when proxies aren't in use and it errors out when not configuring the deprecated proxy options (see #1898 (comment) and follow-on comments for more here).

Lastly, some of the tests are updated to run with native lazy objects enabled where the environment supports it.

mbabker added 2 commits August 5, 2025 09:56
…lazy objects, start running tests with native lazy objects enabled
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.

1 participant