Open bluser86 opened 5 years ago
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 vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Entity/Job.php
, line 161.
With docker runing bin/console is stale
Won't removing 'commented' => true
be enough?
according to https://github.com/doctrine/DoctrineBundle/issues/977 'commented' => true
should be removed and
public function requiresSQLCommentHint(AbstractPlatform $platform) : bool
{
return true;
}
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.