Giter VIP home page Giter VIP logo

Comments (13)

garak avatar garak commented on June 16, 2024

Duplicate of #1388

from vichuploaderbundle.

JoDarma-lp avatar JoDarma-lp commented on June 16, 2024

Yep, but deprecated message are always logs #1391 doesn't totally fix the deprecated message

from vichuploaderbundle.

mdriessen avatar mdriessen commented on June 16, 2024

@garak Do you have any timeline for tagging a new release with these fixes?

from vichuploaderbundle.

garak avatar garak commented on June 16, 2024

@garak Do you have any timeline for tagging a new release with these fixes?

it looks like the deprecations is not solved...

from vichuploaderbundle.

mdriessen avatar mdriessen commented on June 16, 2024

@garak Do you have any timeline for tagging a new release with these fixes?

it looks like the deprecations is not solved...

I'm on Symfony 6.3 and getting the deprecations on VichUploader v2.1.1. When switching to dev-master (05f4df4) the deprecations are solved. Using the attribute #[AsDoctrineListener] is not required, it's just a possible way of registering the listener instead of configuring it in XML.

So I'm not sure what @JoDarma-lp is referring to... did you try the dev-master version?

from vichuploaderbundle.

JoDarma-lp avatar JoDarma-lp commented on June 16, 2024

I'm working on Symfony 6.3 and "vich/uploader-bundle": "2.1.1" and the deprecations still here.

How you turn on dev-master version ?

from vichuploaderbundle.

mdriessen avatar mdriessen commented on June 16, 2024

Use "vich/uploader-bundle": "^2.1@dev" and run composer update vich/uploader-bundle.

The deprecation Method getEntityManager() is deprecated and will be removed in Doctrine ORM 3.0. Use getObjectManager() instead. still exists. But that's only when removing a file. The above deprecation triggers 4 times per request.

from vichuploaderbundle.

endelwar avatar endelwar commented on June 16, 2024

I can confirm no more
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.

on Symfony 6.3.2 with

"vich/uploader-bundle": "dev-master"

from vichuploaderbundle.

laurentmuller avatar laurentmuller commented on June 16, 2024

I have tested with Symfony 6.3.3 and the only remaining deprecation is:

User Deprecated: Method Doctrine\ORM\Event\LifecycleEventArgs::getEntityManager() is deprecated and will be removed in Doctrine ORM 3.0. Use getObjectManager() instead.

It is explained in #1393 and resolved in #1395.

from vichuploaderbundle.

laurentmuller avatar laurentmuller commented on June 16, 2024

We can use the #[AsDoctrineListener] attribute but then all listeners are registred even if the user does not require one.
See the registerListeners method on the VichUploaderExtension class.

from vichuploaderbundle.

mdriessen avatar mdriessen commented on June 16, 2024

Any reason #1395 was closed without being merged?

from vichuploaderbundle.

garak avatar garak commented on June 16, 2024

Any reason #1395 was closed without being merged?

It was closed by PR author himself

from vichuploaderbundle.

laurentmuller avatar laurentmuller commented on June 16, 2024

This was a mistake from me. I have re-opened.

Sorry...

from vichuploaderbundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.