doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
379 stars 229 forks source link

Attribute reader is missing #730

Closed smilesrg closed 2 years ago

smilesrg commented 2 years ago

In order to use Doctrine Mongodb attributes, attributes metadata reader needs to be implemented

malarzm commented 2 years ago

Attributes were implemented in https://github.com/doctrine/DoctrineMongoDBBundle/pull/692 and are released, what seems to be missing?

smilesrg commented 2 years ago

Port to 4.3.1 ?

IonBazan commented 2 years ago

@smilesrg I don't think there were any major breaking changes between 4.3 and 4.4. Is there anything that blocks you from upgrading to 4.4 branch?

malarzm commented 2 years ago

@smilesrg attribute reader was a feature and as such lands in a minor release, not a bugfix one. Please upgrade to latest version to use latest features.

smilesrg commented 2 years ago

@IonBazan @malarzm I probably needed to say 4.3, but if it's supposed to be since 4.4 please update the docs, docs say that 4.4 is an upcoming release and not released yet

Is there anything that blocks you from upgrading to 4.4 branch?

Actually, I've just looked at the docs & source, I'm not using the bundle right now

malarzm commented 2 years ago

I'll reach out to Symfony folks, AFAIR the change needs to be done on their end :+1: