Skip to content

Conversation

@GromNaN
Copy link
Member

@GromNaN GromNaN commented Nov 18, 2025

Q A
Type improvement
BC Break yes
Fixed issues -

Summary

  • Remove dependencies to proxy-manager-lts and symfony/var-exporter.
  • Remove proxy generator configuration
  • Update wording to replace "proxy" with "lazy object" (to be backported)
  • Add UPGRADE-3.0 guide.

I open is PR as draft, as we want to deprecate more things that are removed by this PR.

Remove dependencies to proxy-manager and var-exporter
* @internal
*/
public function getProxyFactory(): ProxyFactory
public function getLazyObjectFactory(): NativeLazyObjectFactory
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure about renaming this method. Is should be internal and maybe removed in 3.0 (made private, inlined or moved to PersistenceFactory).


/**
* Helper method to initialize a lazy loading proxy or persistent collection.
* Helper method to initialize a lazy object or persistent collection.
Copy link
Member Author

Choose a reason for hiding this comment

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

I'll make this comment change in 2.x

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