Roman Pavlík

Results 7 comments of Roman Pavlík

For those who won't or can't wait to release version with PHP 8.2 support. I did dirty workaround to solve this issue by patching the probematic file via composer scripts....

Can this be conceptual problem ? Accessing version field via reflection bypasses Doctrine proxy classes and does not trigger initiation. What was the point behind reflection anyway?

Another implementation in my mind is accessing version field directly. Of course, we cannot call getter like bellow, and we should access via some property accessor probably ```php public function...

IMHO, I think get locking version should be transparent and shoudn't bypass Doctrine proxy classes, I currently see no reason for this.

I run today to this very same issue on Azure Pipeline