-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jms_job_safe_object deprecation warning triggered in bundle extension #231
Comments
I use the last version of this bundle (^2.0) and have the same warning. I think, it is necessary to change type from 'jms_job_safe_object' to another one at |
With docker runing bin/console is stale |
Won't removing |
according to doctrine/DoctrineBundle#977
should be added to type class |
Could this changed be rolled into a new release? I'm on the 2.1.0 version of this and getting this warning. |
The bundle extension triggers a deprecation warning when configuring the "jms_job_safe_object" doctrine type.
The received deprecation warning is emitted by the
\Doctrine\Bundle\DoctrineBundle\ConnectionFactory
:Our current version of the job queue bundle is 1.4.3 and the doctrine bundle is 1.11.2.
The text was updated successfully, but these errors were encountered: