Dmitriy Gordinskiy

Results 4 comments of Dmitriy Gordinskiy

I tried to make changes consistent with changes from [lexik/LexikJWTAuthenticationBundle](https://github.com/lexik/LexikJWTAuthenticationBundle) `$defaultName` already marks as deprecated there: [Fix deprecations on Symfony 6.1 ](https://github.com/lexik/LexikJWTAuthenticationBundle/commit/a44912a7ec882f9b85d27376258228c1a8caad86)

There are bug in latest versions. Maybe fix from https://github.com/markitosgv/JWTRefreshTokenBundle/pull/304 can help you.

Got same error after trying to use [Optimized eager fetch](https://github.com/doctrine/orm/pull/8391) instead of [Multi-step hydration](https://ocramius.github.io/blog/doctrine-orm-optimization-hydration/) ```Doctrine\Common\Collections\ArrayCollection::set(): Argument #1 ($key) must be of type string|int, {MyCustomUlidValueObject} given, called in /opt/project/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php on line...

Is there any plans to release new version with these fixes?