-
Hi
On one of my project I tried to pass to https://packagist.org/packages/swarrot/swarrot-bundle#v1.8.0 (being on v1.6)
But I have a failing test (the test does nothing more that trying to get a…
-
I tried this morning to install swarrotBundle (composer require swarrot/swarrot-bundle), and :
(i use PHP7.3)
```
Using version ^1.7 for swarrot/swarrot-bundle
./composer.json has been updated
Lo…
Axxon updated
4 years ago
-
Currently, swarrot packages are updated on Packagist using the old github services integration, which is deprecated by Github and will be removed on January 31st, 2019.
Packagist now has a Github i…
-
Hello,
I known there already are closed issues on the subject but I encounter this error on one of my project. I tried to downgrade the version to 2.7.0 and it worked.
But it's not really a rel…
-
As of Symfony 4.4, we can reset application (`$this->getApplication()->reset();`) in a Symfony Command.
This is usefull to reset Monolog (when finger crossed is used for example), and free resour…
pvgnd updated
4 years ago
-
Symfony propose a https://github.com/symfony/contracts/blob/master/Service/ResetInterface.php
I think we could leverage this interface.
I'm thinking about doctrine and monolog.
For exemple, in …
-
**Description**
I was working on an application that uses Swarrot and I notice it does not publish (by default) messages with `delivery_mode=2`.
It's very important to set this property if y…
-
Hi to everyone. I use very nice bundle https://github.com/swarrot/SwarrotBundle for Symfony.
Because current version of this bundle does not supports newest version of sentry-symfony, I use own sentr…
-
As of Symfony 4.3, the SwarrotBundle generates deprecation notices :
> The "Swarrot\SwarrotBundle\Event\MessagePublishedEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprec…
pvgnd updated
5 years ago
-
**Description**
At the moment it does not look possible to have a custom `$onHandledCallback` on the `Worker` used by `messenger:consume` command.
See -> https://github.com/symfony/symfony/blob/…